Lines Matching refs:r19
83 mov r19=n;; /* prepare to save predicates */ \
122 mov r19=IA64_KR(PT_BASE) // get page table base address
140 (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place
143 LOAD_PHYSICAL(p6, r19, swapper_pg_dir) // region 5 is rooted at swapper_pg_dir
149 (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5
174 shr.u r19=r22,PAGE_SHIFT // shift pte index into position
177 dep r21=r19,r20,3,(PAGE_SHIFT-3) // r21=pte_offset(pmd,addr)
180 MOV_FROM_ISR(r19) // cr.isr bit 32 tells us if this is an insn miss
185 (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss?
229 ld8 r19=[r28] // read *pud again
235 cmp.ne.or.andcm p6,p7=r19,r29 // did *pud change
273 ITC_I(p0, r18, r19)
282 ld8 r19=[r17] // read *pte again and see if same
285 cmp.ne p7,p0=r18,r19
317 ITC_D(p0, r18, r19)
326 ld8 r19=[r17] // read *pte again and see if same
329 cmp.ne p7,p0=r18,r19
345 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
360 and r19=r19,r16 // clear ed, reserved bits, and PTE control bits
365 or r19=r17,r19 // insert PTE control bits into r19
367 or r19=r19,r18 // set bit 4 (uncached) if the access was to region 6
370 ITC_I(p0, r19, r18) // insert the TLB entry
383 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
406 (p10) mov r19=IA64_KR(PER_CPU_DATA)
407 (p11) and r19=r19,r16 // clear non-ppn fields
413 (p10) sub r19=r19,r26
422 or r19=r19,r17 // insert PTE control bits into r19
425 ITC_D(p7, r19, r18) // insert the TLB entry
457 mov r19=IA64_KR(PT_BASE) // get the page table base address
470 (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place
473 LOAD_PHYSICAL(p6, r19, swapper_pg_dir) // region 5 is rooted at swapper_pg_dir
479 (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5
502 shr.u r19=r22,PAGE_SHIFT // shift pte index into position
505 dep r17=r19,r17,3,(PAGE_SHIFT-3) // r17=pte_offset(pmd,addr);
739 mov r19=b6 // I0 (2 cyc)
830 ld8 r19=[r17],TI_AC_UTIME-TI_AC_LEAVE // M time at leave
834 sub r22=r19,r18 // A stime before leave
837 sub r18=r30,r19 // A elapsed time in user
947 st8 [r1]=r19 // save b6
951 alloc r19=ar.pfs,8,0,0,0 // ensure in0-in7 are writable
966 dep r19=0,r19,38,26 // clear all bits but 0..37 [I0]
970 st8 [r16]=r19,PT(AR_RNAT)-PT(CR_IFS) // store ar.pfs.pfm in cr.ifs
971 extr.u r11=r19,7,7 // I0 // get sol of ar.pfs
972 and r8=0x7f,r19 // A // get sof of ar.pfs
1063 ld8 r19=[r17],TI_AC_UTIME-TI_AC_LEAVE // time at left from kernel
1067 sub r22=r19,r18 // stime before leave kernel
1070 sub r18=r20,r19 // elapsed time in user mode
1174 mov r19=24 // fault number
1187 mov r19=25
1245 MOV_TO_IIP(r17, r19)
1249 MOV_TO_IPSR(p0, r16, r19)