Home
last modified time | relevance | path

Searched refs:ipsw (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dptrace.h43 long ipsw; member
70 #define user_mode(regs) (((regs)->ipsw & PSW_mskPOM) == 0)
71 #define interrupts_enabled(regs) (!!((regs)->ipsw & PSW_mskGIE))
H A Dprocessor.h66 regs->ipsw = PSW_valINIT; \
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dptrace.h39 unsigned long ipsw; /* CR22 */ member
60 unsigned long ipsw; /* CR22 */ member
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dptrace.h39 unsigned long ipsw; /* CR22 */ member
60 unsigned long ipsw; /* CR22 */ member
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dkgdb.c84 gr->ipsw = regs->ipsw; in pt_regs_to_gdb_regs()
115 regs->ipsw = gr->ipsw; in gdb_regs_to_pt_regs()
H A Dptrace.c245 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 Dhpmc.S128 mtctl %r4,ipsw
H A Dhead.S329 mtctl %r10,%ipsw
H A Dpacache.S58 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 Dkgdb.c85 gr->ipsw = regs->ipsw; in pt_regs_to_gdb_regs()
116 regs->ipsw = gr->ipsw; in gdb_regs_to_pt_regs()
H A Dptrace.c244 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 Dhpmc.S126 mtctl %r4,ipsw
H A Dpacache.S58 mtctl %r1, %ipsw
171 mtctl %r1, %ipsw /* restore I-bit (entire PSW) */
1231 mtctl %r1, %ipsw
1287 mtctl %r1, %ipsw
H A Dhead.S343 mtctl %r10,%ipsw
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dptrace.c86 regs->ipsw |= PSW_mskHSS; in user_enable_single_step()
94 regs->ipsw &= ~PSW_mskHSS; in user_disable_single_step()
H A Dasm-offsets.c20 DEFINE(IPSW_OFFSET, offsetof(struct pt_regs, ipsw)); in main()
H A Dsleep.S83 mtsr $r2, $ipsw
111 // set original psw to ipsw
H A Dtraps.c388 * 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 Dkgdb.h40 unsigned long ipsw; member
H A Dptrace.h38 #define MAX_REG_OFFSET (offsetof(struct pt_regs, ipsw))
H A Dasmregs.h132 ipsw: .reg %cr22
H A Dassembly.h77 ipsw = 22
447 * on r8 containing ipsw.
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dkgdb.h42 unsigned long ipsw; member
H A Dptrace.h38 #define MAX_REG_OFFSET (offsetof(struct pt_regs, ipsw))
H A Dasmregs.h132 ipsw: .reg %cr22

Completed in 11 milliseconds

12