Home
last modified time | relevance | path

Searched refs:ipsw (Results 1 – 17 of 17) sorted by relevance

/linux/arch/nds32/include/asm/
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))
A Dprocessor.h66 regs->ipsw = PSW_valINIT; \
/linux/arch/parisc/kernel/
A Dkgdb.c84 gr->ipsw = regs->ipsw; in pt_regs_to_gdb_regs()
115 regs->ipsw = gr->ipsw; in gdb_regs_to_pt_regs()
A Dptrace.c447 case RI(ipsw): return regs->ipsw; in get_reg()
500 case RI(ipsw): return regs->ipsw; in set_reg()
711 REG_OFFSET_NAME(ipsw),
A Dhpmc.S128 mtctl %r4,ipsw
A Dhead.S284 mtctl %r10,%ipsw
A Dpacache.S58 mtctl %r1, %ipsw
171 mtctl %r1, %ipsw /* restore I-bit (entire PSW) */
1293 mtctl %r1, %ipsw
1349 mtctl %r1, %ipsw
A Dentry.S1326 mfctl %ipsw,%r8
1329 mtctl %r8,%ipsw
/linux/arch/parisc/include/uapi/asm/
A Dptrace.h39 unsigned long ipsw; /* CR22 */ member
60 unsigned long ipsw; /* CR22 */ member
/linux/arch/nds32/kernel/
A Dptrace.c86 regs->ipsw |= PSW_mskHSS; in user_enable_single_step()
94 regs->ipsw &= ~PSW_mskHSS; in user_disable_single_step()
A Dasm-offsets.c20 DEFINE(IPSW_OFFSET, offsetof(struct pt_regs, ipsw)); in main()
A Dsleep.S83 mtsr $r2, $ipsw
A Dtraps.c351 regs->ipsw &= ~PSW_mskDEX; in do_dispatch_general()
/linux/arch/parisc/include/asm/
A Dkgdb.h40 unsigned long ipsw; member
A Dptrace.h38 #define MAX_REG_OFFSET (offsetof(struct pt_regs, ipsw))
A Dasmregs.h132 ipsw: .reg %cr22
A Dassembly.h89 ipsw = 22
536 mtctl %r1, %ipsw

Completed in 25 milliseconds