Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Dvm_shared_region.h99 #define PAGE_SIZE_FOR_SR_SLIDE_16KB 16384 macro
H A Dvm_shared_region.c2931 if (s_info->page_size != PAGE_SIZE_FOR_SR_SLIDE_16KB) { in vm_shared_region_slide_sanity_check_v5()
2932 …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()