Home
last modified time | relevance | path

Searched refs:ipsr (Results 1 – 12 of 12) sorted by relevance

/arch/arm/kernel/
Dentry-v7m.S24 mrs r1, ipsr
42 mrs r0, ipsr
/arch/ia64/include/asm/
Dfpswa.h58 typedef fpswa_ret_t (*efi_fpswa_t) (unsigned long trap_type, void *bundle, unsigned long *ipsr,
Dmca_asm.h123 mov cr.ipsr = temp1; \
200 mov cr.ipsr = temp1; \
Dmca.h113 unsigned long ipsr; member
/arch/ia64/include/asm/native/
Dinst.h24 (pred) mov reg = cr.ipsr
51 (pred) mov cr.ipsr = reg
/arch/ia64/kernel/
Dunaligned.c1297 struct ia64_psr *ipsr = ia64_psr(regs); in ia64_handle_unaligned() local
1336 ifa, regs->cr_iip + ipsr->ri); in ia64_handle_unaligned()
1366 ifa, regs->cr_iip + ipsr->ri); in ia64_handle_unaligned()
1374 regs->cr_iip, ifa, regs->cr_ipsr, ipsr->ri, ipsr->it); in ia64_handle_unaligned()
1382 switch (ipsr->ri) { in ia64_handle_unaligned()
1513 if (ipsr->ri == 2) in ia64_handle_unaligned()
1520 ipsr->ri = (ipsr->ri + 1) & 0x3; in ia64_handle_unaligned()
1522 DPRINT("ipsr->ri=%d iip=%lx\n", ipsr->ri, regs->cr_iip); in ia64_handle_unaligned()
Dtraps.c233 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() argument
264 (unsigned long *) ipsr, (unsigned long *) fpsr, in fp_emulate()
Dmca_drv.c156 mca_handler_bh(unsigned long paddr, void *iip, unsigned long ipsr) in mca_handler_bh() argument
163 iip, ipsr, paddr, current->comm); in mca_handler_bh()
Drelocate_kernel.S47 mov cr.ipsr=r16
Dhead.S267 mov cr.ipsr=r16
902 mov cr.ipsr=r16 // set new PSR
950 mov cr.ipsr=r16 // set new PSR
1099 mov cr.ipsr=r16
Dmca_asm.S976 mov cr.ipsr=r0
1116 mov cr.ipsr = r14
Dmca.c913 sos->ipsr = ms->pmsa_ipsr; in finish_pt_regs()