Home
last modified time | relevance | path

Searched full:uva (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/fs/unionfs/
H A Dunion_subr.c654 struct vattr *uva, struct thread *td) in unionfs_create_uppervattr_core() argument
656 VATTR_NULL(uva); in unionfs_create_uppervattr_core()
657 uva->va_type = lva->va_type; in unionfs_create_uppervattr_core()
658 uva->va_atime = lva->va_atime; in unionfs_create_uppervattr_core()
659 uva->va_mtime = lva->va_mtime; in unionfs_create_uppervattr_core()
660 uva->va_ctime = lva->va_ctime; in unionfs_create_uppervattr_core()
664 uva->va_mode = lva->va_mode; in unionfs_create_uppervattr_core()
665 uva->va_uid = lva->va_uid; in unionfs_create_uppervattr_core()
666 uva->va_gid = lva->va_gid; in unionfs_create_uppervattr_core()
670 uva->va_mode = lva->va_mode & 077077; in unionfs_create_uppervattr_core()
[all …]
/freebsd/sys/i386/i386/
H A Dcopyout.c91 cp_slow0(vm_offset_t uva, size_t len, bool write, in cp_slow0() argument
100 plen = howmany(uva - trunc_page(uva) + len, PAGE_SIZE); in cp_slow0()
103 i = vm_fault_quick_hold_pages(&curproc->p_vmspace->vm_map, uva, len, in cp_slow0()
121 kaddr += uva - trunc_page(uva); in cp_slow0()
H A Dpmap.c3709 * va is for UVA. in __CONCAT()
/freebsd/sys/riscv/include/
H A Dbus_dma.h11 * Allocate a handle for mapping from kva/uva/physical
24 * Destroy a handle for mapping from kva/uva/physical
/freebsd/sys/x86/include/
H A Dbus_dma.h49 * Allocate a handle for mapping from kva/uva/physical
62 * Destroy a handle for mapping from kva/uva/physical
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dvishay,veml6075.yaml7 title: Vishay VEML6075 UVA/B and VEML6040 RGBW sensors
H A Dams,as73211.yaml15 AMS AS7331 UVA, UVB and UVC Sensor with I2C Interface
/freebsd/crypto/openssl/test/certs/
H A Dee-key-8192.pem50 rTG+acjOoWXWnZ+n6IszhdkFn6rS0NbwmEWw41FAnb8gESezfF7bFuxLUiAG/Uva
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach37 info.wins.uva.nl
/freebsd/sys/i386/include/
H A Dmd_var.h55 int cp_slow0(vm_offset_t uva, size_t len, bool write,
/freebsd/sys/sys/
H A Dbus_dma.h362 * Allocate a handle for mapping from kva/uva/physical
368 * Destroy a handle for mapping from kva/uva/physical
/freebsd/sys/kern/
H A Dsys_process.c375 vm_offset_t uva; in proc_rwmem() local
379 uva = (vm_offset_t)uio->uio_offset; in proc_rwmem()
384 pageno = trunc_page(uva); in proc_rwmem()
385 page_offset = uva - pageno; in proc_rwmem()
414 vm_sync_icache(map, uva, len); in proc_rwmem()
H A Dkern_exec.c1271 * at the top of UVA. in exec_map_stack()
1286 uprintf("%s: Mapping guard page at the top of UVA failed" in exec_map_stack()
/freebsd/sys/powerpc/powerpc/
H A Dbusdma_machdep.c288 * Allocate a handle for mapping from kva/uva/physical in bus_dmamap_create()
371 * Destroy a handle for mapping from kva/uva/physical in bus_dmamap_destroy()
/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c238 * Allocate a handle for mapping from kva/uva/physical in bounce_bus_dmamap_create()
321 * Destroy a handle for mapping from kva/uva/physical in bounce_bus_dmamap_destroy()
/freebsd/sys/x86/x86/
H A Dbusdma_bounce.c269 * Allocate a handle for mapping from kva/uva/physical in bounce_bus_dmamap_create()
359 * Destroy a handle for mapping from kva/uva/physical in bounce_bus_dmamap_destroy()
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c381 * Allocate a handle for mapping from kva/uva/physical
463 * Destroy a handle for mapping from kva/uva/physical
/freebsd/sys/arm/arm/
H A Dbusdma_machdep.c587 * Allocate a handle for mapping from kva/uva/physical in bus_dmamap_create()
624 * Destroy a handle for mapping from kva/uva/physical in bus_dmamap_destroy()
/freebsd/contrib/tcsh/
H A Dsh.char.h239 * From <casper@fwi.uva.nl> Casper Dik:
H A Dsh.exec.c404 * From: casper@fwi.uva.nl (Casper H.S. Dik) If we could not execute in texec()
H A Dtc.func.c2077 /* From: casper@fwi.uva.nl (Casper H.S. Dik), for Solaris 2.3 */
/freebsd/sys/contrib/xen/
H A Ddomctl.h767 uint64_aligned_t uva; /* user buffer virtual address */ member
/freebsd/contrib/tcp_wrappers/
H A DREADME1010 Dik (fwi.uva.nl) provided additional insight into DNS spoofing
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1131 ** Updated by Mark Kettenis <kettenis@wins.uva.nl>.
/freebsd/sys/amd64/amd64/
H A Dpmap.c1559 KASSERT(va >= VM_MAXUSER_ADDRESS, ("vtopte on a uva/gpa 0x%0lx", va)); in vtopte()
1571 KASSERT(va >= VM_MAXUSER_ADDRESS, ("vtopde on a uva/gpa 0x%0lx", va)); in vtopde()

12