Searched refs:native_read_cr2 (Results 1 – 5 of 5) sorted by relevance
22 static __always_inline unsigned long native_read_cr2(void) in native_read_cr2() function160 return native_read_cr2(); in read_cr2()
31 cr2 = native_read_cr2(); in doublefault_shim()
159 early_make_pgtable(native_read_cr2())) in do_early_exception()
363 unsigned long address = native_read_cr2(); in do_boot_page_fault()
7222 if (vcpu->arch.cr2 != native_read_cr2()) in vmx_vcpu_enter_exit()7228 vcpu->arch.cr2 = native_read_cr2(); in vmx_vcpu_enter_exit()
Completed in 22 milliseconds