Searched refs:VM_KERNEL_UNSLIDE (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dkext_alloc.c118 VM_KERNEL_UNSLIDE(kext_alloc_base),
119 VM_KERNEL_UNSLIDE(kext_alloc_max),
120 VM_KERNEL_UNSLIDE(text->vmaddr),
121 VM_KERNEL_UNSLIDE(text->vmaddr + text->vmsize));
145 VM_KERNEL_UNSLIDE(kext_alloc_base),
146 VM_KERNEL_UNSLIDE(kext_alloc_max),
147 VM_KERNEL_UNSLIDE(text->vmaddr),
148 VM_KERNEL_UNSLIDE(text->vmaddr + text->vmsize));
H A Dtimer_call.c508 VM_KERNEL_UNSLIDE(func), param0, param1, 0, 0);
533 VM_KERNEL_UNSLIDE(func), param0, param1, 0, 0);
H A Dthread_call.c1197 VM_KERNEL_UNSLIDE(func), param0, param1, 0, 0);
1204 pl, (void *)VM_KERNEL_UNSLIDE(func), param0, param1);
H A Dsched_prim.c1134 VM_KERNEL_UNSLIDE(event), 0, 0, 0, 0);
1165 VM_KERNEL_UNSLIDE(event), interruptible, deadline, 0, 0);
1197 VM_KERNEL_UNSLIDE(event), interruptible, deadline, 0, 0);
2551 reason, VM_KERNEL_UNSLIDE(continuation), 0, 0, 0);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp160 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
167 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
181 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
188 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
H A DIOCommandGate.cpp185 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
194 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
223 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
231 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
H A DIOInterruptEventSource.cpp214 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
221 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
232 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
239 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_param.h260 #define VM_KERNEL_UNSLIDE(_v) \ macro
/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.c389 (user_mode ? rip : VM_KERNEL_UNSLIDE(rip)),
438 (long) depth, (long) VM_KERNEL_UNSLIDE(rip), 0, 0, 0);
562 0, 0, 0, VM_KERNEL_UNSLIDE(kern_ip), 0);
635 user_addr_t kd_vaddr = is_user ? vaddr : VM_KERNEL_UNSLIDE(vaddr);
639 VM_KERNEL_UNSLIDE(kern_ip), 0);
H A Detimer.c97 ((user_mode != 0) ? rip : VM_KERNEL_UNSLIDE(rip)),
H A Dmp.c1110 cpus, mode, VM_KERNEL_UNSLIDE(action_func), arg0, arg1);
1144 VM_KERNEL_UNSLIDE(action_func),
1209 VM_KERNEL_UNSLIDE(action_func), arg0, arg1, 0, 0);
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c609 init_rip = VM_KERNEL_UNSLIDE(init_rip);
640 *tracebuf = VM_KERNEL_UNSLIDE(*tracebuf);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_debug.c426 *addrp = VM_KERNEL_ADDRPERM(VM_KERNEL_UNSLIDE(kaddr));
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1426 (unsigned long)VM_KERNEL_UNSLIDE(data),
1443 (unsigned long)VM_KERNEL_UNSLIDE(srcData),
1506 (unsigned long)VM_KERNEL_UNSLIDE(kmod_info),
1509 (unsigned long)VM_KERNEL_UNSLIDE(kmod_info->address),
4638 (unsigned long)VM_KERNEL_UNSLIDE(seg->vmaddr),
4657 (unsigned long)VM_KERNEL_UNSLIDE(sec->addr),
4682 (unsigned long)VM_KERNEL_UNSLIDE(sym[i].n_value),
4750 (unsigned long)VM_KERNEL_UNSLIDE(*((uintptr_t *)(relocBase + reloc[i].r_address))),
5104 (unsigned long)VM_KERNEL_UNSLIDE(kmod_info->address),
5520 (void *)VM_KERNEL_UNSLIDE(addres
[all...]
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_thread_i386.c55 return VM_KERNEL_UNSLIDE(ptr);
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1274 tsnap->wait_event = VM_KERNEL_UNSLIDE(thread->wait_event);
1275 tsnap->continuation = VM_KERNEL_UNSLIDE(thread->continuation);

Completed in 137 milliseconds