HomeSort by: relevance | last modified time | path
    Searched defs:vmx_check_cr (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 42 milliseconds