Searched refs:pUser (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | minstate.h | 14 (pUser) mov ar.rsc=0; /* set enforced lazy mode, pl 0, little-endian, loadrs=0 */ \ 16 (pUser) addl r22=IA64_RBS_OFFSET,r1; /* compute base of RBS */ \ 17 (pUser) mov r24=ar.rnat; \ 20 (pUser) addl r1=IA64_STK_OFFSET-IA64_PT_REGS_SIZE,r1; /* compute base of memory stack */ \ 21 (pUser) mov r23=ar.bspstore; /* save ar.bspstore */ \ 24 (pUser) mov ar.bspstore=r22; /* switch to kernel RBS */ \ 26 (pUser) mov r18=ar.bsp; \ 27 (pUser) mov ar.rsc=0x3; /* set eager mode, pl 0, little-endian, loadrs=0 */ \ 40 (pUser) mov ar.rsc=0; /* set enforced lazy mode, pl 0, little-endian, loadrs=0 */ \ 41 (pUser) addl r22=IA64_RBS_OFFSET,r1; /* compute base of register backing store */ \ [all …]
|
D | entry.S | 73 (p6) cmp.ne pKern,pUser=r0,r0 // a successful execve() lands us in user-mode... 591 (pUser) rsm psr.i 599 (pUser) ld8 r19=[r19] // load current->thread.pfm_ovfl_block_reset 601 (pUser) ld8 r17=[r17] // load current->need_resched 602 (pUser) ld4 r18=[r18] // load current->sigpending 605 (pUser) cmp.ne.unc p9,p0=r19,r0 // current->thread.pfm_ovfl_block_reset != 0? 607 (pUser) cmp.ne.unc p7,p0=r17,r0 // current->need_resched != 0? 608 (pUser) cmp.ne.unc p8,p0=r18,r0 // current->sigpending != 0? 722 (pUser) rsm psr.i 730 (pUser) ld8 r19=[r19] // load current->thread.pfm_ovfl_block_reset [all …]
|
D | entry.h | 9 #define pUser p3 /* will leave_kernel return to user-mode? */ macro
|
D | ivt.S | 689 cmp.eq pKern,pUser=r0,r16; /* are we in kernel mode already? (psr.cpl==0) */ 834 (pUser) sub r18=r18,r22; /* r18=RSE.ndirty*8 */ 850 (pUser) st8 [r16]=r24,16; /* save ar.rnat */ 851 (pUser) st8 [r17]=r23,16; /* save ar.bspstore */
|
D | unwind.c | 51 #define PRED_USER_STACK pUser
|