Home
last modified time | relevance | path

Searched refs:cr2 (Results 1 – 25 of 44) sorted by relevance

12

/arch/x86/um/shared/sysdep/
Dmcontext.h15 (fi).cr2 = (mc)->cr2; \
24 (fi).cr2 = (mc)->gregs[REG_CR2]; \
Dfaultinfo_32.h20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member
25 #define FAULT_ADDRESS(fi) ((fi).cr2)
Dfaultinfo_64.h20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member
25 #define FAULT_ADDRESS(fi) ((fi).cr2)
/arch/x86/include/uapi/asm/
Dsigcontext.h231 __u32 cr2; member
263 __u64 cr2; member
321 __u32 cr2; member
350 __u64 cr2; member
/arch/powerpc/kernel/
Dcpu_setup_6xx.S193 cmpwi cr2,r10,11
195 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq
337 cmplwi cr2,r3,0x800c /* 7410 */
344 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq
408 cmplwi cr2,r3,0x800c /* 7410 */
415 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq
434 bne cr2,1f
Didle_power7.S319 cmpwi cr2,r15,0
368 bne cr2,clear_lock
/arch/x86/include/asm/
Dsuspend_32.h15 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h24 unsigned long cr0, cr2, cr3, cr4, cr8; member
Dsvm.h175 u64 cr2; member
/arch/powerpc/boot/
Dppc_asm.h19 #define cr2 2 macro
/arch/x86/kernel/
Dprocess_32.c73 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
104 cr2 = read_cr2(); in __show_regs()
108 cr0, cr2, cr3, cr4); in __show_regs()
Dasm-offsets_64.c54 ENTRY(cr2); in main()
Dprocess_64.c62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
96 cr2 = read_cr2(); in __show_regs()
104 printk(KERN_DEFAULT "CR2: %016lx CR3: %016lx CR4: %016lx\n", cr2, cr3, in __show_regs()
/arch/powerpc/include/asm/
Dexception-64e.h184 cmpdi cr2,r8,-1; \
185 beq cr2,61f; \
/arch/x86/include/asm/xen/
Dinterface_32.h75 unsigned long cr2; member
Dinterface_64.h136 unsigned long cr2; member
/arch/powerpc/platforms/cell/
Dcbe_thermal.c315 u64 cr2; in init_default_values() local
348 cr2 = 0x04; in init_default_values()
370 out_be64(&pmd_regs->tm_cr2, cr2); in init_default_values()
/arch/sh/include/cpu-sh5/cpu/
Dregisters.h27 #define PSSR cr2
/arch/x86/power/
Dcpu.c131 ctxt->cr2 = read_cr2(); in __save_processor_state()
211 write_cr2(ctxt->cr2); in __restore_processor_state()
/arch/x86/mm/
Dfault.c662 tsk->thread.cr2 = address; in pgtable_bad()
699 tsk->thread.cr2 = address; in no_context()
739 tsk->thread.cr2 = address; in no_context()
818 tsk->thread.cr2 = address; in __bad_area_nosemaphore()
885 tsk->thread.cr2 = address; in do_sigbus()
/arch/x86/kernel/acpi/
Dwakeup_64.S89 movq %rbx, %cr2
/arch/x86/ia32/
Dia32_signal.c210 put_user_ex(current->thread.cr2, &sc->cr2); in ia32_setup_sigcontext()
/arch/s390/kernel/
Dhead64.S54 .quad .Lduct # cr2: dispatchable unit control table
/arch/x86/entry/vsyscall/
Dvsyscall_64.c113 thread->cr2 = ptr; in write_ok_or_segv()
/arch/score/include/asm/
Dasmmacro.h72 mfcr r31, cr2

12