Lines Matching +full:4 +full:mb
49 * Done in 4MB chunks.
74 r1 = add(r1, r3); /* + (4M-1) */
75 r26 = lsr(r1, #22); /* / 4M = # of entries */
79 r2.l = #0x0000; /* round back down to 4MB boundary */
81 r2 = lsr(r1, #22) /* 4MB page number */
82 r2 = asl(r2, #2) /* times sizeof(PTE) (4bytes) */
85 r1 = add(r1,r2) /* r1 = 4MB PTE for the first entry */
87 r2.l = #0x0000 /* 4MB increments */
90 memw(r0 ++ #4) = r1
94 /* PAGE_OFFSET >> (4MB shift - 4 bytes per entry shift) */
101 r2.l = #0x0000; /* round back down to 4MB boundary */
106 r2.l = #0x0000 /* 4MB increments */
110 memw(r0 ++ #4) = r1;
146 r2 = lsr(r2, #22) /* 4MB page number */
147 r2 = asl(r2, #2) /* times sizeof(PTE) (4bytes) */
153 memw(R1 ++ #4) = R0