Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/tests/
H A Dvm_test_mach_map.c1231 T_LOG("SHARED_REGION_BASE 0x%llx", SHARED_REGION_BASE);
1234 T_QUIET; T_ASSERT_GE(sr_start, SHARED_REGION_BASE,
1236 T_QUIET; T_ASSERT_LT(sr_start, SHARED_REGION_BASE + SHARED_REGION_SIZE,
1244 for (address = SHARED_REGION_BASE;
1245 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1275 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1657 for (address = SHARED_REGION_BASE;
1658 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1686 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1977 for (vmaddr = SHARED_REGION_BASE;
[all …]
/xnu-11417.121.6/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-11417.121.6/bsd/kern/code_signing/
H A Dtxm.c639 SHARED_REGION_BASE, in set_shared_region_base_address()
1263 adjusted_region_addr += SHARED_REGION_BASE; in txm_associate_code_signature()
/xnu-11417.121.6/osfmk/tests/
H A Dpmap_tests.c252 static const vm_map_address_t nesting_start = SHARED_REGION_BASE;
/xnu-11417.121.6/bsd/kern/
H A Dkern_sig.c1855 if (fault_address >= SHARED_REGION_BASE && in set_thread_extra_flags()
1856 fault_address <= SHARED_REGION_BASE + SHARED_REGION_SIZE) { in set_thread_extra_flags()