Searched refs:pvByte (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/win/amd64/
H A DASMProbeReadByte.asm43 ; @param rcx pvByte Pointer to the byte.
/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp218 RTDECL(uint8_t) ASMProbeReadByte(const void *pvByte) argument
220 return *(volatile uint8_t *)pvByte;
/vbox/include/iprt/
H A Dasm.h3642 * @param pvByte Pointer to the byte.
3645 DECLASM(uint8_t) ASMProbeReadByte(const void *pvByte);
3647 DECLINLINE(uint8_t) ASMProbeReadByte(const void *pvByte) argument
3654 : "r" (pvByte));
3659 mov rax, [pvByte]
3662 mov eax, [pvByte]

Completed in 54 milliseconds