Home
last modified time | relevance | path

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

12

/xnu-8020.121.3/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-8020.121.3/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.h81 #define SOCD_ADDR(_a) (VM_KERNEL_UNSLIDE((vm_offset_t)(_a)))
H A Dtimer_call.c944 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 Dthread_call.c1607 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 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-8020.121.3/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c443 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 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-8020.121.3/osfmk/i386/
H A Dtrap.c388 (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 Dmp.c1233 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()
1428VM_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-8020.121.3/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-8020.121.3/bsd/sys/
H A Deventhandler.h131 (void *)VM_KERNEL_UNSLIDE((void *)_t->eh_func))); \
/xnu-8020.121.3/bsd/kern/
H A Dkern_control.c2179 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 Dsubr_eventhandler.c192 (void *)VM_KERNEL_UNSLIDE(((struct eventhandler_entry_generic *)epn)->func), name)); in eventhandler_register_internal()
/xnu-8020.121.3/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-8020.121.3/osfmk/arm/
H A Drtclock.c320 user_mode ? pc : VM_KERNEL_UNSLIDE(pc), user_mode, 0, 0); in rtclock_intr()
/xnu-8020.121.3/osfmk/kperf/
H A Dcallstack.c229 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 Dvm_param.h354 #define VM_KERNEL_UNSLIDE(_v) ({ \ macro
/xnu-8020.121.3/osfmk/arm64/
H A Dsleh.c611 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 Dkpc_x86.c630 pc = VM_KERNEL_UNSLIDE(pc); in get_interrupted_pc()

12