| /xnu-8019.80.24/osfmk/kern/ |
| H A D | timer_call.c | 485 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_enqueue_deadline_unlocked() 487 VM_KERNEL_UNSLIDE_OR_PERM(call->tc_queue), in timer_call_enqueue_deadline_unlocked() 539 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_dequeue_unlocked() 541 VM_KERNEL_UNSLIDE_OR_PERM(call->tc_queue), in timer_call_dequeue_unlocked() 551 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_dequeue_unlocked() 553 VM_KERNEL_UNSLIDE_OR_PERM(call->tc_queue), in timer_call_dequeue_unlocked() 650 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_enter_internal() 706 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_enter_internal() 760 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_cancel() 782 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_cancel() [all …]
|
| H A D | turnstile.c | 1038 VM_KERNEL_UNSLIDE_OR_PERM(thread_turnstile), in turnstile_prepare() 1039 VM_KERNEL_UNSLIDE_OR_PERM(proprietor), in turnstile_prepare() 1054 VM_KERNEL_UNSLIDE_OR_PERM(thread_turnstile), in turnstile_prepare() 1055 VM_KERNEL_UNSLIDE_OR_PERM(proprietor), in turnstile_prepare() 1129 VM_KERNEL_UNSLIDE_OR_PERM(thread_turnstile), in turnstile_complete() 1130 VM_KERNEL_UNSLIDE_OR_PERM(proprietor), in turnstile_complete() 1551 VM_KERNEL_UNSLIDE_OR_PERM(dst_turnstile), in turnstile_update_thread_promotion_locked() 1593 VM_KERNEL_UNSLIDE_OR_PERM(turnstile), in thread_add_turnstile_promotion() 1662 VM_KERNEL_UNSLIDE_OR_PERM(turnstile), in thread_remove_turnstile_promotion() 1789 VM_KERNEL_UNSLIDE_OR_PERM(turnstile), in thread_update_turnstile_promotion_locked() [all …]
|
| H A D | lock_rw.c | 805 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lock); in lck_rw_lock_exclusive_gen() 1124 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lck); in lck_rw_lock_shared_gen() 1373 VM_KERNEL_UNSLIDE_OR_PERM(lck), lck->lck_rw_shared_count, lck->lck_rw_want_upgrade, 0, 0); in lck_rw_lock_shared_to_exclusive_failure() 1394 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lock); in lck_rw_lock_shared_to_exclusive_success() 1577 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lck); in lck_rw_lock_exclusive_to_shared_gen() 2284 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(rwlck); in kdp_rwlck_find_owner()
|
| H A D | waitq.c | 1375 (void *)VM_KERNEL_UNSLIDE_OR_PERM(waitq), in wq_prepost_do_post_locked() 1778 VM_KERNEL_UNSLIDE_OR_PERM(waitq_to_turnstile(wq)), in waitq_thread_remove() 2708 trace_waitq = VM_KERNEL_UNSLIDE_OR_PERM(waitq); in maybe_adjust_thread_pri() 3680 (void *)VM_KERNEL_UNSLIDE_OR_PERM(waitq), wqset->wqset_id); in waitq_link() 3769 (void *)VM_KERNEL_UNSLIDE_OR_PERM(waitq)); in waitq_unlink_all_unlock() 3786 (void *)VM_KERNEL_UNSLIDE_OR_PERM(waitq), wqset->wqset_id); in waitq_unlink_all_relink_unlock() 3988 (void *)VM_KERNEL_UNSLIDE_OR_PERM(waitq), wqset->wqset_id); in waitq_unlink() 4280 (void *)VM_KERNEL_UNSLIDE_OR_PERM(waitq), extra); in waitq_prepost_reserve()
|
| H A D | machine.c | 603 (eabs - sabs), VM_KERNEL_UNSLIDE_OR_PERM(vaddr), paddr, result); in ml_io_read() 724 (eabs - sabs), VM_KERNEL_UNSLIDE_OR_PERM(vaddr), paddr, val); in ml_io_write()
|
| H A D | locks.c | 135 return VM_KERNEL_UNSLIDE_OR_PERM(object); in unslide_for_kdebug() 1323 …VM_KERNEL_UNSLIDE_OR_PERM(lck), (int)lck_sleep_action, VM_KERNEL_UNSLIDE_OR_PERM(event), (int)inte… in lck_mtx_sleep() 1381 …VM_KERNEL_UNSLIDE_OR_PERM(lck), (int)lck_sleep_action, VM_KERNEL_UNSLIDE_OR_PERM(event), (int)inte… in lck_mtx_sleep_deadline()
|
| H A D | sync_sema.c | 1172 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(sem->port); in kdp_sema_find_owner()
|
| H A D | sched_prim.c | 1157 VM_KERNEL_UNSLIDE_OR_PERM(event), 0, 0, 0, 0); in assert_wait() 1202 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_timeout() 1250 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_timeout_with_leeway() 1284 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_deadline() 1319 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_deadline_with_leeway()
|
| H A D | kern_stackshot.c | 1783 cur_thread_snap->ths_wait_event = VM_KERNEL_UNSLIDE_OR_PERM(thread->wait_event); in kcdata_record_thread_snapshot() 1906 cur_thread_snap->ths_thread_t = VM_KERNEL_UNSLIDE_OR_PERM(thread); in kcdata_record_thread_snapshot()
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | mp.c | 1233 VM_KERNEL_UNSLIDE(call.func), VM_KERNEL_UNSLIDE_OR_PERM(call.arg0), in mp_cpus_call_action() 1234 VM_KERNEL_UNSLIDE_OR_PERM(call.arg1), VM_KERNEL_ADDRPERM(call.maskp), 0); 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() 1371 VM_KERNEL_UNSLIDE_OR_PERM(arg0), VM_KERNEL_UNSLIDE_OR_PERM(arg1), 0, 0); 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 | locks_i386.c | 2118 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(mutex->lck_mtx_owner), mutex->lck_mtx_waiters, 0, 0); in lck_mtx_lock_spinwait_x86() 2343 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(mutex->lck_mtx_owner), mutex->lck_mtx_waiters, retval, 0); in lck_mtx_lock_spinwait_x86() 2394 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(mutex->lck_mtx_owner), in lck_mtx_lock_wait_x86() 2424 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(mutex->lck_mtx_owner), in lck_mtx_lock_wait_x86() 2467 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(mutex); in kdp_lck_mtx_find_owner()
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | vm_param.h | 357 #define VM_KERNEL_UNSLIDE_OR_PERM(_v) ({ \ macro 367 #define VM_KERNEL_ADDRPERM(_v) VM_KERNEL_UNSLIDE_OR_PERM(_v)
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | locks_arm.c | 1161 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lock); in lck_mtx_lock_contended_spinwait_arm() 1181 …trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(LCK_MTX_STATE_TO_THREAD(state)), lock->lck_mtx_waiters, 0, 0); in lck_mtx_lock_contended_spinwait_arm() 1484 …trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(LCK_MTX_STATE_TO_THREAD(state)), lock->lck_mtx_waiters, retva… in lck_mtx_lock_contended_spinwait_arm() 1876 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(mutex); in kdp_lck_mtx_find_owner()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_port.c | 2463 (unsigned long)VM_KERNEL_UNSLIDE_OR_PERM((uintptr_t)port), in ipc_port_impcount_delta() 3164 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(port); in kdp_mqueue_send_find_owner() 3204 waitinfo->owner = VM_KERNEL_UNSLIDE_OR_PERM((ipc_port_t)raw_ptr); in kdp_mqueue_send_find_owner() 3239 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(set); in kdp_mqueue_recv_find_owner() 3249 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(port); in kdp_mqueue_recv_find_owner()
|
| H A D | mach_debug.c | 576 *addrp = VM_KERNEL_UNSLIDE_OR_PERM(kaddr); in mach_port_kobject_description()
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_purgeable.c | 705 VM_KERNEL_UNSLIDE_OR_PERM(queue), in vm_purgeable_object_find_and_lock() 772 VM_KERNEL_UNSLIDE_OR_PERM(best_object), in vm_purgeable_object_find_and_lock() 1023 VM_KERNEL_UNSLIDE_OR_PERM(object), /* purged object */ in vm_purgeable_object_purge_one()
|
| H A D | vm_object.c | 5748 VM_KERNEL_UNSLIDE_OR_PERM(object), /* purged object */ in vm_object_purge() 8022 …_VM, VM_PAGE_EXPEDITE)) | DBG_FUNC_NONE, VM_KERNEL_UNSLIDE_OR_PERM(upl->upl_creator), VM_KERNEL_UN… in vm_page_handle_prio_inversion() 8023 VM_KERNEL_UNSLIDE_OR_PERM(upl), upl->upl_priority, 0); in vm_page_handle_prio_inversion() 8027 …_VM, VM_PAGE_EXPEDITE)) | DBG_FUNC_NONE, VM_KERNEL_UNSLIDE_OR_PERM(upl->upl_creator), VM_KERNEL_UN… in vm_page_handle_prio_inversion()
|
| H A D | vm_compressor.c | 1269 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(c_seg); in kdp_compressor_busy_find_owner()
|
| H A D | vm_resident.c | 6899 VM_KERNEL_UNSLIDE_OR_PERM(q), qcount); in hibernate_flush_queue()
|
| /xnu-8019.80.24/osfmk/x86_64/ |
| H A D | pmap.c | 2861 event_startv = VM_KERNEL_UNSLIDE_OR_PERM(startv); in pmap_flush_tlbs() 2862 event_endv = VM_KERNEL_UNSLIDE_OR_PERM(endv); in pmap_flush_tlbs() 2875 VM_KERNEL_UNSLIDE_OR_PERM(pmap), options, in pmap_flush_tlbs() 3002 VM_KERNEL_UNSLIDE_OR_PERM(pmap), in pmap_flush_tlbs() 3025 VM_KERNEL_UNSLIDE_OR_PERM(pmap), cpus_to_signal, in pmap_flush_tlbs()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOInterruptController.cpp | 477 unslidTarget = VM_KERNEL_UNSLIDE_OR_PERM((vm_offset_t)vector->target); in timeStampInterruptHandlerInternal()
|
| /xnu-8019.80.24/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 52 #define OBFUSCATE(x) (void *)VM_KERNEL_UNSLIDE_OR_PERM(x)
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_event.c | 3793 VM_KERNEL_UNSLIDE_OR_PERM(kq), in kevent_register() 4082 VM_KERNEL_UNSLIDE_OR_PERM(kq), kn->kn_udata, in knote_process() 4416 VM_KERNEL_UNSLIDE_OR_PERM(kq), 0); in kqfile_begin_processing() 4427 VM_KERNEL_UNSLIDE_OR_PERM(kq), 2); in kqfile_begin_processing() 4436 VM_KERNEL_UNSLIDE_OR_PERM(kq), 1); in kqfile_begin_processing() 4444 VM_KERNEL_UNSLIDE_OR_PERM(kq), 0); in kqfile_begin_processing() 4554 VM_KERNEL_UNSLIDE_OR_PERM(kq), 0); in kqfile_end_processing()
|
| H A D | kern_sysctl.c | 3415 …long long mtx_unslid_addr = (long long)VM_KERNEL_UNSLIDE_OR_PERM(&sysctl_debug_test_stackshot_owne… in sysctl_debug_test_stackshot_mutex_owner() 3496 …long long rwlck_unslid_addr = (long long)VM_KERNEL_UNSLIDE_OR_PERM(&sysctl_debug_test_stackshot_ow… in sysctl_debug_test_stackshot_rwlck_owner()
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel.c | 660 kn->kn_filtid, VM_KERNEL_UNSLIDE_OR_PERM( in filt_chrtouch()
|