Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h389 #define ZSECURITY_ENABLED(opt) (zsecurity_options & ZSECURITY_OPTIONS_##opt) macro
H A Dkalloc.c474 if (ZSECURITY_ENABLED(KERNEL_DATA_MAP) && kheap == KHEAP_DATA_BUFFERS) { in kalloc_zones_init()
605 if (ZSECURITY_ENABLED(KERNEL_DATA_MAP)) { in kalloc_init_maps()
1835 } else if (!ZSECURITY_ENABLED(KERNEL_DATA_MAP)) { in kalloc_data_require()
1872 } else if (!ZSECURITY_ENABLED(KERNEL_DATA_MAP)) { in kalloc_non_data_require()