Searched refs:sf_buf_kva (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | sf_buf.h | 39 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva() function
|
| /f-stack/freebsd/amd64/include/ |
| H A D | sf_buf.h | 41 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva() function
|
| /f-stack/freebsd/mips/include/ |
| H A D | sf_buf.h | 37 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva() function
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vm.h | 64 return ((caddr_t)sf_buf_kva(*sfp)); in zfs_map_page()
|
| /f-stack/freebsd/net/ |
| H A D | bpf_zerocopy.c | 226 (struct bpf_zbuf_header *)sf_buf_kva(zb->zb_pages[0]); in zbuf_setup() 270 bcopy(src_bytes, ((u_char *)sf_buf_kva(zb->zb_pages[page])) + in bpf_zerocopy_append_bytes() 331 ((u_char *)sf_buf_kva(zb->zb_pages[page])) + poffset, in bpf_zerocopy_append_mbuf()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sf_buf.h | 116 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva() function
|
| /f-stack/freebsd/sys/ |
| H A D | sf_buf.h | 116 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva() function
|
| /f-stack/freebsd/arm/arm/ |
| H A D | uio_machdep.c | 92 cp = (char*)sf_buf_kva(sf) + page_offset; in uiomove_fromphys()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | uio_machdep.c | 92 cp = (char *)sf_buf_kva(sf) + page_offset; in uiomove_fromphys()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | uio_machdep.c | 108 cp = (char *)sf_buf_kva(sf) + page_offset; in uiomove_fromphys()
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 616 bp->b_data = (caddr_t)sf_buf_kva(sf) + i * bsize; in vnode_pager_input_smlfs() 646 bzero((caddr_t)sf_buf_kva(sf) + i * bsize, bsize); in vnode_pager_input_smlfs() 692 aiov.iov_base = (caddr_t)sf_buf_kva(sf); in vnode_pager_input_old() 709 bzero((caddr_t)sf_buf_kva(sf) + count, in vnode_pager_input_old()
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_utils.c | 351 return ((void *)sf_buf_kva(*sf)); in dmar_map_pgtbl()
|
| H A D | intel_idpgtbl.c | 369 pte = (dmar_pte_t *)sf_buf_kva(*sf); in domain_pgtbl_map_pte()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sendfile.c | 1087 m0->m_ext.ext_buf = (char *)sf_buf_kva(sf); in vn_sendfile() 1116 m0->m_data = (char *)sf_buf_kva(sf) + in vn_sendfile()
|
| H A D | imgact_elf.c | 514 error = copyout((caddr_t)sf_buf_kva(sf) + off, (caddr_t)start, in __elfN() 570 error = copyout((caddr_t)sf_buf_kva(sf) + off, in __elfN() 682 error = copyout((caddr_t)sf_buf_kva(sf), (caddr_t)map_addr, in __elfN()
|
| H A D | kern_mbuf.c | 1016 m_extadd(m_new, (char *)sf_buf_kva(sf), PAGE_SIZE, in _mb_unmapped_to_ext()
|
| H A D | kern_exec.c | 1012 imgp->image_header = (char *)sf_buf_kva(imgp->firstpage); in exec_map_first_page()
|