Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/tests/
H A Dvm_test_mach_map.c1121 T_LOG("SHARED_REGION_BASE 0x%llx", SHARED_REGION_BASE);
1124 T_QUIET; T_ASSERT_GE(sr_start, SHARED_REGION_BASE,
1126 T_QUIET; T_ASSERT_LT(sr_start, SHARED_REGION_BASE + SHARED_REGION_SIZE,
1134 for (address = SHARED_REGION_BASE;
1135 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1165 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1455 for (address = SHARED_REGION_BASE;
1456 address < SHARED_REGION_BASE + SHARED_REGION_SIZE;
1484 if (address >= SHARED_REGION_BASE + SHARED_REGION_SIZE) {
1775 for (vmaddr = SHARED_REGION_BASE;
[all …]
/xnu-10063.101.15/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-10063.101.15/bsd/kern/code_signing/
H A Dtxm.c605 SHARED_REGION_BASE, in set_shared_region_base_address()
1107 adjusted_region_addr += SHARED_REGION_BASE; in txm_associate_code_signature()
/xnu-10063.101.15/osfmk/tests/
H A Dpmap_tests.c251 static const vm_map_address_t nesting_start = SHARED_REGION_BASE;
/xnu-10063.101.15/bsd/kern/
H A Dkern_sig.c1853 if (fault_address >= SHARED_REGION_BASE && in set_thread_extra_flags()
1854 fault_address <= SHARED_REGION_BASE + SHARED_REGION_SIZE) { in set_thread_extra_flags()