Searched refs:initial_guest_cr0 (Results 1 – 1 of 1) sorted by relevance
109 static uint64_t initial_guest_cr0; /* Initial value of GUEST_CR0 */ variable315 tmp = (initial_guest_cr0 & ~mask) | (effective_cr0 & mask); in vmx_write_cr0()465 …initial_guest_cr0 = (cr0_rsv_bits_guest_value & ~CR0_EMULATED_RESERVE_BITS) | CR0_EMRSV_BITS_PHYS_… in init_cr0_cr4_flexible_bits()471 cr0_reserved_bits_mask, cr0_rsv_bits_guest_value, initial_guest_cr0); in init_cr0_cr4_flexible_bits()
Completed in 2 milliseconds