MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmx_paging_info

Function vmx_paging_info

freebsd/amd64/vmm/intel/vmx.c:2020–2027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2018}
2019
2020static void
2021vmx_paging_info(struct vm_guest_paging *paging)
2022{
2023 paging->cr3 = vmcs_guest_cr3();
2024 paging->cpl = vmx_cpl();
2025 paging->cpu_mode = vmx_cpu_mode();
2026 paging->paging_mode = vmx_paging_mode();
2027}
2028
2029static void
2030vmexit_inst_emul(struct vm_exit *vmexit, uint64_t gpa, uint64_t gla)

Callers 2

vmexit_inst_emulFunction · 0.85
vmx_exit_processFunction · 0.85

Calls 3

vmx_cplFunction · 0.85
vmx_cpu_modeFunction · 0.85
vmx_paging_modeFunction · 0.85

Tested by

no test coverage detected