| /xnu-8020.121.3/libkern/gen/ |
| H A D | OSDebug.cpp | 96 (unsigned long) VM_KERNEL_UNSLIDE(bt[2]), (unsigned long) VM_KERNEL_UNSLIDE(bt[3]), in OSReportWithBacktrace() 97 (unsigned long) VM_KERNEL_UNSLIDE(bt[4]), (unsigned long) VM_KERNEL_UNSLIDE(bt[5]), in OSReportWithBacktrace() 98 (unsigned long) VM_KERNEL_UNSLIDE(bt[6]), (unsigned long) VM_KERNEL_UNSLIDE(bt[7]), in OSReportWithBacktrace() 99 (unsigned long) VM_KERNEL_UNSLIDE(bt[8])); in OSReportWithBacktrace()
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | kext_alloc.c | 121 VM_KERNEL_UNSLIDE(kext_alloc_base), in kext_alloc_init() 122 VM_KERNEL_UNSLIDE(kext_alloc_max), in kext_alloc_init() 123 VM_KERNEL_UNSLIDE(text->vmaddr), in kext_alloc_init() 124 VM_KERNEL_UNSLIDE(text->vmaddr + text->vmsize)); in kext_alloc_init()
|
| H A D | copyout_shim.c | 83 return (void *)(VM_KERNEL_UNSLIDE(ptr)); in cos_kernel_unslide()
|
| H A D | socd_client_kern.h | 81 #define SOCD_ADDR(_a) (VM_KERNEL_UNSLIDE((vm_offset_t)(_a)))
|
| H A D | timer_call.c | 944 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(func), in timer_queue_expire_with_options() 969 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(func), in timer_queue_expire_with_options() 1170 VM_KERNEL_UNSLIDE(call->tc_func), in timer_queue_trace() 1351 VM_KERNEL_UNSLIDE(call->tc_func), in timer_longterm_scan() 1909 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_entry() 1935 VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_return()
|
| H A D | thread_call.c | 1607 VM_KERNEL_UNSLIDE(func), VM_KERNEL_ADDRHIDE(param0), VM_KERNEL_ADDRHIDE(param1), 0, 0); in thread_call_invoke() 1627 VM_KERNEL_UNSLIDE(func), 0, 0, 0, 0); in thread_call_invoke() 1725 pl, (void *)VM_KERNEL_UNSLIDE(func), param0, param1); in thread_call_thread()
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOFilterInterruptEventSource.cpp | 219 …VM_KERNEL_UNSLIDE(filterAction), VM_KERNEL_ADDRHIDE(owner), VM_KERNEL_ADDRHIDE(this), VM_KERNEL_AD… in normalInterruptOccurred() 272 …VM_KERNEL_UNSLIDE(filterAction), VM_KERNEL_ADDRHIDE(owner), VM_KERNEL_ADDRHIDE(this), VM_KERNEL_AD… in disableInterruptOccurred() 305 …VM_KERNEL_UNSLIDE(filterAction), VM_KERNEL_ADDRHIDE(owner), VM_KERNEL_ADDRHIDE(this), VM_KERNEL_AD… in disableInterruptOccurred()
|
| H A D | IOTimerEventSource.cpp | 135 VM_KERNEL_UNSLIDE(address), in invokeAction()
|
| /xnu-8020.121.3/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 443 prevlr = (uint32_t)VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread() 509 prevlr = (uint32_t)VM_KERNEL_UNSLIDE(*(uint32_t *)kern_virt_addr); in machine_trace_thread() 589 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64() 682 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()
|
| /xnu-8020.121.3/san/memory/ |
| H A D | ubsan_minimal.c | 118 l += scnprintf(buf + l, buflen - l, "%lx\n", VM_KERNEL_UNSLIDE(frames[i])); in ubsan_minimal_backtrace_to_string() 247 ubsan_minimal_stash_telemetry(total_frames, frames, VM_KERNEL_UNSLIDE(faulting_address)); in ubsan_handle_brk_trap()
|
| H A D | kasan-report.c | 161 l += scnprintf(buf + l, len - l, "%lx,", VM_KERNEL_UNSLIDE(bt[i])); in kasan_log_report()
|
| H A D | kasan_dynamic_blacklist.c | 453 kextname, funcname, VM_KERNEL_UNSLIDE(bt[i]), i, type); in kasan_is_blacklisted()
|
| /xnu-8020.121.3/osfmk/i386/ |
| H A D | trap.c | 388 (user_mode ? rip : VM_KERNEL_UNSLIDE(rip)), in interrupt() 475 (long) depth, (long) VM_KERNEL_UNSLIDE(rip), 0, 0, 0); in interrupt() 591 0, 0, 0, VM_KERNEL_UNSLIDE(kern_ip), 0); in kernel_trap() 596 user_addr_t kd_vaddr = is_user ? vaddr : VM_KERNEL_UNSLIDE(vaddr); in kernel_trap() 600 VM_KERNEL_UNSLIDE(kern_ip), 0); in kernel_trap()
|
| H A D | mp.c | 1233 VM_KERNEL_UNSLIDE(call.func), VM_KERNEL_UNSLIDE_OR_PERM(call.arg0), in mp_cpus_call_action() 1325 …cpus, mode, VM_KERNEL_UNSLIDE(action_func), VM_KERNEL_UNSLIDE_OR_PERM(arg0), VM_KERNEL_UNSLIDE_OR_… in mp_cpus_call1() 1370 VM_KERNEL_UNSLIDE(action_func), in mp_cpus_call1() 1428 …VM_KERNEL_UNSLIDE(action_func), VM_KERNEL_UNSLIDE_OR_PERM(arg0), VM_KERNEL_UNSLIDE_OR_PERM(arg1), … in mp_cpus_call1()
|
| H A D | i386_timer.c | 145 user_mode != 0 ? rip : VM_KERNEL_UNSLIDE(rip), user_mode); in timer_intr()
|
| /xnu-8020.121.3/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 496 prev_rip = VM_KERNEL_UNSLIDE(prev_rip); in machine_trace_thread64() 520 prev_rip = VM_KERNEL_UNSLIDE(*(uint64_t *)kern_virt_addr); in machine_trace_thread64()
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | eventhandler.h | 131 (void *)VM_KERNEL_UNSLIDE((void *)_t->eh_func))); \
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_control.c | 2179 xkr->xkr_connect = (uint64_t)VM_KERNEL_UNSLIDE(kctl->connect); 2181 (uint64_t)VM_KERNEL_UNSLIDE(kctl->disconnect); 2182 xkr->xkr_send = (uint64_t)VM_KERNEL_UNSLIDE(kctl->send); 2184 (uint64_t)VM_KERNEL_UNSLIDE(kctl->send_list); 2185 xkr->xkr_setopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->setopt); 2186 xkr->xkr_getopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->getopt); 2187 xkr->xkr_rcvd = (uint64_t)VM_KERNEL_UNSLIDE(kctl->rcvd);
|
| H A D | subr_eventhandler.c | 192 (void *)VM_KERNEL_UNSLIDE(((struct eventhandler_entry_generic *)epn)->func), name)); in eventhandler_register_internal()
|
| /xnu-8020.121.3/san/coverage/ |
| H A D | kcov_ksancov.c | 161 uint32_t pc = (uint32_t)(VM_KERNEL_UNSLIDE(caller) - VM_MIN_KERNEL_ADDRESS - 1); in kcov_ksancov_trace_guard() 181 uint32_t pc = (uint32_t)(VM_KERNEL_UNSLIDE(caller) - VM_MIN_KERNEL_ADDRESS - 1); in kcov_ksancov_trace_pc()
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | rtclock.c | 320 user_mode ? pc : VM_KERNEL_UNSLIDE(pc), user_mode, 0, 0); in rtclock_intr()
|
| /xnu-8020.121.3/osfmk/kperf/ |
| H A D | callstack.c | 229 cs->kpkc_frames[0] = VM_KERNEL_UNSLIDE(thread->continuation); in kperf_continuation_sample() 394 return VM_KERNEL_UNSLIDE(bt[frame]); in scrub_word() 521 return VM_KERNEL_UNSLIDE(ptr); in chudxnu_vm_unslide()
|
| /xnu-8020.121.3/osfmk/mach/ |
| H A D | vm_param.h | 354 #define VM_KERNEL_UNSLIDE(_v) ({ \ macro
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | sleh.c | 611 esr, VM_KERNEL_ADDRHIDE(far), VM_KERNEL_UNSLIDE(get_saved_state_pc(state)), 0, 0); in sleh_synchronous() 814 esr, VM_KERNEL_ADDRHIDE(far), VM_KERNEL_UNSLIDE(get_saved_state_pc(state)), 0, 0); in sleh_synchronous() 2025 VM_KERNEL_UNSLIDE(get_saved_state_pc(state)); in sleh_interrupt_handler_prologue()
|
| /xnu-8020.121.3/osfmk/x86_64/ |
| H A D | kpc_x86.c | 630 pc = VM_KERNEL_UNSLIDE(pc); in get_interrupted_pc()
|