Searched refs:cr0_4 (Results 1 – 1 of 1) sorted by relevance
671 static bool validate_nvmx_cr0_cr4(uint64_t cr0_4, uint64_t fixed0, uint64_t fixed1) in validate_nvmx_cr0_cr4() argument676 if ((cr0_4 & fixed0) != fixed0) { in validate_nvmx_cr0_cr4()682 if ((uint32_t)(~cr0_4 & ~fixed1) != (uint32_t)~fixed1) { in validate_nvmx_cr0_cr4()
Completed in 8 milliseconds