Searched refs:ipsr (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dfpswa.h57 typedef fpswa_ret_t (*efi_fpswa_t) (unsigned long trap_type, void *bundle, unsigned long *ipsr,
H A Dmca_asm.h64 * in the psr before updating the ipsr and iip.
67 * and store the new value into ipsr
78 * 6. Do an rfi to move the values from ipsr to psr and iip to ip.
120 mov cr.ipsr = temp1; \
151 * 4. Set ipsr to this old_psr with "it" bit set and "bn" = 1.
157 * 7. Do an rfi to move ipsr to psr and iip to ip.
197 mov cr.ipsr = temp1; \
H A Dmca.h112 unsigned long ipsr; member in struct:ia64_sal_os_state
H A Dkvm.h178 unsigned long ipsr; member in struct:saved_vpd::__anon9252::__anon9253
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunaligned.c1276 struct ia64_psr *ipsr = ia64_psr(regs); local
1316 ifa, regs->cr_iip + ipsr->ri);
1343 ifa, regs->cr_iip + ipsr->ri);
1351 regs->cr_iip, ifa, regs->cr_ipsr, ipsr->ri, ipsr->it);
1359 switch (ipsr->ri) {
1455 if (ipsr->ri == 2)
1462 ipsr->ri = (ipsr->ri + 1) & 0x3;
1464 DPRINT("ipsr
[all...]
H A Dparavirt.c447 __DEFINE_GET_CR(IPSR, ipsr)
530 __DEFINE_SET_CR(IPSR, ipsr)
726 IA64_NATIVE_PATCH_DEFINE_CR(ipsr, ipsr);
838 IA64_NATIVE_PATCH_BUNDLE_ELEM_CR(ipsr, IPSR),
H A Dmca_drv.c157 mca_handler_bh(unsigned long paddr, void *iip, unsigned long ipsr) argument
163 iip, ipsr, paddr, current->comm);
H A Dtraps.c236 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, argument
267 (unsigned long *) ipsr, (unsigned long *) fpsr,
H A Drelocate_kernel.S49 mov cr.ipsr=r16
H A Dhead.S265 mov cr.ipsr=r16
938 mov cr.ipsr=r16 // set new PSR
986 mov cr.ipsr=r16 // set new PSR
1154 mov cr.ipsr=r16
H A Dasm-offsets.c303 DEFINE_MAPPED_REG_OFS(XSI_IPSR_OFS, ipsr);
H A Dmca_asm.S974 mov cr.ipsr=r0
1114 mov cr.ipsr = r14
H A Dmca.c889 /* If ipsr.ic then use pmsa_{iip,ipsr,ifs}, else use
902 sos->ipsr = ms->pmsa_ipsr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Doptvfault.S304 mov r20=cr.ipsr
320 mov cr.ipsr=r20
364 mov r20=cr.ipsr
371 mov cr.ipsr=r20
477 mov r20=cr.ipsr
496 mov cr.ipsr=r20
536 mov r16=cr.ipsr
551 mov cr.ipsr=r16
902 mov r16=cr.ipsr
920 mov cr.ipsr
[all...]
H A Dvmm_ivt.S78 mov r29=cr.ipsr; \
119 mov r29=cr.ipsr;
133 mov r29=cr.ipsr;
147 mov r24=cr.ipsr
171 mov r24=cr.ipsr
234 mov r29=cr.ipsr
265 mov r29=cr.ipsr
290 st8 [r16]=r29 /* save cr.ipsr */
1011 ld8 r29=[r16],16 // load cr.ipsr
1047 mov cr.ipsr
[all...]
H A Dvti.h135 unsigned long ipsr; member in struct:vpd::__anon9571::__anon9572
H A Dprocess.c83 u64 ipsr; local
98 ipsr = regs->cr_ipsr;
99 vpsr = vpsr | (ipsr & (IA64_PSR_ID | IA64_PSR_DA
432 fpswa_ret_t vmm_fp_emulate(int fp_fault, void *bundle, unsigned long *ipsr, argument
474 ipsr, fpsr, isr, pr, ifs, &fp_state);
494 * If ipsr.ri == 0, there is the trapping instruction in previous
H A Dvcpu.c1771 psr = VCPU(vcpu, ipsr);
1862 struct ia64_psr *ipsr = (struct ia64_psr *)&regs->cr_ipsr; local
1863 if (ipsr->ri == 2) {
1864 ipsr->ri = 0;
1867 ipsr->ri++;
1873 struct ia64_psr *ipsr = (struct ia64_psr *)&regs->cr_ipsr; local
1875 if (ipsr->ri == 0) {
1876 ipsr->ri = 2;
1879 ipsr->ri--;
H A Dkvm_minstate.h89 * p15 = TRUE if psr.i is set in cr.ipsr
105 mov r29 = cr.ipsr; /* M */ \
123 st8 [r16] = r29; /* save cr.ipsr */ \
H A Dvcpu.h544 VCPU(vcpu, ipsr) = val;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/native/
H A Dinst.h64 (pred) mov reg = cr.ipsr
98 (pred) mov cr.ipsr = reg \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/xen/
H A Dinterface.h159 unsigned long ipsr; /* CR16 */ member in struct:mapped_regs::__anon9482::__anon9483

Completed in 204 milliseconds