Searched refs:copyin_atomic64 (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | misc_protos.h | 97 extern int copyin_atomic64(
|
| /xnu-11215.81.4/bsd/libkern/ |
| H A D | libkern.h | 207 int copyin_atomic64(const user_addr_t user_addr, uint64_t *u64);
|
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | vm_reclaim.c | 745 result = copyin_atomic64(head_ptr, head); in reclaim_copyin_head() 762 result = copyin_atomic64(tail_ptr, tail); in reclaim_copyin_tail() 779 result = copyin_atomic64(busy_ptr, busy); in reclaim_copyin_busy()
|
| /xnu-11215.81.4/osfmk/arm64/ |
| H A D | copyio.c | 359 copyin_atomic64(const user_addr_t user_addr, uint64_t *kernel_addr) in copyin_atomic64() function
|
| /xnu-11215.81.4/osfmk/x86_64/ |
| H A D | copyio.c | 456 copyin_atomic64(const user_addr_t user_addr, uint64_t *kernel_addr) in copyin_atomic64() function
|
| /xnu-11215.81.4/bsd/tests/ |
| H A D | copyio_tests.c | 353 return copyin_atomic64((uintptr_t)data->kern_addr, data->thread_ptr); in copyin_atomic64_from_kernel()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | sys_ulock.c | 656 copy_ret = copyin_atomic64(args->addr, &value); in sys_ulock_wait2()
|
| H A D | kern_event.c | 2103 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate() 2117 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate() 2372 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate_sync_ipc() 2386 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate_sync_ipc() 2822 copyin_atomic64(addr, &val) == 0 && in filt_wlprocess()
|