Home
last modified time | relevance | path

Searched refs:exr (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/h8300/kernel/
Dptrace_s.c23 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()
Dhead_ram.S49 ldc #0x07,exr
Dasm-offsets.c55 DEFINE(LEXR, offsetof(struct pt_regs, exr) - sizeof(long)); in main()
Dhead_rom.S88 ldc #0x07,exr
Dkgdb.c29 { "exr", GDB_SIZEOF_REG, offsetof(struct pt_regs, exr) },
Dptrace.c34 PT_REG(exr),
Dentry.S235 orc #7,exr
/Linux-v4.19/arch/powerpc/boot/dts/
Dhaleakala.dts51 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/
Dptrace.h37 unsigned short exr; member
/Linux-v4.19/arch/h8300/include/asm/
Dprocessor.h99 (_regs)->exr = 0x78; /* enable all interrupts */ \