Searched refs:copyin_atomic64 (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | misc_protos.h | 97 extern int copyin_atomic64(
|
| /xnu-8020.121.3/bsd/libkern/ |
| H A D | libkern.h | 207 int copyin_atomic64(const user_addr_t user_addr, uint64_t *u64);
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | copyio.c | 284 copyin_atomic64(const user_addr_t user_addr, uint64_t *kernel_addr) in copyin_atomic64() function
|
| /xnu-8020.121.3/osfmk/x86_64/ |
| H A D | copyio.c | 474 copyin_atomic64(const user_addr_t user_addr, uint64_t *kernel_addr) in copyin_atomic64() function
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | machine_routines_asm.s | 885 .globl EXT(copyin_atomic64) 886 LEXT(copyin_atomic64)
|
| /xnu-8020.121.3/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-8020.121.3/bsd/kern/ |
| H A D | sys_ulock.c | 629 copy_ret = copyin_atomic64(args->addr, &value); in sys_ulock_wait2()
|
| H A D | kern_event.c | 2033 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate() 2047 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate() 2302 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate_sync_ipc() 2316 error = copyin_atomic64(uaddr, &udata); in filt_wlupdate_sync_ipc() 2752 copyin_atomic64(addr, &val) == 0 && in filt_wlprocess()
|