Searched refs:ipsr (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/kernel/ |
D | sn_ivt.S | 56 mov r21=cr.ipsr // get ipsr incase we need to poke the ED bit 87 (p6) mov cr.ipsr=r21 // p6 (speculation): set ed (else we can get stuck)
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | unaligned.c | 1306 struct ia64_psr *ipsr = ia64_psr(regs); in ia64_handle_unaligned() local 1343 ifa, regs->cr_iip + ipsr->ri); in ia64_handle_unaligned() 1356 ifa, regs->cr_iip + ipsr->ri); in ia64_handle_unaligned() 1361 regs->cr_iip, ifa, regs->cr_ipsr, ipsr->ri, ipsr->it); in ia64_handle_unaligned() 1369 switch (ipsr->ri) { in ia64_handle_unaligned() 1480 if (ipsr->ri == 2) in ia64_handle_unaligned() 1487 ipsr->ri = (ipsr->ri + 1) & 0x3; in ia64_handle_unaligned() 1489 DPRINT("ipsr->ri=%d iip=%lx\n", ipsr->ri, regs->cr_iip); in ia64_handle_unaligned()
|
D | ivt.S | 300 mov r21=cr.ipsr 340 mov r21=cr.ipsr 370 (p6) mov cr.ipsr=r21 550 mov r17=cr.ipsr 673 mov r29=cr.ipsr; 1175 mov r16=cr.ipsr 1185 mov cr.ipsr=r16 1210 mov r16=cr.ipsr
|
D | traps.c | 269 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() argument 300 (unsigned long *) ipsr, (unsigned long *) fpsr, in fp_emulate()
|
D | mca_asm.S | 466 mov r3=cr.ipsr 701 mov cr.ipsr=r3 893 mov cr.ipsr=r2 // need to do an rfi to set appropriate bits
|
D | minstate.h | 96 mov r29=cr.ipsr; \
|
D | head.S | 107 mov cr.ipsr=r16 740 mov cr.ipsr=r16 // set new PSR 786 mov cr.ipsr=r16 // set new PSR
|
D | entry.S | 964 mov cr.ipsr=r29
|
/linux-2.4.37.9/include/asm-ia64/ |
D | mca_asm.h | 114 mov cr.ipsr = temp1; \ 194 mov cr.ipsr = temp1; \ 307 mov cr.ipsr=temp;; \
|
D | fpswa.h | 57 typedef fpswa_ret_t (*efi_fpswa_t) (unsigned long trap_type, void *bundle, unsigned long *ipsr,
|
/linux-2.4.37.9/arch/ia64/sn/fakeprom/ |
D | fpromasm.S | 231 mov cr.ipsr = r3
|