Searched refs:cr27 (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 30 unsigned long cr27; member 62 unsigned long cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; member
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | kgdb.c | 86 gr->cr27 = regs->cr27; in pt_regs_to_gdb_regs() 117 regs->cr27 = gr->cr27; in gdb_regs_to_pt_regs()
|
H A 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() 717 REG_OFFSET_NAME(cr27),
|
H A D | real2.S | 115 PUSH_CR(%cr27, %r28) 132 POP_CR(%cr27, %r26)
|
H A D | process.c | 252 cregs->cr27 = tls; in copy_thread()
|
H A D | asm-offsets.c | 126 DEFINE(TASK_PT_CR27, offsetof(struct task_struct, thread.regs.cr27)); in main() 211 DEFINE(PT_CR27, offsetof(struct pt_regs, cr27)); in main()
|
H A D | entry.S | 1646 mfctl %cr27, %r28 1667 mtctl %r3, %cr27
|
H A D | syscall.S | 121 mtctl %r26, %cr27 /* move arg0 to the control register */
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | asmregs.h | 137 tr3: .reg %cr27 164 cr27: .reg %cr27
|
H A D | kgdb.h | 61 unsigned long cr27; member
|
H A D | assembly.h | 376 mfctl %cr27, %r3 412 mtctl %r3, %cr27 420 mfctl %cr27, %r3 456 mtctl %r3, %cr27
|
H A D | processor.h | 142 .cr27 = 0, \
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_syscall.h | 10 target_ulong cr27; member
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | immap_5441x.h | 275 u32 cr27; /* 0x6C */ member
|
/openbmc/linux/drivers/parport/ |
H A D | parport_pc.c | 969 int cr1, cr4, cra, cr23, cr26, cr27; in show_parconfig_smsc37c669() local 991 cr27 = inb(io + 1); in show_parconfig_smsc37c669() 996 cr1, cr4, cra, cr23, cr26, cr27); in show_parconfig_smsc37c669() 1003 (cr27 & 0x0f) ? 'A' - 1 + (cr27 & 0x0f) : '-', in show_parconfig_smsc37c669()
|