Searched refs:is_valid_cr4 (Results 1 – 1 of 1) sorted by relevance
328 static inline bool is_valid_cr4(uint64_t cr4) in is_valid_cr4() function338 return is_valid_cr4(cr4) & is_valid_cr0(cr0); in is_valid_cr0_cr4()345 if (!is_valid_cr4(cr4) || (is_long_mode(vcpu) && ((cr4 & CR4_PAE) == 0UL))) { in is_cr4_write_valid()
Completed in 3 milliseconds