Searched refs:ipsw (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.10/arch/nds32/include/asm/ |
D | ptrace.h | 43 long ipsw; member 70 #define user_mode(regs) (((regs)->ipsw & PSW_mskPOM) == 0) 71 #define interrupts_enabled(regs) (!!((regs)->ipsw & PSW_mskGIE))
|
D | processor.h | 66 regs->ipsw = PSW_valINIT; \
|
/Linux-v5.10/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 39 unsigned long ipsw; /* CR22 */ member 60 unsigned long ipsw; /* CR22 */ member
|
/Linux-v5.10/arch/parisc/kernel/ |
D | kgdb.c | 84 gr->ipsw = regs->ipsw; in pt_regs_to_gdb_regs() 115 regs->ipsw = gr->ipsw; in gdb_regs_to_pt_regs()
|
D | ptrace.c | 447 case RI(ipsw): return regs->ipsw; in get_reg() 500 case RI(ipsw): return regs->ipsw; in set_reg() 713 REG_OFFSET_NAME(ipsw),
|
D | hpmc.S | 128 mtctl %r4,ipsw
|
D | head.S | 289 mtctl %r10,%ipsw
|
D | pacache.S | 58 mtctl %r1, %ipsw 171 mtctl %r1, %ipsw /* restore I-bit (entire PSW) */ 1293 mtctl %r1, %ipsw 1349 mtctl %r1, %ipsw
|
D | entry.S | 69 mtctl %r1, %ipsw 1370 mfctl %ipsw,%r8 1373 mtctl %r8,%ipsw
|
/Linux-v5.10/arch/nds32/kernel/ |
D | ptrace.c | 86 regs->ipsw |= PSW_mskHSS; in user_enable_single_step() 94 regs->ipsw &= ~PSW_mskHSS; in user_disable_single_step()
|
D | asm-offsets.c | 20 DEFINE(IPSW_OFFSET, offsetof(struct pt_regs, ipsw)); in main()
|
D | sleep.S | 83 mtsr $r2, $ipsw
|
D | traps.c | 400 regs->ipsw &= ~PSW_mskDEX; in do_dispatch_general()
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | kgdb.h | 40 unsigned long ipsw; member
|
D | ptrace.h | 38 #define MAX_REG_OFFSET (offsetof(struct pt_regs, ipsw))
|
D | asmregs.h | 132 ipsw: .reg %cr22
|
D | assembly.h | 77 ipsw = 22
|