Searched refs:loadrs (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 Djprobes.S77 loadrs
H A Dprocess.c117 regs->loadrs, regs->ar_ccv, regs->ar_fpsr);
146 ndirty = (regs->loadrs >> 19);
438 child_ptregs->loadrs = 0;
H A Dmca.c889 u64 slots, loadrs = regs->loadrs; local
892 u64 ar_bsp = regs->ar_bspstore + (loadrs >> 16);
935 * have different alignments, so loadrs calculated on the old bsp
937 * loadrs for the new stack and save it in the new pt_regs, where
945 regs->loadrs = (new_bsp - new_bspstore) * 8 << 16;
1009 old_regs->loadrs = loadrs;
H A Dasm-offsets.c86 DEFINE(IA64_PT_REGS_LOADRS_OFFSET, offsetof (struct pt_regs, loadrs));
H A Dgate.S318 // bspstore0 = rse_skip_regs(bsp0, -rse_num_regs(bsp1 - (loadrs >> 19), bsp1));
336 loadrs // restore dirty partition
H A Dptrace.c512 ndirty = ia64_rse_num_regs(krbs, krbs + (pt->loadrs >> 19));
927 pt->loadrs = 0;
H A Dmca_asm.S528 shl temp3=temp3,16 // compute ar.rsc to be used for "loadrs"
530 st8 [temp1]=temp3,PT(AR_CCV)-PT(LOADRS) // save loadrs
783 // ar.rnat, ar.bspstore, loadrs are restore in ia64_old_stack.
969 ld8 temp2=[temp1],PT(AR_BSPSTORE)-PT(LOADRS) // restore loadrs
974 loadrs
H A Dentry.S712 ld8 r19=[r2],PT(B6)-PT(LOADRS) // load ar.rsc value for "loadrs"
930 ld8 r19=[r16],16 // load ar.rsc value for "loadrs"
955 * NOTE: alloc, loadrs, and cover can't be predicated.
968 shl r19=r19,16 // shift size of dirty partition into loadrs position
988 mov ar.rsc=r19 // load ar.rsc to be used for "loadrs"
1050 loadrs
H A Dhead.S358 loadrs // clear the dirty partition
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dptrace.h130 unsigned long loadrs; /* size of dirty partition << 16 */ member in struct:pt_regs
H A Dprocessor.h297 regs->loadrs = 0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dbinfmt_elf32.c162 regs->loadrs = 0;
H A Dia32priv.h445 regs->loadrs = 0; \

Completed in 83 milliseconds