Lines Matching refs:r1
82 ldrneh r1, [r2] @ Read aborted Thumb instruction
83 tstne r1, r1, lsr #12 @ C = bit 11
85 ldreq r1, [r2] @ Read aborted ARM instruction
86 tsteq r1, r1, lsr #21 @ C = bit 20
88 sbc r1, r1, r1 @ r1 = C - 1
207 bic r1, r1, #DCACHELINESIZE - 1 @ && added by DHM
208 sub r3, r1, r0
227 cmp r0, r1
230 mcr p15, 0, r1, c7, c10, 4 @ drain WB
242 mov r1, #PAGESIZE
254 subs r1, r1, #2 * DCACHELINESIZE
256 mcr p15, 0, r1, c7, c10, 4 @ drain WB
277 tst r1, #DCACHELINESIZE - 1
278 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
281 bic r1, r1, #DCACHELINESIZE - 1
284 cmp r0, r1
302 sub r1, r1, r0
303 cmp r1, #MAX_AREA_SIZE
307 bic r1, r1, #DCACHELINESIZE -1
308 add r1, r1, #DCACHELINESIZE
312 subs r1, r1, #DCACHELINESIZE
334 mov r1, #PAGESIZE
339 subs r1, r1, #2 * DCACHELINESIZE
384 sub r1, r1, r0
385 cmp r1, #MAX_AREA_SIZE
388 bic r1, r1, #ICACHELINESIZE - 1
389 add r1, r1, #ICACHELINESIZE
394 subs r1, r1, #ICACHELINESIZE
440 bic r1, r1, r3
445 cmp r0, r1
461 teq r1, #0
511 eor r2, r1, #0x0a @ C & Section
513 biceq r1, r1, #4 @ clear bufferable bit
515 str r1, [r0]
527 str r1, [r0], #-1024 @ linux version
529 eor r1, r1, #LPTE_PRESENT | LPTE_YOUNG | LPTE_WRITE | LPTE_DIRTY
531 bic r2, r1, #0xff0
535 tst r1, #LPTE_USER | LPTE_EXEC @ User or Exec?
538 tst r1, #LPTE_WRITE | LPTE_DIRTY @ Write and Dirty?
541 tst r1, #LPTE_PRESENT | LPTE_YOUNG @ Present and Young?