Home
last modified time | relevance | path

Searched refs:read_cr2 (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcontrol_regs.h36 static inline unsigned long read_cr2(void) in read_cr2() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dnmi.c494 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_IDTENTRY_RAW()
518 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) in DEFINE_IDTENTRY_RAW()
H A Dparavirt_patch.c82 PATCH_CASE(mmu, read_cr2, xxl, insn_buff, len); in native_patch()
H A Dasm-offsets.c69 OFFSET(PV_MMU_read_cr2, paravirt_patch_template, mmu.read_cr2); in common()
H A Dprocess_32.c84 cr2 = read_cr2(); in __show_regs()
H A Dparavirt.c344 .mmu.read_cr2 = __PV_IS_CALLEE_SAVE(native_read_cr2),
H A Dprocess_64.c112 cr2 = read_cr2(); in __show_regs()
H A Dtraps.c351 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_DF()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dspecial_insns.h165 static __always_inline unsigned long read_cr2(void) in read_cr2() function
H A Dparavirt.h123 static inline unsigned long read_cr2(void) in read_cr2() function
125 return PVOP_CALLEE0(unsigned long, mmu.read_cr2); in read_cr2()
H A Dparavirt_types.h212 struct paravirt_callee_save read_cr2; member
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dextable.c242 regs->orig_ax, read_cr2()); in early_fixup_exception()
H A Dfault.c1476 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_RAW_ERRORCODE()
/OK3568_Linux_fs/kernel/arch/x86/power/
H A Dcpu.c125 ctxt->cr2 = read_cr2(); in __save_processor_state()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c115 cr2 = read_cr2(); in dump_regs()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pv.c1030 pv_ops.mmu.read_cr2 = in xen_setup_vcpu_info_placement()
H A Dmmu_pv.c2080 .read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2),