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

Function VMCLEAR

freebsd/amd64/vmm/intel/vmx_cpufunc.h:147–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static void __inline
148VMCLEAR(struct vmcs *vmcs)
149{
150 int err;
151
152 err = vmclear(vmcs);
153 if (err != 0)
154 panic("%s: vmclear(%p) error %d", __func__, vmcs, err);
155
156 critical_exit();
157}
158
159static void __inline
160VMPTRLD(struct vmcs *vmcs)

Callers 15

vmx_initFunction · 0.85
vmx_runFunction · 0.85
vmx_setcapFunction · 0.85
vmx_set_tmrFunction · 0.85
vmx_restore_tscFunction · 0.85
vmcs_getregFunction · 0.85
vmcs_setregFunction · 0.85
vmcs_setdescFunction · 0.85
vmcs_getdescFunction · 0.85
vmcs_set_msr_saveFunction · 0.85

Calls 3

vmclearFunction · 0.85
panicFunction · 0.50
critical_exitFunction · 0.50

Tested by

no test coverage detected