Searched refs:ipsw (Results 1 - 25 of 27) sorted by relevance
12
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A 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))
|
H A D | processor.h | 66 regs->ipsw = PSW_valINIT; \
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 39 unsigned long ipsw; /* CR22 */ member 60 unsigned long ipsw; /* CR22 */ member
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 39 unsigned long ipsw; /* CR22 */ member 60 unsigned long ipsw; /* CR22 */ member
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A 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()
|
H A D | ptrace.c | 245 else if (offset < sizeof(struct pt_regs)/2 + 32*4) /* sr[0] ... ipsw */ in translate_usr_offset() 458 case RI(ipsw): return regs->ipsw; in get_reg() 511 case RI(ipsw): return regs->ipsw; in set_reg() 724 REG_OFFSET_NAME(ipsw),
|
H A D | hpmc.S | 128 mtctl %r4,ipsw
|
H A D | head.S | 329 mtctl %r10,%ipsw
|
H A D | pacache.S | 58 mtctl %r1, %ipsw 171 mtctl %r1, %ipsw /* restore I-bit (entire PSW) */ 1293 mtctl %r1, %ipsw 1349 mtctl %r1, %ipsw
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | kgdb.c | 85 gr->ipsw = regs->ipsw; in pt_regs_to_gdb_regs() 116 regs->ipsw = gr->ipsw; in gdb_regs_to_pt_regs()
|
H A D | ptrace.c | 244 else if (offset < sizeof(struct pt_regs)/2 + 32*4) /* sr[0] ... ipsw */ in translate_usr_offset() 458 case RI(ipsw): return regs->ipsw; in get_reg() 511 case RI(ipsw): return regs->ipsw; in set_reg() 724 REG_OFFSET_NAME(ipsw),
|
H A D | hpmc.S | 126 mtctl %r4,ipsw
|
H A D | pacache.S | 58 mtctl %r1, %ipsw 171 mtctl %r1, %ipsw /* restore I-bit (entire PSW) */ 1231 mtctl %r1, %ipsw 1287 mtctl %r1, %ipsw
|
H A D | head.S | 343 mtctl %r10,%ipsw
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | ptrace.c | 86 regs->ipsw |= PSW_mskHSS; in user_enable_single_step() 94 regs->ipsw &= ~PSW_mskHSS; in user_disable_single_step()
|
H A D | asm-offsets.c | 20 DEFINE(IPSW_OFFSET, offsetof(struct pt_regs, ipsw)); in main()
|
H A D | sleep.S | 83 mtsr $r2, $ipsw 111 // set original psw to ipsw
|
H A D | traps.c | 388 * 3. update pt_regs ipsw (clear DEX) in do_dispatch_general() 400 regs->ipsw &= ~PSW_mskDEX; in do_dispatch_general()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | kgdb.h | 40 unsigned long ipsw; member
|
H A D | ptrace.h | 38 #define MAX_REG_OFFSET (offsetof(struct pt_regs, ipsw))
|
H A D | asmregs.h | 132 ipsw: .reg %cr22
|
H A D | assembly.h | 77 ipsw = 22 447 * on r8 containing ipsw.
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | kgdb.h | 42 unsigned long ipsw; member
|
H A D | ptrace.h | 38 #define MAX_REG_OFFSET (offsetof(struct pt_regs, ipsw))
|
H A D | asmregs.h | 132 ipsw: .reg %cr22
|
Completed in 11 milliseconds
12