Home
last modified time | relevance | path

Searched refs:VM_KERNEL_UNSLIDE (Results 1 – 25 of 37) sorted by relevance

12

/xnu-8792.61.2/libkern/gen/
H A DOSDebug.cpp96 (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-8792.61.2/osfmk/kern/
H A Dkext_alloc.c121 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 Dcopyout_shim.c83 return (void *)(VM_KERNEL_UNSLIDE(ptr)); in cos_kernel_unslide()
H A Dsocd_client_kern.h85 #define SOCD_ADDR(_a) (VM_KERNEL_UNSLIDE((vm_offset_t)(_a)))
H A Dtimer_call.c1000 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(func), in timer_queue_expire_with_options()
1025 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(func), in timer_queue_expire_with_options()
1242 VM_KERNEL_UNSLIDE(call->tc_func), in timer_queue_trace()
1423 VM_KERNEL_UNSLIDE(call->tc_func), in timer_longterm_scan()
2017 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_entry()
2043 VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_return()
H A Dthread_call.c1682 VM_KERNEL_UNSLIDE(func), VM_KERNEL_ADDRHIDE(param0), VM_KERNEL_ADDRHIDE(param1), 0, 0); in thread_call_invoke()
1702 VM_KERNEL_UNSLIDE(func), 0, 0, 0, 0); in thread_call_invoke()
1814 pl, (void *)VM_KERNEL_UNSLIDE(func), param0, param1); in thread_call_thread()
/xnu-8792.61.2/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp219VM_KERNEL_UNSLIDE(filterAction), VM_KERNEL_ADDRHIDE(owner), VM_KERNEL_ADDRHIDE(this), VM_KERNEL_AD… in normalInterruptOccurred()
272VM_KERNEL_UNSLIDE(filterAction), VM_KERNEL_ADDRHIDE(owner), VM_KERNEL_ADDRHIDE(this), VM_KERNEL_AD… in disableInterruptOccurred()
305VM_KERNEL_UNSLIDE(filterAction), VM_KERNEL_ADDRHIDE(owner), VM_KERNEL_ADDRHIDE(this), VM_KERNEL_AD… in disableInterruptOccurred()
H A DIOTimerEventSource.cpp135 VM_KERNEL_UNSLIDE(address), in invokeAction()
/xnu-8792.61.2/san/memory/
H A Dubsan_minimal.c118 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 Dkasan-report.c161 l += scnprintf(buf + l, len - l, "%lx,", VM_KERNEL_UNSLIDE(bt[i])); in kasan_log_report()
H A Dkasan_dynamic_blacklist.c453 kextname, funcname, VM_KERNEL_UNSLIDE(bt[i]), i, type); in kasan_is_blacklisted()
/xnu-8792.61.2/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c415 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()
503 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()
/xnu-8792.61.2/osfmk/i386/
H A Dtrap.c389 (user_mode ? rip : VM_KERNEL_UNSLIDE(rip)), in interrupt()
476 (long) depth, (long) VM_KERNEL_UNSLIDE(rip), 0, 0, 0); in interrupt()
592 0, 0, 0, VM_KERNEL_UNSLIDE(kern_ip), 0); in kernel_trap()
597 user_addr_t kd_vaddr = is_user ? vaddr : VM_KERNEL_UNSLIDE(vaddr); in kernel_trap()
601 VM_KERNEL_UNSLIDE(kern_ip), 0); in kernel_trap()
H A Dmp.c1233 VM_KERNEL_UNSLIDE(call.func), VM_KERNEL_UNSLIDE_OR_PERM(call.arg0), in mp_cpus_call_action()
1330 …cpus, mode, VM_KERNEL_UNSLIDE(action_func), VM_KERNEL_UNSLIDE_OR_PERM(arg0), VM_KERNEL_UNSLIDE_OR_… in mp_cpus_call1()
1375 VM_KERNEL_UNSLIDE(action_func), in mp_cpus_call1()
1433VM_KERNEL_UNSLIDE(action_func), VM_KERNEL_UNSLIDE_OR_PERM(arg0), VM_KERNEL_UNSLIDE_OR_PERM(arg1), … in mp_cpus_call1()
H A Di386_timer.c145 user_mode != 0 ? rip : VM_KERNEL_UNSLIDE(rip), user_mode); in timer_intr()
/xnu-8792.61.2/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c496 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-8792.61.2/bsd/sys/
H A Deventhandler.h131 (void *)VM_KERNEL_UNSLIDE((void *)_t->eh_func))); \
/xnu-8792.61.2/bsd/kern/
H A Dkern_control.c2181 xkr->xkr_connect = (uint64_t)VM_KERNEL_UNSLIDE(kctl->connect);
2183 (uint64_t)VM_KERNEL_UNSLIDE(kctl->disconnect);
2184 xkr->xkr_send = (uint64_t)VM_KERNEL_UNSLIDE(kctl->send);
2186 (uint64_t)VM_KERNEL_UNSLIDE(kctl->send_list);
2187 xkr->xkr_setopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->setopt);
2188 xkr->xkr_getopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->getopt);
2189 xkr->xkr_rcvd = (uint64_t)VM_KERNEL_UNSLIDE(kctl->rcvd);
H A Dsubr_eventhandler.c192 (void *)VM_KERNEL_UNSLIDE(((struct eventhandler_entry_generic *)epn)->func), name)); in eventhandler_register_internal()
/xnu-8792.61.2/san/coverage/
H A Dkcov_ksancov.c161 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-8792.61.2/osfmk/kperf/
H A Dcallstack.c209 cs->kpkc_frames[0] = VM_KERNEL_UNSLIDE(thread->continuation); in kperf_continuation_sample()
374 return VM_KERNEL_UNSLIDE(bt[frame]); in scrub_word()
501 return VM_KERNEL_UNSLIDE(ptr); in chudxnu_vm_unslide()
/xnu-8792.61.2/osfmk/arm/
H A Drtclock.c366 user_mode ? pc : VM_KERNEL_UNSLIDE(pc), user_mode); in rtclock_intr()
/xnu-8792.61.2/osfmk/mach/
H A Dvm_param.h355 #define VM_KERNEL_UNSLIDE(_v) ({ \ macro
/xnu-8792.61.2/osfmk/arm64/
H A Dsleh.c640 esr, VM_KERNEL_ADDRHIDE(far), VM_KERNEL_UNSLIDE(get_saved_state_pc(state)), 0, 0); in sleh_synchronous()
864 esr, VM_KERNEL_ADDRHIDE(far), VM_KERNEL_UNSLIDE(get_saved_state_pc(state)), 0, 0); in sleh_synchronous()
2053 VM_KERNEL_UNSLIDE(get_saved_state_pc(state)); in sleh_interrupt_handler_prologue()
/xnu-8792.61.2/osfmk/x86_64/
H A Dkpc_x86.c630 pc = VM_KERNEL_UNSLIDE(pc); in get_interrupted_pc()

12