Home
last modified time | relevance | path

Searched refs:SHARED_REGION_BASE (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dshared_region.h98 #define SHARED_REGION_BASE SHARED_REGION_BASE_I386 macro
105 #define SHARED_REGION_BASE SHARED_REGION_BASE_X86_64 macro
112 #define SHARED_REGION_BASE SHARED_REGION_BASE_ARM macro
119 #define SHARED_REGION_BASE SHARED_REGION_BASE_ARM64_32 macro
126 #define SHARED_REGION_BASE SHARED_REGION_BASE_ARM64 macro
/xnu-11215.1.10/tests/
H A Dvm_test_mach_map.c1127 T_LOG("SHARED_REGION_BASE 0x%llx", SHARED_REGION_BASE);
1130 T_QUIET; T_ASSERT_GE(sr_start, SHARED_REGION_BASE,
1132 T_QUIET; T_ASSERT_LT(sr_start, SHARED_REGION_BASE + SHARED_REGION_SIZE,
1140 for (address = SHARED_REGION_BASE;
1141 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1171 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1553 for (address = SHARED_REGION_BASE;
1554 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1582 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1873 for (vmaddr = SHARED_REGION_BASE;
[all …]
/xnu-11215.1.10/osfmk/vm/
H A Dvm_map_store.c175 (entry->vme_start < SHARED_REGION_BASE || in vm_map_store_entry_link()
176 entry->vme_start >= (SHARED_REGION_BASE + SHARED_REGION_SIZE)) && in vm_map_store_entry_link()
/xnu-11215.1.10/bsd/kern/code_signing/
H A Dtxm.c627 SHARED_REGION_BASE, in set_shared_region_base_address()
1239 adjusted_region_addr += SHARED_REGION_BASE; in txm_associate_code_signature()
/xnu-11215.1.10/osfmk/tests/
H A Dpmap_tests.c252 static const vm_map_address_t nesting_start = SHARED_REGION_BASE;
/xnu-11215.1.10/bsd/kern/
H A Dkern_sig.c1854 if (fault_address >= SHARED_REGION_BASE && in set_thread_extra_flags()
1855 fault_address <= SHARED_REGION_BASE + SHARED_REGION_SIZE) { in set_thread_extra_flags()