Searched refs:cr27 (Results 1 – 12 of 12) sorted by relevance
/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 30 unsigned long cr27; member 62 unsigned long cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; member
|
/arch/parisc/kernel/ |
D | kgdb.c | 85 gr->cr27 = regs->cr27; in pt_regs_to_gdb_regs() 116 regs->cr27 = gr->cr27; in gdb_regs_to_pt_regs()
|
D | ptrace.c | 480 case RI(cr27): return regs->cr27; in get_reg() 533 case RI(cr27): return regs->cr27; in set_reg() 534 case cr0, cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; in set_reg() 770 REG_OFFSET_NAME(cr27),
|
D | real2.S | 128 PUSH_CR(%cr27, %r28) 145 POP_CR(%cr27, %r26)
|
D | process.c | 264 cregs->cr27 = tls; in copy_thread_tls()
|
D | syscall.S | 94 mtctl %r26, %cr27 /* move arg0 to the control register */ 593 mfctl %cr27, %r21 /* Get current thread register */ 635 mfctl %cr27, %r1
|
D | asm-offsets.c | 130 DEFINE(TASK_PT_CR27, offsetof(struct task_struct, thread.regs.cr27)); in main() 219 DEFINE(PT_CR27, offsetof(struct pt_regs, cr27)); in main()
|
D | entry.S | 1728 mfctl %cr27, %r28 1749 mtctl %r3, %cr27
|
/arch/parisc/include/asm/ |
D | kgdb.h | 59 unsigned long cr27; member
|
D | asmregs.h | 137 tr3: .reg %cr27 164 cr27: .reg %cr27
|
D | assembly.h | 329 mfctl %cr27, %r3 365 mtctl %r3, %cr27 373 mfctl %cr27, %r3 409 mtctl %r3, %cr27
|
D | processor.h | 150 .cr27 = 0, \
|