Searched refs:initial_guest_cr4 (Results 1 – 1 of 1) sorted by relevance
84 static uint64_t initial_guest_cr4; variable413 tmp = (initial_guest_cr4 & ~mask) | (cr4 & mask); in vmx_write_cr4()499 …initial_guest_cr4 = (cr4_rsv_bits_guest_value & ~CR4_EMULATED_RESERVE_BITS) | CR4_EMRSV_BITS_PHYS_… in init_cr0_cr4_flexible_bits()505 cr4_reserved_bits_mask, cr4_rsv_bits_guest_value, initial_guest_cr4); in init_cr0_cr4_flexible_bits()
Completed in 4 milliseconds