Lines Matching refs:r19

81 	mov r19=n;;			/* prepare to save predicates */		\
119 mov r19=IA64_KR(PT_BASE) // get page table base address
137 (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place
140 LOAD_PHYSICAL(p6, r19, swapper_pg_dir) // region 5 is rooted at swapper_pg_dir
146 (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5
171 shr.u r19=r22,PAGE_SHIFT // shift pte index into position
174 dep r21=r19,r20,3,(PAGE_SHIFT-3) // r21=pte_offset(pmd,addr)
177 MOV_FROM_ISR(r19) // cr.isr bit 32 tells us if this is an insn miss
182 (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss?
226 ld8 r19=[r28] // read *pud again
232 cmp.ne.or.andcm p6,p7=r19,r29 // did *pud change
270 ITC_I(p0, r18, r19)
279 ld8 r19=[r17] // read *pte again and see if same
282 cmp.ne p7,p0=r18,r19
314 ITC_D(p0, r18, r19)
323 ld8 r19=[r17] // read *pte again and see if same
326 cmp.ne p7,p0=r18,r19
342 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
357 and r19=r19,r16 // clear ed, reserved bits, and PTE control bits
362 or r19=r17,r19 // insert PTE control bits into r19
364 or r19=r19,r18 // set bit 4 (uncached) if the access was to region 6
367 ITC_I(p0, r19, r18) // insert the TLB entry
380 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
403 (p10) mov r19=IA64_KR(PER_CPU_DATA)
404 (p11) and r19=r19,r16 // clear non-ppn fields
410 (p10) sub r19=r19,r26
419 or r19=r19,r17 // insert PTE control bits into r19
422 ITC_D(p7, r19, r18) // insert the TLB entry
454 mov r19=IA64_KR(PT_BASE) // get the page table base address
467 (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place
470 LOAD_PHYSICAL(p6, r19, swapper_pg_dir) // region 5 is rooted at swapper_pg_dir
476 (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5
499 shr.u r19=r22,PAGE_SHIFT // shift pte index into position
502 dep r17=r19,r17,3,(PAGE_SHIFT-3) // r17=pte_offset(pmd,addr);
736 mov r19=b6 // I0 (2 cyc)
827 ld8 r19=[r17],TI_AC_UTIME-TI_AC_LEAVE // M time at leave
831 sub r22=r19,r18 // A stime before leave
834 sub r18=r30,r19 // A elapsed time in user
945 st8 [r1]=r19 // save b6
949 alloc r19=ar.pfs,8,0,0,0 // ensure in0-in7 are writable
964 dep r19=0,r19,38,26 // clear all bits but 0..37 [I0]
968 st8 [r16]=r19,PT(AR_RNAT)-PT(CR_IFS) // store ar.pfs.pfm in cr.ifs
969 extr.u r11=r19,7,7 // I0 // get sol of ar.pfs
970 and r8=0x7f,r19 // A // get sof of ar.pfs
1062 ld8 r19=[r17],TI_AC_UTIME-TI_AC_LEAVE // time at left from kernel
1066 sub r22=r19,r18 // stime before leave kernel
1069 sub r18=r20,r19 // elapsed time in user mode
1173 mov r19=24 // fault number
1186 mov r19=25
1244 MOV_TO_IIP(r17, r19)
1248 MOV_TO_IPSR(p0, r16, r19)