Searched refs:PMAP_SPTM_PCPU_ALIGN (Results 1 – 2 of 2) sorted by relevance
1153 #define PMAP_SPTM_PCPU_ALIGN (8192) macro1222 } __attribute__((aligned(PMAP_SPTM_PCPU_ALIGN))) pmap_sptm_percpu_data_t;1224 _Static_assert((PAGE_SIZE % PMAP_SPTM_PCPU_ALIGN) == 0,1226 _Static_assert(sizeof(pmap_sptm_percpu_data_t) <= PMAP_SPTM_PCPU_ALIGN,
2166 assert(((uintptr_t)sptm_pcpu & (PMAP_SPTM_PCPU_ALIGN - 1)) == 0); in pmap_cpu_data_init_internal()