Home
last modified time | relevance | path

Searched refs:PMAP_SPTM_PCPU_ALIGN (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/arm64/sptm/pmap/
H A Dpmap_data.h1153 #define PMAP_SPTM_PCPU_ALIGN (8192) macro
1222 } __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,
H A Dpmap_data.c2166 assert(((uintptr_t)sptm_pcpu & (PMAP_SPTM_PCPU_ALIGN - 1)) == 0); in pmap_cpu_data_init_internal()