Searched refs:cr27 (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/include/asm-parisc/ |
D | asmregs.h | 150 tr3: .reg %cr27 177 cr27: .reg %cr27
|
D | ptrace.h | 24 unsigned long cr27; member
|
D | assembly.h | 270 mfctl %cr27, %r3 306 mtctl %r3, %cr27 314 mfctl %cr27, %r3 350 mtctl %r3, %cr27
|
D | processor.h | 134 cr27: 0, \
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | real2.S | 116 PUSH_CR(%cr27, %r28) 132 POP_CR(%cr27, %r26)
|
D | entry.S | 1963 mfctl %cr27, %r3 1988 mtctl %r3, %cr27 2010 mfctl %cr27, %r3 2031 mfctl %cr27, %r3
|
D | syscall.S | 55 mtctl %r26, %cr27 /* move arg0 to the control register */
|
/linux-2.4.37.9/arch/parisc/tools/ |
D | offset.c | 132 offset("#define TASK_PT_CR27 ", struct task_struct, thread.regs.cr27); in output_task_ptreg_defines() 224 offset("#define PT_CR27 ", struct pt_regs, cr27); in output_ptreg_defines()
|
/linux-2.4.37.9/drivers/parport/ |
D | parport_pc.c | 1210 int cr1,cr4,cra,cr23,cr26,cr27,i=0; in show_parconfig_smsc37c669() local 1229 cr27=inb(io+1); in show_parconfig_smsc37c669() 1235 cr1,cr4,cra,cr23,cr26,cr27); in show_parconfig_smsc37c669() 1242 (cr27 &0x0f) ? 'A'-1+(cr27 &0x0f): '-', in show_parconfig_smsc37c669()
|