Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dshared_cache_reslide_test.c112 uintptr_t fault_address; in build_faulting_shared_cache_address() local
131 fault_address = (uintptr_t)shared_cache_location; in build_faulting_shared_cache_address()
133 fault_address = (uintptr_t)shared_cache_location + shared_cache_len + PAGE_SIZE; in build_faulting_shared_cache_address()
135 fault_address = (uintptr_t)shared_cache_location - PAGE_SIZE; in build_faulting_shared_cache_address()
139 fault_address |= 0x2000000000000000; in build_faulting_shared_cache_address()
142 return (char *)fault_address; in build_faulting_shared_cache_address()
/xnu-12377.1.9/bsd/kern/
H A Dkern_sig.c1856 mach_vm_address_t fault_address = uth->uu_subcode; in set_thread_extra_flags() local
1859 fault_address = VM_USER_STRIP_PTR(fault_address); in set_thread_extra_flags()
1861 if (fault_address >= SHARED_REGION_BASE && in set_thread_extra_flags()
1862 fault_address <= SHARED_REGION_BASE + SHARED_REGION_SIZE) { in set_thread_extra_flags()