• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/

Lines Matching refs:PTE

143 	srli.p		gr29,#12,gr31			/* use EAR0[25:14] as PTE index */
151 # - the PTE must be marked accessed if it was valid
156 ldi @(gr31,#0),gr30 /* fetch the PTE */
159 beq icc0,#0,__tlb_kernel_fault /* jump if PTE invalid */
160 sti.p gr30,@(gr31,#0) /* update the PTE */
164 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
207 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
232 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
264 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
272 # - the PTE must be marked accessed if it was valid
277 ldi @(gr31,#0),gr30 /* fetch the PTE */
280 beq icc0,#0,__tlb_kernel_fault /* jump if PTE invalid */
281 sti.p gr30,@(gr31,#0) /* update the PTE */
285 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
327 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
352 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
382 srli.p gr28,#12,gr31 /* use EAR0[25:14] as PTE index */
390 # - the PTE must be marked accessed if it was valid
395 ldi @(gr31,#0),gr30 /* fetch the PTE */
398 beq icc0,#0,__tlb_user_fault /* jump if PTE invalid */
399 sti.p gr30,@(gr31,#0) /* update the PTE */
403 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
436 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
461 srli.p gr28,#12,gr31 /* use EAR0[25:14] as PTE index */
491 srli.p gr28,#12,gr31 /* use EAR0[25:14] as PTE index */
499 # - the PTE must be marked accessed if it was valid
506 ldi @(gr31,#0),gr30 /* fetch the PTE */
509 beq icc0,#0,__tlb_user_fault /* jump if PTE invalid */
510 sti.p gr30,@(gr31,#0) /* update the PTE */
514 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
547 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
557 srli gr28,#12,gr31 /* use EAR0[25:14] as PTE index */
586 srli.p gr28,#12,gr31 /* use EAR0[25:14] as PTE index */