Home
last modified time | relevance | path

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

12

/xnu-11215.1.10/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-11215.1.10/osfmk/kern/
H A Dkext_alloc.c123 VM_KERNEL_UNSLIDE(kext_alloc_base), in kext_alloc_init()
124 VM_KERNEL_UNSLIDE(kext_alloc_max), in kext_alloc_init()
125 VM_KERNEL_UNSLIDE(text->vmaddr), in kext_alloc_init()
126 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 Dexclaves_upcalls.c366 exclaves_upcall_range_start = VM_KERNEL_UNSLIDE(&exclaves_upcall_start_label); in initialize_exclaves_upcall_range()
368 exclaves_upcall_range_end = VM_KERNEL_UNSLIDE(&exclaves_upcall_end_label); in initialize_exclaves_upcall_range()
H A Dtimer_call.c1014 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(func), in timer_queue_expire_with_options()
1039 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(func), in timer_queue_expire_with_options()
1255 VM_KERNEL_UNSLIDE(call->tc_func), in timer_queue_trace()
1436 VM_KERNEL_UNSLIDE(call->tc_func), in timer_longterm_scan()
2035 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_entry()
2061 VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_return()
/xnu-11215.1.10/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-11215.1.10/san/coverage/
H A Dkcov-blacklist29 # Closure of VM_KERNEL_UNSLIDE
H A Dkcov_ksancov.c295 uintptr_t pc = (uintptr_t)(VM_KERNEL_UNSLIDE(caller) - 1); in kcov_ksancov_trace_guard()
311 uintptr_t pc = (uintptr_t)(VM_KERNEL_UNSLIDE(caller) - 1); in kcov_ksancov_trace_pc()
/xnu-11215.1.10/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c450 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()
540 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()
/xnu-11215.1.10/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c497 prev_rip = VM_KERNEL_UNSLIDE(prev_rip); in machine_trace_thread64()
521 prev_rip = VM_KERNEL_UNSLIDE(*(uint64_t *)kern_virt_addr); in machine_trace_thread64()
/xnu-11215.1.10/osfmk/i386/
H A Dtrap.c391 (user_mode ? rip : VM_KERNEL_UNSLIDE(rip)), in interrupt()
478 (long) depth, (long) VM_KERNEL_UNSLIDE(rip), 0, 0, 0); in interrupt()
692 0, 0, 0, VM_KERNEL_UNSLIDE(kern_ip), 0); in kernel_trap()
697 user_addr_t kd_vaddr = is_user ? vaddr : VM_KERNEL_UNSLIDE(vaddr); in kernel_trap()
701 VM_KERNEL_UNSLIDE(kern_ip), 0); in kernel_trap()
H A Dmp.c1231 VM_KERNEL_UNSLIDE(call.func), VM_KERNEL_UNSLIDE_OR_PERM(call.arg0), in mp_cpus_call_action()
1328 …cpus, mode, VM_KERNEL_UNSLIDE(action_func), VM_KERNEL_UNSLIDE_OR_PERM(arg0), VM_KERNEL_UNSLIDE_OR_… in mp_cpus_call1()
1373 VM_KERNEL_UNSLIDE(action_func), in mp_cpus_call1()
1431VM_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-11215.1.10/san/memory/
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-11215.1.10/bsd/sys/
H A Deventhandler.h132 (void *)VM_KERNEL_UNSLIDE((uint64_t)(_t->eh_func))); \
/xnu-11215.1.10/bsd/kern/
H A Dkern_control.c2202 xkr->xkr_connect = (uint64_t)VM_KERNEL_UNSLIDE(kctl->connect);
2204 (uint64_t)VM_KERNEL_UNSLIDE(kctl->disconnect);
2205 xkr->xkr_send = (uint64_t)VM_KERNEL_UNSLIDE(kctl->send);
2207 (uint64_t)VM_KERNEL_UNSLIDE(kctl->send_list);
2208 xkr->xkr_setopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->setopt);
2209 xkr->xkr_getopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->getopt);
2210 xkr->xkr_rcvd = (uint64_t)VM_KERNEL_UNSLIDE(kctl->rcvd);
H A Dsubr_eventhandler.c169 (void *)VM_KERNEL_UNSLIDE(((struct eventhandler_entry_generic *)epn)->func), name); in eventhandler_register_internal()
/xnu-11215.1.10/osfmk/arm64/
H A Dbti_telemetry.c395 offset = VM_KERNEL_UNSLIDE(record_i->faulting_address); in drain_record_submission_buffer_thread_call()
/xnu-11215.1.10/osfmk/arm/
H A Drtclock.c365 user_mode ? pc : VM_KERNEL_UNSLIDE(pc), user_mode); in rtclock_intr()
/xnu-11215.1.10/osfmk/kperf/
H A Dcallstack.c210 cs->kpkc_frames[0] = VM_KERNEL_UNSLIDE(thread->continuation); in kperf_continuation_sample()
390 return VM_KERNEL_UNSLIDE(bt[frame]); in scrub_word()
558 return VM_KERNEL_UNSLIDE(ptr); in chudxnu_vm_unslide()
/xnu-11215.1.10/osfmk/mach/
H A Dvm_param.h411 #define VM_KERNEL_UNSLIDE(_v) ({ \ macro
/xnu-11215.1.10/osfmk/x86_64/
H A Dkpc_x86.c630 pc = VM_KERNEL_UNSLIDE(pc); in get_interrupted_pc()

12