Searched refs:ASMProbeReadByte (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTMemEf.cpp52 ASMProbeReadByte(p + 1);
54 ASMProbeReadByte((char *)p - 1);
/vbox/src/VBox/Runtime/win/amd64/
H A DASMProbeReadByte.asm2 ; IPRT - ASMProbeReadByte().
44 BEGINPROC_EXPORTED ASMProbeReadByte
47 ENDPROC ASMProbeReadByte
/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp218 RTDECL(uint8_t) ASMProbeReadByte(const void *pvByte) function
/vbox/include/iprt/
H A Dasm.h3645 DECLASM(uint8_t) ASMProbeReadByte(const void *pvByte);
3647 DECLINLINE(uint8_t) ASMProbeReadByte(const void *pvByte) function
3690 ASMProbeReadByte(pu8);
3695 ASMProbeReadByte(pu8);
3701 ASMProbeReadByte(pu8 + cbBuf - 1);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp196 ASMProbeReadByte(pRegion);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp431 ASMProbeReadByte(pvAddress);

Completed in 70 milliseconds