/src/sys/dev/nvmm/x86/ |
nvmm_x86_vmx.c | 1592 vmx_check_cr(uint64_t crval, uint64_t fixed0, uint64_t fixed1) function in typeref:typename:int 1639 if (vmx_check_cr(realcr0, vmx_cr0_fixed0, vmx_cr0_fixed1) == -1) { 1699 if (vmx_check_cr(cr4, vmx_cr4_fixed0, vmx_cr4_fixed1) == -1) { 3373 ret = vmx_check_cr(rcr0(), vmx_cr0_fixed0, vmx_cr0_fixed1); 3381 ret = vmx_check_cr(rcr4() | CR4_VMXE, vmx_cr4_fixed0, vmx_cr4_fixed1);
|
nvmm_x86_vmx.c | 1592 vmx_check_cr(uint64_t crval, uint64_t fixed0, uint64_t fixed1) function in typeref:typename:int 1639 if (vmx_check_cr(realcr0, vmx_cr0_fixed0, vmx_cr0_fixed1) == -1) { 1699 if (vmx_check_cr(cr4, vmx_cr4_fixed0, vmx_cr4_fixed1) == -1) { 3373 ret = vmx_check_cr(rcr0(), vmx_cr0_fixed0, vmx_cr0_fixed1); 3381 ret = vmx_check_cr(rcr4() | CR4_VMXE, vmx_cr4_fixed0, vmx_cr4_fixed1);
|
nvmm_x86_vmx.c | 1592 vmx_check_cr(uint64_t crval, uint64_t fixed0, uint64_t fixed1) function in typeref:typename:int 1639 if (vmx_check_cr(realcr0, vmx_cr0_fixed0, vmx_cr0_fixed1) == -1) { 1699 if (vmx_check_cr(cr4, vmx_cr4_fixed0, vmx_cr4_fixed1) == -1) { 3373 ret = vmx_check_cr(rcr0(), vmx_cr0_fixed0, vmx_cr0_fixed1); 3381 ret = vmx_check_cr(rcr4() | CR4_VMXE, vmx_cr4_fixed0, vmx_cr4_fixed1);
|