/freebsd/sys/compat/linux/ |
H A D | linux_elf.c | 417 if (suword(&arginfo->ps_argvstr, (long)(intptr_t)vectp) != 0 || in __linuxN() 425 if (suword(vectp++, ustringp) != 0) in __linuxN() 433 if (suword(vectp++, 0) != 0) in __linuxN() 437 if (suword(&arginfo->ps_envstr, (long)(intptr_t)vectp) != 0 || in __linuxN() 445 if (suword(vectp++, ustringp) != 0) in __linuxN() 453 if (suword(vectp, 0) != 0) in __linuxN()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | support.S | 394 ENTRY_DIRECT(suword) 400 END_DIRECT(suword) 428 ENTRY_DIRECT(suword) 434 END_DIRECT(suword)
|
H A D | copyinout.c | 140 DEFINE_COPY_FUNC(int, suword, (volatile void *, long)) 377 REMAP( return (suword)(addr, (long)word)); in REMAP() 382 REMAP(suword)(volatile void *addr, long word) in REMAP() argument 413 return (REMAP(suword)(addr, (long)word)); in REMAP()
|
/freebsd/sys/arm/arm/ |
H A D | fusu.S | 247 ENTRY(suword) 271 END(suword)
|
/freebsd/sys/riscv/riscv/ |
H A D | support.S | 212 ENTRY(suword) 225 END(suword)
|
/freebsd/sys/sys/ |
H A D | systm.h | 338 int __result_use_or_ignore_check suword(volatile void *base, long word); 356 int SAN_INTERCEPTOR(suword)(volatile void *base, long word); 371 #define suword(b, w) SAN_INTERCEPTOR(suword)((b), (w)) macro
|
/freebsd/sys/arm64/arm64/ |
H A D | support.S | 314 ENTRY(suword) 319 END(suword)
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | 493 if (suword((void *)td->td_frame->tf_esp, 0) != 0) in cpu_set_upcall() 497 if (suword((void *)(td->td_frame->tf_esp + sizeof(void *)), in cpu_set_upcall()
|
H A D | copyout.c | 405 suword(volatile void *base, long word) in suword() function 421 return (suword(base, word)); in suword32()
|
H A D | vm86.c | 97 return (suword(base, word)); in vm86_suword()
|
/freebsd/sys/amd64/amd64/ |
H A D | copyout.c | 114 DEFINE_IFUNC(, int, suword, (volatile void *, long))
|
H A D | vm_machdep.c | 648 if (suword((void *)td->td_frame->tf_rsp, 0) != 0) in cpu_set_upcall()
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 1773 if (suword(&arginfo->ps_argvstr, (long)(intptr_t)vectp) != 0 || in exec_copyout_strings() 1781 if (suword(vectp++, ustringp) != 0) in exec_copyout_strings() 1789 if (suword(vectp++, 0) != 0) in exec_copyout_strings() 1793 if (suword(&arginfo->ps_envstr, (long)(intptr_t)vectp) != 0 || in exec_copyout_strings() 1801 if (suword(vectp++, ustringp) != 0) in exec_copyout_strings() 1809 if (suword(vectp, 0) != 0) in exec_copyout_strings()
|
H A D | kern_thr.c | 83 error = suword(addr, lwpid); in suword_lwpid() 90 #define suword_lwpid suword
|
H A D | vfs_aio.c | 1440 return (suword(&ujob->_aiocb_private.status, status)); in aiocb_store_status() 1447 return (suword(&ujob->_aiocb_private.error, error)); in aiocb_store_error() 1454 return (suword(ujobp, (long)ujob)); in aiocb_store_aiocb()
|
H A D | subr_asan.c | 592 return (suword(base, word)); in kasan_suword()
|
H A D | subr_msan.c | 994 ret = suword(base, word); in kmsan_suword()
|
H A D | imgact_elf.c | 1439 #define elf_suword __CONCAT(suword, __ELF_WORD_SIZE)
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 129 if (suword(base, (intptr_t)envp) != 0) in linux_fixup() 132 if (suword(base, (intptr_t)argv) != 0) in linux_fixup() 135 if (suword(base, imgp->args->argc) != 0) in linux_fixup()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_target.c | 637 (void)suword(&descr->user_ccb->ccb_h.status, in targstart() 870 if (suword(&user_ccb->ccb_h.status, CAM_REQ_ABORTED) != 0) { in targread()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 2169 store.9 suword.9 \
|