Searched refs:L2_TABLE_SIZE_REAL (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/sys/arm/arm/
H A Dminidump_machdep.c233 ptesize += L2_TABLE_SIZE_REAL;
351 count * L2_TABLE_SIZE_REAL);
365 L2_TABLE_SIZE_REAL);
381 if (pa == (prev_pa + count * L2_TABLE_SIZE_REAL))
385 count * L2_TABLE_SIZE_REAL);
395 count * L2_TABLE_SIZE_REAL);
403 L2_TABLE_SIZE_REAL);
414 error = blk_write_cont(di, prev_pa, count * L2_TABLE_SIZE_REAL);
H A Dmachdep.c1137 if (!(i % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
1143 L2_TABLE_SIZE_REAL * (i - j);
1201 L2_TABLE_SIZE_REAL * l2size,
H A Dpmap.c933 PTE_SYNC_RANGE(l2, L2_TABLE_SIZE_REAL / sizeof(pt_entry_t));
1060 memset(mem, 0, L2_TABLE_SIZE_REAL);
1061 PTE_SYNC_RANGE(mem, L2_TABLE_SIZE_REAL / sizeof(pt_entry_t));
1782 l2zone = uma_zcreate("L2 Table", L2_TABLE_SIZE_REAL, pmap_l2ptp_ctor,
2265 l2idx < (L2_TABLE_SIZE_REAL / sizeof(pt_entry_t));
2325 round_page(size * L2_TABLE_SIZE_REAL) / PAGE_SIZE,
2508 memset(ptep, 0, L2_TABLE_SIZE_REAL);
2514 pmap_kernel_l2ptp_kva += L2_TABLE_SIZE_REAL;
2515 pmap_kernel_l2ptp_phys += L2_TABLE_SIZE_REAL;
H A Dpmap-v6.c919 memset(mem, 0, L2_TABLE_SIZE_REAL);
1329 l2zone = uma_zcreate("L2 Table", L2_TABLE_SIZE_REAL, pmap_l2ptp_ctor,
1891 l2idx < (L2_TABLE_SIZE_REAL / sizeof(pt_entry_t));
1952 round_page(size * L2_TABLE_SIZE_REAL) / PAGE_SIZE,
2136 memset(ptep, 0, L2_TABLE_SIZE_REAL);
2142 pmap_kernel_l2ptp_kva += L2_TABLE_SIZE_REAL;
2143 pmap_kernel_l2ptp_phys += L2_TABLE_SIZE_REAL;
/freebsd-10.3-release/sys/arm/include/
H A Dpte.h158 * should use L2_TABLE_SIZE_REAL until then.
160 #define L2_TABLE_SIZE_REAL 0x400 /* 1K */ macro
163 #define L2_PTE_NUM_TOTAL (L2_TABLE_SIZE_REAL / sizeof(pt_entry_t))
/freebsd-10.3-release/sys/arm/cavium/cns11xx/
H A Decona_machdep.c91 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
200 if (!(loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
205 (loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
206 L2_TABLE_SIZE_REAL;
/freebsd-10.3-release/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c106 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
198 if (!(loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
203 (loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
204 L2_TABLE_SIZE_REAL;
/freebsd-10.3-release/sys/arm/samsung/s3c2xx0/
H A Ds3c24x0_machdep.c104 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
250 if (!(loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
255 (loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
256 L2_TABLE_SIZE_REAL;
/freebsd-10.3-release/sys/arm/xscale/i80321/
H A Dep80219_machdep.c103 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
198 if (!(loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
203 (loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
204 L2_TABLE_SIZE_REAL;
H A Diq31244_machdep.c103 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
199 if (!(loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
204 (loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
205 L2_TABLE_SIZE_REAL;
/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Davila_machdep.c102 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
261 if (!(loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
266 (loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
267 L2_TABLE_SIZE_REAL;
/freebsd-10.3-release/sys/arm/xscale/pxa/
H A Dpxa_machdep.c103 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
180 if (!(loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
185 (loop % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
186 L2_TABLE_SIZE_REAL;
/freebsd-10.3-release/sys/arm/at91/
H A Dat91_machdep.c111 /* this should be evenly divisable by PAGE_SIZE / L2_TABLE_SIZE_REAL (or 4) */
482 if (!(i % (PAGE_SIZE / L2_TABLE_SIZE_REAL))) {
487 (i % (PAGE_SIZE / L2_TABLE_SIZE_REAL)) *
488 L2_TABLE_SIZE_REAL;

Completed in 195 milliseconds