Searched refs:RTGDTR (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dasm-amd64-x86.h125 typedef struct RTGDTR struct
131 } RTGDTR, *PRTGDTR; typedef in typeref:struct:RTGDTR
141 RTGDTR Gdtr;
145 /** Wrapped RTGDTR for preventing misalignment exceptions. */
154 /** Pointer to a an RTGDTR alignment wrapper. */
267 DECLASM(void) ASMSetGDTR(const RTGDTR *pGdtr);
269 DECLINLINE(void) ASMSetGDTR(const RTGDTR *pGdtr)
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3010 RTGDTR Gdtr;
5073 RTGDTR HostGdtr;

Completed in 80 milliseconds