Home
last modified time | relevance | path

Searched refs:vmxon (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrVMX.td85 def VMXON : I<0xC7, MRM6m, (outs), (ins i64mem:$vmxon),
86 "vmxon\t$vmxon", []>, XS;
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h59 vmxon(char *region) in vmxon() function
H A Dvmx.c649 error = vmxon(vmxon_region[curcpu]); in vmx_enable()
659 vmxon(vmxon_region[curcpu]); in vmx_modresume()