Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.81.4/tests/
H A Dvm_test_mach_map.c1130 T_LOG("SHARED_REGION_BASE 0x%llx", SHARED_REGION_BASE);
1133 T_QUIET; T_ASSERT_GE(sr_start, SHARED_REGION_BASE,
1135 T_QUIET; T_ASSERT_LT(sr_start, SHARED_REGION_BASE + SHARED_REGION_SIZE,
1143 for (address = SHARED_REGION_BASE;
1144 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1174 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1556 for (address = SHARED_REGION_BASE;
1557 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1585 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1876 for (vmaddr = SHARED_REGION_BASE;
[all …]
/xnu-11215.81.4/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.81.4/bsd/kern/code_signing/
H A Dtxm.c627 SHARED_REGION_BASE, in set_shared_region_base_address()
1228 adjusted_region_addr += SHARED_REGION_BASE; in txm_associate_code_signature()
/xnu-11215.81.4/osfmk/tests/
H A Dpmap_tests.c252 static const vm_map_address_t nesting_start = SHARED_REGION_BASE;
/xnu-11215.81.4/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()