Searched refs:fixed0 (Results 1 – 2 of 2) sorted by relevance
| /hypervisor/arch/x86/guest/ |
| A D | virtual_cr.c | 434 uint64_t fixed0, fixed1; in init_cr0_cr4_flexible_bits() local 445 fixed0 = msr_read(MSR_IA32_VMX_CR0_FIXED0); in init_cr0_cr4_flexible_bits() 448 pr_dbg("%s:cr0 fixed0 = 0x%016lx, fixed1 = 0x%016lx", __func__, fixed0, fixed1); in init_cr0_cr4_flexible_bits() 449 cr0_flexible_bits = (fixed0 ^ fixed1); in init_cr0_cr4_flexible_bits() 464 cr0_rsv_bits_guest_value = (fixed0 & ~cr0_flexible_bits); in init_cr0_cr4_flexible_bits() 474 fixed0 = msr_read(MSR_IA32_VMX_CR4_FIXED0); in init_cr0_cr4_flexible_bits() 477 pr_dbg("%s:cr4 fixed0 = 0x%016lx, fixed1 = 0x%016lx", __func__, fixed0, fixed1); in init_cr0_cr4_flexible_bits() 478 cr4_flexible_bits = (fixed0 ^ fixed1); in init_cr0_cr4_flexible_bits() 494 cr4_rsv_bits_guest_value = (fixed0 & ~cr4_flexible_bits); in init_cr0_cr4_flexible_bits()
|
| A D | nested.c | 671 static bool validate_nvmx_cr0_cr4(uint64_t cr0_4, uint64_t fixed0, uint64_t fixed1) in validate_nvmx_cr0_cr4() argument 676 if ((cr0_4 & fixed0) != fixed0) { in validate_nvmx_cr0_cr4()
|
Completed in 6 milliseconds