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 | 459 case RI(cr27): return regs->cr27; in get_reg() 512 case RI(cr27): return regs->cr27; in set_reg() 513 case cr0, cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; in set_reg() 715 REG_OFFSET_NAME(cr27),
|
D | real2.S | 128 PUSH_CR(%cr27, %r28) 145 POP_CR(%cr27, %r26)
|
D | process.c | 241 cregs->cr27 = tls; in copy_thread()
|
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 | 129 DEFINE(TASK_PT_CR27, offsetof(struct task_struct, thread.regs.cr27)); in main() 218 DEFINE(PT_CR27, offsetof(struct pt_regs, cr27)); in main()
|
D | entry.S | 1721 mfctl %cr27, %r28 1742 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 | 325 mfctl %cr27, %r3 361 mtctl %r3, %cr27 369 mfctl %cr27, %r3 405 mtctl %r3, %cr27
|
D | processor.h | 143 .cr27 = 0, \
|