Changeset 77712 in vbox for trunk/include/VBox
- Timestamp:
- Mar 15, 2019 6:44:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r77522 r77712 2107 2107 return pCtx->hwvirt.vmx.CTX_SUFF(pVmcs)->u64AddrApicAccess.u; 2108 2108 } 2109 2110 2109 # endif /* !IN_RC */ 2111 2110 … … 2267 2266 } CPUMINTERRUPTIBILITY; 2268 2267 2269 /**2270 * Calculates the interruptiblity of the guest.2271 *2272 * @returns Interruptibility level.2273 * @param pVCpu The cross context virtual CPU structure.2274 */2275 2268 VMM_INT_DECL(CPUMINTERRUPTIBILITY) CPUMGetGuestInterruptibility(PVMCPU pVCpu); 2269 VMM_INT_DECL(bool) CPUMIsGuestNmiBlocking(PVMCPU pVCpu); 2276 2270 2277 2271
Note:
See TracChangeset
for help on using the changeset viewer.