Searched refs:unat (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunaligned.c454 unsigned long *unat; local
474 unat = &sw->ar_unat;
477 unat = &sw->caller_unat;
480 addr, unat==&sw->ar_unat ? "yes":"no", GR_OFFS(regnum));
494 DPRINT("*0x%lx=0x%lx NaT=%d prev_unat @%p=%lx\n", addr, val, nat, (void *) unat, *unat);
496 *unat |= bitmask;
498 *unat &= ~bitmask;
500 DPRINT("*0x%lx=0x%lx NaT=%d new unat: %p=%lx\n", addr, val, nat, (void *) unat,*una
626 unsigned long addr, *unat; local
[all...]
H A Dentry.h32 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
42 .savesp ar.unat,SW(CALLER_UNAT)+16+(off); \
H A Drelocate_kernel.S280 mov r4=ar.unat
283 st8 [loc1]=r4, 8 // ar.unat
288 mov r4 = ar.unat
291 st8 [loc1]=r4, 8 // unat
H A Dentry.S92 mov ar.unat=0; mov ar.lc=0
260 mov r17=ar.unat // preserve caller's
308 // since we're done with the spills, read and save ar.unat:
309 mov.m r29=ar.unat
359 st8 [r2]=r29,SW(AR_RNAT)-SW(AR_UNAT) // save ar.unat
391 ld8 r29=[r3],(SW(B1)-SW(AR_UNAT)) // unat
408 ld8 r18=[r14],16 // restore caller's unat
439 mov ar.unat=r29 // establish unat holding the NaT bits for r4-r7
465 mov ar.unat
[all...]
H A Dminstate.h35 mov r25=ar.unat; /* M */ \
96 st8 [r16]=r25,16; /* save ar.unat */ \
H A Dgate.S182 .savesp ar.unat, UNAT_OFF+SIGCONTEXT_OFF; \
H A Dmca_asm.S513 mov temp3=ar.unat
516 st8 [temp1]=temp3,PT(AR_RNAT)-PT(AR_UNAT) // save ar.unat
777 ld8 temp3=[temp1] // restore ar.unat
781 mov ar.unat=temp3
H A Dptrace.c73 # define GET_BITS(first, last, unat) \
83 ia64_rotr(unat, dist) & mask; \
106 * return the resulting unat (assuming the scratch registers are
761 dprintk("ptrace: failed to set ar.unat\n");
771 dprintk("ptrace: failed to read ar.unat\n");
H A Dhead.S118 SAVE_FROM_REG(ar.unat,_reg1,_reg2);; \
1172 RESTORE_REG(ar.unat, r25, r17);;
H A Dfsys.S674 mov r25=ar.unat // M2 (5 cyc) save ar.unat
H A Divt.S726 * AR registers: ar.unat, ar.pfs, ar.rsc, ar.rnat, ar.bspstore, ar.fpsr
799 mov.m r25=ar.unat // M2 (5 cyc)
914 * - r25: saved ar.unat
957 st8 [r17]=r25,PT(AR_RSC)-PT(AR_UNAT) // save ar.unat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dprocessor.h586 * Given the address to which a spill occurred, return the unat bit
600 ia64_set_unat (__u64 *unat, void *spill_addr, unsigned long nat) argument
605 *unat = (*unat & ~mask) | (nat << bit);
H A Dsal.h858 u64 unat; member in struct:sal_to_os_boot

Completed in 95 milliseconds