Visual Studio 2010 - Visual C++
__thash
Microsoft Specific
Generates the IPF thash instruction, which takes a virtual address and returns the corresponding virtual hashed page table (VHPT) entry address.
__int64 __thash( __int64 Address );
Parameters
Return Value
The hashed form of the virtual address passed in.
Requirements
|
Intrinsic |
Architecture |
|---|---|
|
__thash |
IPF |
Header file <intrin.h>
Remarks
For more information, see the Intel IPF documentation.
This routine is only available as an intrinsic.
See Also