Searched refs:L1_SS_SIZE (Results 1 – 4 of 4) sorted by relevance
42 #if BCM53XX_IO_SIZE >= L1_SS_SIZE43 #define KERNEL_VM_TOP ((0xfff00000 - BCM53XX_IO_SIZE) & -L1_SS_SIZE)
99 #define L1_SS_SIZE 0x01000000 /* 16M */ macro100 #define L1_SS_OFFSET (L1_SS_SIZE - 1)
560 KASSERTMSG((((uintptr_t)pdep / sizeof(pde)) & (L1_SS_SIZE / L1_S_SIZE - 1)) == 0, "%p", pdep); in l1pte_set()561 for (int k = 1; k < L1_SS_SIZE / L1_S_SIZE; k++) { in l1pte_set()1110 ((((va) | (pa)) & L1_SS_OFFSET) == 0 && (size) >= L1_SS_SIZE)1121 #define PMAP_MAPSIZE3 L1_SS_SIZE
7112 PDE_SYNC_RANGE(&pdep[l1slot], L1_SS_SIZE / L1_S_SIZE); in pmap_map_chunk()7115 va += L1_SS_SIZE; in pmap_map_chunk()7116 pa += L1_SS_SIZE; in pmap_map_chunk()7117 resid -= L1_SS_SIZE; in pmap_map_chunk()7205 KASSERT(size == L1_SS_SIZE || size == L1_S_SIZE); in pmap_unmap_chunk()