| /xnu-12377.61.12/osfmk/kern/ |
| H A D | timer_call.c | 515 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_enqueue_deadline_unlocked() 517 VM_KERNEL_UNSLIDE_OR_PERM(call->tc_queue), in timer_call_enqueue_deadline_unlocked() 569 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_dequeue_unlocked() 571 VM_KERNEL_UNSLIDE_OR_PERM(call->tc_queue), in timer_call_dequeue_unlocked() 581 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_dequeue_unlocked() 583 VM_KERNEL_UNSLIDE_OR_PERM(call->tc_queue), in timer_call_dequeue_unlocked() 680 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_enter_internal() 736 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_enter_internal() 790 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_cancel() 812 VM_KERNEL_UNSLIDE_OR_PERM(call), in timer_call_cancel() [all …]
|
| H A D | turnstile.c | 1004 VM_KERNEL_UNSLIDE_OR_PERM(thread_turnstile), in turnstile_prepare() 1005 VM_KERNEL_UNSLIDE_OR_PERM(proprietor), in turnstile_prepare() 1045 VM_KERNEL_UNSLIDE_OR_PERM(thread_turnstile), in turnstile_prepare_compact_id() 1046 VM_KERNEL_UNSLIDE_OR_PERM(proprietor), in turnstile_prepare_compact_id() 1076 VM_KERNEL_UNSLIDE_OR_PERM(thread_turnstile), in turnstile_prepare_hash() 1077 VM_KERNEL_UNSLIDE_OR_PERM(proprietor), in turnstile_prepare_hash() 1117 VM_KERNEL_UNSLIDE_OR_PERM(thread_turnstile), in turnstile_complete_common() 1118 VM_KERNEL_UNSLIDE_OR_PERM(proprietor), in turnstile_complete_common() 1636 VM_KERNEL_UNSLIDE_OR_PERM(dst_turnstile), in turnstile_update_thread_promotion_locked() 1678 VM_KERNEL_UNSLIDE_OR_PERM(turnstile), in thread_add_turnstile_promotion() [all …]
|
| H A D | lock_mtx.c | 685 VM_KERNEL_UNSLIDE_OR_PERM(ctid_get_thread_unsafe((lock)->lck_mtx.data)) 690 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lock); in lck_mtx_lock_adaptive_spin() 811 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(thread), in lck_mtx_lock_adaptive_spin() 1403 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(mutex); in kdp_lck_mtx_find_owner()
|
| H A D | lock_rw.c | 899 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lock); 1296 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lck); 1591 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() 1612 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lock); in lck_rw_lock_shared_to_exclusive_success() 1797 __kdebug_only uintptr_t trace_lck = VM_KERNEL_UNSLIDE_OR_PERM(lck); in lck_rw_lock_exclusive_to_shared_gen() 2509 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(rwlck); in kdp_rwlck_find_owner()
|
| H A D | locks.c | 140 return VM_KERNEL_UNSLIDE_OR_PERM(object); in unslide_for_kdebug() 1137 …VM_KERNEL_UNSLIDE_OR_PERM(lck), (int)lck_sleep_action, VM_KERNEL_UNSLIDE_OR_PERM(event), (int)inte… in lck_mtx_sleep() 1195 …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 | machine.c | 1146 duration, VM_KERNEL_UNSLIDE_OR_PERM(vaddr), paddr, result); in ml_io_read() 1316 duration, VM_KERNEL_UNSLIDE_OR_PERM(vaddr), paddr, val); in ml_io_write()
|
| H A D | sync_sema.c | 1145 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(sem->port); in kdp_sema_find_owner()
|
| H A D | waitq.c | 604 VM_KERNEL_UNSLIDE_OR_PERM(waitq_to_turnstile(wq.wq_q)), in waitq_thread_remove() 829 trace_waitq = VM_KERNEL_UNSLIDE_OR_PERM(waitq.wq_q); in maybe_adjust_thread_pri()
|
| H A D | sched_prim.c | 1143 VM_KERNEL_UNSLIDE_OR_PERM(event), 0, 0, 0, 0); in assert_wait() 1188 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_timeout() 1236 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_timeout_with_leeway() 1270 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_deadline() 1305 VM_KERNEL_UNSLIDE_OR_PERM(event), interruptible, deadline, 0, 0); in assert_wait_deadline_with_leeway()
|
| H A D | kern_stackshot.c | 4365 cur_thread_snap->ths_wait_event = VM_KERNEL_UNSLIDE_OR_PERM(thread->wait_event); in kcdata_record_thread_snapshot() 4498 cur_thread_snap->ths_thread_t = VM_KERNEL_UNSLIDE_OR_PERM(thread); in kcdata_record_thread_snapshot()
|
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | mp.c | 1231 VM_KERNEL_UNSLIDE(call.func), VM_KERNEL_UNSLIDE_OR_PERM(call.arg0), in mp_cpus_call_action() 1232 VM_KERNEL_UNSLIDE_OR_PERM(call.arg1), VM_KERNEL_ADDRPERM(call.maskp), 0); 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() 1374 VM_KERNEL_UNSLIDE_OR_PERM(arg0), VM_KERNEL_UNSLIDE_OR_PERM(arg1), 0, 0); in mp_cpus_call1() 1431 …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 | 1905 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(ctid_get_thread_unsafe(mutex->lck_mtx_owner)), in lck_mtx_lock_spinwait_x86() 2122 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(ctid_get_thread_unsafe(mutex->lck_mtx_owner)), in lck_mtx_lock_spinwait_x86() 2170 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(holder), in lck_mtx_lock_wait_x86() 2198 trace_lck, VM_KERNEL_UNSLIDE_OR_PERM(ctid_get_thread_unsafe(mutex->lck_mtx_owner)), in lck_mtx_lock_wait_x86() 2227 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(mutex); in kdp_lck_mtx_find_owner()
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | vm_param.h | 407 #define VM_KERNEL_UNSLIDE_OR_PERM(_v) ({ \ macro 417 #define VM_KERNEL_ADDRPERM(_v) VM_KERNEL_UNSLIDE_OR_PERM(_v)
|
| /xnu-12377.61.12/osfmk/ipc/ |
| H A D | ipc_port.c | 2641 (unsigned long)VM_KERNEL_UNSLIDE_OR_PERM((uintptr_t)port), in ipc_port_impcount_delta() 3254 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(port); in kdp_mqueue_send_find_owner() 3289 waitinfo->owner = VM_KERNEL_UNSLIDE_OR_PERM(port->ip_destination); in kdp_mqueue_send_find_owner() 3330 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(set); in kdp_mqueue_recv_find_owner() 3340 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(port); in kdp_mqueue_recv_find_owner()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_purgeable.c | 699 VM_KERNEL_UNSLIDE_OR_PERM(queue)); in vm_purgeable_object_find_and_lock() 764 VM_KERNEL_UNSLIDE_OR_PERM(best_object)); in vm_purgeable_object_find_and_lock() 1012 VM_KERNEL_UNSLIDE_OR_PERM(object), /* purged object */ in vm_purgeable_object_purge_one()
|
| H A D | vm_object.c | 6042 VM_KERNEL_UNSLIDE_OR_PERM(object), /* purged object */ 8343 …(DBG_VM_PAGE_EXPEDITE)) | DBG_FUNC_NONE, VM_KERNEL_UNSLIDE_OR_PERM(upl->upl_creator), VM_KERNEL_UN… 8344 VM_KERNEL_UNSLIDE_OR_PERM(upl), upl->upl_priority); 8348 …(DBG_VM_PAGE_EXPEDITE)) | DBG_FUNC_NONE, VM_KERNEL_UNSLIDE_OR_PERM(upl->upl_creator), VM_KERNEL_UN…
|
| H A D | vm_compressor.c | 1598 waitinfo->context = VM_KERNEL_UNSLIDE_OR_PERM(c_seg); in kdp_compressor_busy_find_owner()
|
| H A D | vm_resident.c | 8900 VM_KERNEL_UNSLIDE_OR_PERM(q), qcount); in hibernate_flush_queue()
|
| H A D | vm_map.c | 15810 …KDBG_FILTERED(MACHDBG_CODE(DBG_MACH_WORKINGSET, VM_MAP_LOOKUP_OBJECT), VM_KERNEL_UNSLIDE_OR_PERM(*… in vm_map_lookup_and_lock_object()
|
| /xnu-12377.61.12/osfmk/x86_64/ |
| H A D | pmap.c | 2970 event_startv = VM_KERNEL_UNSLIDE_OR_PERM(startv); in pmap_flush_tlbs() 2971 event_endv = VM_KERNEL_UNSLIDE_OR_PERM(endv); in pmap_flush_tlbs() 2984 VM_KERNEL_UNSLIDE_OR_PERM(pmap), options, in pmap_flush_tlbs() 3111 VM_KERNEL_UNSLIDE_OR_PERM(pmap), in pmap_flush_tlbs() 3134 VM_KERNEL_UNSLIDE_OR_PERM(pmap), cpus_to_signal, in pmap_flush_tlbs()
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOInterruptController.cpp | 477 unslidTarget = VM_KERNEL_UNSLIDE_OR_PERM((vm_offset_t)vector->target); in timeStampInterruptHandlerInternal()
|
| /xnu-12377.61.12/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 52 #define OBFUSCATE(x) (void *)VM_KERNEL_UNSLIDE_OR_PERM(x)
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_event.c | 4047 VM_KERNEL_UNSLIDE_OR_PERM(kq), in kevent_register() 4339 VM_KERNEL_UNSLIDE_OR_PERM(kq), kn->kn_udata, in knote_process() 4686 VM_KERNEL_UNSLIDE_OR_PERM(kq), 0); in kqfile_begin_processing() 4697 VM_KERNEL_UNSLIDE_OR_PERM(kq), 2); in kqfile_begin_processing() 4706 VM_KERNEL_UNSLIDE_OR_PERM(kq), 1); in kqfile_begin_processing() 4714 VM_KERNEL_UNSLIDE_OR_PERM(kq), 0); in kqfile_begin_processing() 4832 VM_KERNEL_UNSLIDE_OR_PERM(kq), 0); in kqfile_end_processing()
|
| H A D | kern_sysctl.c | 3950 …long long mtx_unslid_addr = (long long)VM_KERNEL_UNSLIDE_OR_PERM(&sysctl_debug_test_stackshot_owne… 4031 …long long rwlck_unslid_addr = (long long)VM_KERNEL_UNSLIDE_OR_PERM(&sysctl_debug_test_stackshot_ow…
|
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | channel.c | 657 kn->kn_filtid, VM_KERNEL_UNSLIDE_OR_PERM( in filt_chrtouch()
|