Searched defs:TRPMCPU (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DTRPMInternal.h75 * Converts a TRPM pointer into a TRPMCPU pointer.
76 * @returns Pointer to the VM structure the TRPMCPU is part of.
77 * @param pTRPM Pointer to TRPMCPU instance data.
94 /** Offset to the TRPMCPU structure.
173 * Converts a TRPMCPU pointer into a VM pointer.
174 * @returns Pointer to the VM structure the TRPMCPU is part of.
175 * @param pTRPM Pointer to TRPMCPU instance data.
180 * Converts a TRPMCPU pointer into a VMCPU pointer.
181 * @returns Pointer to the VMCPU structure the TRPMCPU is part of.
182 * @param pTRPM Pointer to TRPMCPU instanc
190 typedef struct TRPMCPU struct
239 } TRPMCPU; typedef in typeref:struct:TRPMCPU
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1107 GEN_CHECK_SIZE(TRPMCPU); // has .mac variable

Completed in 48 milliseconds