Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dvm_shared_region_xnu.h44 #define PAGE_SIZE_FOR_SR_SLIDE_16KB 16384 macro
H A Dvm_shared_region.c2940 if (s_info->page_size != PAGE_SIZE_FOR_SR_SLIDE_16KB) { in vm_shared_region_slide_sanity_check_v5()
2941 …FOR_SR_SL 0x%llx != 0x%llx\n", (uint64_t)s_info->page_size, (uint64_t)PAGE_SIZE_FOR_SR_SLIDE_16KB); in vm_shared_region_slide_sanity_check_v5()