Changeset 95316 in vbox
- Timestamp:
- Jun 21, 2022 4:46:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r95315 r95316 3095 3095 * @param GCPhysPage The guest-physical address to check. 3096 3096 * 3097 * @remarks This function does not assume the guest is notexecuting in VMX non-root3098 * mode or evenin VMX root-mode. However, it does assert that the VMCS has3099 * been initialized and the virtual-APIC access VM-execution control was3097 * @remarks This function does not assume the guest is executing in VMX non-root 3098 * mode or in VMX root-mode. However, it does assert that the VMCS has 3099 * been initialized and the virtual-APIC access VM-execution control is 3100 3100 * enabled. 3101 3101 * @note This is meant to be used by PGM while syncing the page-table entry for
Note:
See TracChangeset
for help on using the changeset viewer.