Searched refs:native_read_cr2 (Results 1 – 6 of 6) sorted by relevance
33 static __always_inline unsigned long native_read_cr2(void) in native_read_cr2() function167 return native_read_cr2(); in read_cr2()
30 cr2 = native_read_cr2(); in doublefault_shim()
345 .mmu.read_cr2 = __PV_IS_CALLEE_SAVE(native_read_cr2),
406 early_make_pgtable(native_read_cr2())) in do_early_exception()
336 unsigned long address = native_read_cr2(); in do_boot_page_fault()
6627 if (vcpu->arch.cr2 != native_read_cr2()) in vmx_vcpu_enter_exit()6633 vcpu->arch.cr2 = native_read_cr2(); in vmx_vcpu_enter_exit()