Home
last modified time | relevance | path

Searched refs:swapu64 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c70 swapu64(volatile uint64_t *base, uint64_t v) in swapu64() function
72 return curthread->td_proc->p_vmspace->vm_pmap.swapu64(base, v); in swapu64()
H A Dpmap.c2281 pmap->swapu64 = std_swapu64; in pmap_pinit_defaults()
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h301 uint64_t (*swapu64)(volatile uint64_t *, uint64_t v); member
/dragonfly/sys/platform/vkernel64/platform/
H A Dcopyio.c122 swapu64(volatile uint64_t *p, uint64_t val) in swapu64() function
/dragonfly/sys/sys/
H A Dsystm.h322 uint64_t swapu64(volatile uint64_t *p, uint64_t val);