Home
last modified time | relevance | path

Searched refs:suword64 (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/sys/
H A Dimgact_elf.h39 #define AUXARGS_ENTRY(pos, id, val) {suword64(pos++, id); suword64(pos++, val);}
H A Dsystm.h318 int suword64 (uint64_t *base, uint64_t word);
/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c52 suword64(uint64_t *base, uint64_t word) in suword64() function
54 return curthread->td_proc->p_vmspace->vm_pmap.suword64(base, word); in suword64()
H A Dpmap.c2279 pmap->suword64 = std_suword64; in pmap_pinit_defaults()
/dragonfly/sys/kern/
H A Dkern_exec.c395 suword64(--stack_base, imgp->args->argc); in kern_execve()
1225 suword64((void *)&arginfo->ps_argvstr, (uint64_t)(intptr_t)vectp); in exec_copyout_strings()
1232 suword64((void *)vectp++, (uintptr_t)destp); in exec_copyout_strings()
1239 suword64((void *)vectp++, 0); in exec_copyout_strings()
1241 suword64((void *)&arginfo->ps_envstr, (uintptr_t)vectp); in exec_copyout_strings()
1248 suword64((void *)vectp++, (uintptr_t)destp); in exec_copyout_strings()
1255 suword64((void *)vectp, 0); in exec_copyout_strings()
H A Dinit_main.c671 suword64((uint64_t *)(caddr_t)--uap, (uint64_t)0); in start_init()
673 suword64((uint64_t *)(caddr_t)--uap, (uint64_t)(intptr_t)arg1); in start_init()
674 suword64((uint64_t *)(caddr_t)--uap, (uint64_t)(intptr_t)arg0); in start_init()
H A Dimgact_elf.c900 suword64(base, (long)imgp->args->argc); in __elfN()
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h298 int (*suword64)(uint64_t *, uint64_t); member
/dragonfly/sys/platform/vkernel64/platform/
H A Dcopyio.c444 suword64(uint64_t *base, uint64_t word) in suword64() function
/dragonfly/share/man/man9/
H A DMakefile927 store.9 suword64.9