Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dentry-v7m.S27 mrs r1, ipsr
45 mrs r0, ipsr
/arch/ia64/include/asm/
Dfpswa.h57 typedef fpswa_ret_t (*efi_fpswa_t) (unsigned long trap_type, void *bundle, unsigned long *ipsr,
Dmca_asm.h122 mov cr.ipsr = temp1; \
199 mov cr.ipsr = temp1; \
Dmca.h112 unsigned long ipsr; member
/arch/ia64/include/asm/native/
Dinst.h38 (pred) mov reg = cr.ipsr
65 (pred) mov cr.ipsr = reg
/arch/ia64/kernel/
Dunaligned.c1294 struct ia64_psr *ipsr = ia64_psr(regs); in ia64_handle_unaligned() local
1334 ifa, regs->cr_iip + ipsr->ri); in ia64_handle_unaligned()
1361 ifa, regs->cr_iip + ipsr->ri); in ia64_handle_unaligned()
1369 regs->cr_iip, ifa, regs->cr_ipsr, ipsr->ri, ipsr->it); in ia64_handle_unaligned()
1377 switch (ipsr->ri) { in ia64_handle_unaligned()
1507 if (ipsr->ri == 2) in ia64_handle_unaligned()
1514 ipsr->ri = (ipsr->ri + 1) & 0x3; in ia64_handle_unaligned()
1516 DPRINT("ipsr->ri=%d iip=%lx\n", ipsr->ri, regs->cr_iip); in ia64_handle_unaligned()
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()
Dtraps.c237 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() argument
268 (unsigned long *) ipsr, (unsigned long *) fpsr, in fp_emulate()
Drelocate_kernel.S49 mov cr.ipsr=r16
Dhead.S263 mov cr.ipsr=r16
898 mov cr.ipsr=r16 // set new PSR
946 mov cr.ipsr=r16 // set new PSR
1095 mov cr.ipsr=r16
Dmca_asm.S975 mov cr.ipsr=r0
1115 mov cr.ipsr = r14
Dmca.c912 sos->ipsr = ms->pmsa_ipsr; in finish_pt_regs()