Searched refs:exr (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/h8300/kernel/ |
D | ptrace_s.c | 23 unsigned char exr; in user_disable_single_step() local 25 exr = h8300_get_reg(child, PT_EXR); in user_disable_single_step() 26 exr &= ~EXR_TRACE; in user_disable_single_step() 27 h8300_put_reg(child, PT_EXR, exr); in user_disable_single_step() 33 unsigned char exr; in user_enable_single_step() local 35 exr = h8300_get_reg(child, PT_EXR); in user_enable_single_step() 36 exr |= EXR_TRACE; in user_enable_single_step() 37 h8300_put_reg(child, PT_EXR, exr); in user_enable_single_step()
|
D | head_ram.S | 49 ldc #0x07,exr
|
D | asm-offsets.c | 55 DEFINE(LEXR, offsetof(struct pt_regs, exr) - sizeof(long)); in main()
|
D | head_rom.S | 88 ldc #0x07,exr
|
D | kgdb.c | 29 { "exr", GDB_SIZEOF_REG, offsetof(struct pt_regs, exr) },
|
D | ptrace.c | 34 PT_REG(exr),
|
D | entry.S | 235 orc #7,exr
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | haleakala.dts | 51 compatible = "ibm,uic-405exr", "ibm,uic"; 61 compatible = "ibm,uic-405exr","ibm,uic"; 73 compatible = "ibm,uic-405exr","ibm,uic"; 85 compatible = "ibm,plb-405exr", "ibm,plb4"; 92 compatible = "ibm,sdram-405exr", "ibm,sdram-4xx-ddr2"; 100 compatible = "ibm,mcmal-405exr", "ibm,mcmal2"; 118 compatible = "ibm,opb-405exr", "ibm,opb"; 128 compatible = "ibm,ebc-405exr", "ibm,ebc"; 189 compatible = "ibm,iic-405exr", "ibm,iic"; 196 compatible = "ibm,iic-405exr", "ibm,iic"; [all …]
|
/Linux-v4.19/arch/h8300/include/uapi/asm/ |
D | ptrace.h | 37 unsigned short exr; member
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | processor.h | 99 (_regs)->exr = 0x78; /* enable all interrupts */ \
|