Searched refs:copyin_atomic64 (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.81.4/san/coverage/ |
| H A D | kcov-denylist-arm64 | 41 fun:copyin_atomic64
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | misc_protos.h | 97 extern int copyin_atomic64(
|
| /xnu-12377.81.4/bsd/libkern/ |
| H A D | libkern.h | 207 int copyin_atomic64(const user_addr_t user_addr, uint64_t *u64);
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_reclaim.c | 747 result = copyin_atomic64(head_ptr, head); in reclaim_copyin_head() 763 result = copyin_atomic64(tail_ptr, tail); in reclaim_copyin_tail() 779 result = copyin_atomic64(busy_ptr, busy); in reclaim_copyin_busy() 797 result = copyin_atomic64(ptr, &reclaimable_bytes); in reclaim_copyin_reclaimable_bytes() 818 result = copyin_atomic64(ptr, &min_reclaimable_bytes); in reclaim_copyin_min_reclaimable_bytes()
|
| /xnu-12377.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-12377.81.4/osfmk/arm64/ |
| H A D | copyio.c | 503 copyin_atomic64(const user_addr_t user_addr, uint64_t *kernel_addr) in copyin_atomic64() function
|
| /xnu-12377.81.4/bsd/tests/ |
| H A D | copyio_tests.c | 357 return copyin_atomic64((uintptr_t)data->kern_addr, data->thread_ptr); in copyin_atomic64_from_kernel()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | sys_ulock.c | 666 copy_ret = copyin_atomic64(args->addr, &value); in sys_ulock_wait2()
|
| H A D | kern_event.c | 2104 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate() 2118 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate() 2373 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate_sync_ipc() 2387 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate_sync_ipc() 2823 copyin_atomic64(addr, &val) == 0 && in filt_wlprocess()
|