Home
last modified time | relevance | path

Searched refs:page_kaddr (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/
H A Dxdr.c1319 if (xdr->page_kaddr) { in xdr_stream_unmap_current_page()
1320 kunmap_local(xdr->page_kaddr); in xdr_stream_unmap_current_page()
1321 xdr->page_kaddr = NULL; in xdr_stream_unmap_current_page()
1350 xdr->page_kaddr = kmap_local_page(*xdr->page_ptr); in xdr_set_page_base()
1351 kaddr = xdr->page_kaddr; in xdr_set_page_base()
1407 xdr->page_kaddr = NULL; in xdr_init_decode()
/linux/include/linux/sunrpc/
H A Dxdr.h228 void *page_kaddr; /* kmapped address of the current page */ member
/linux/mm/
H A Dshmem.c3196 void *page_kaddr; in shmem_mfill_atomic_pte() local
3221 page_kaddr = kmap_local_folio(folio, 0); in shmem_mfill_atomic_pte()
3238 ret = copy_from_user(page_kaddr, in shmem_mfill_atomic_pte()
3242 kunmap_local(page_kaddr); in shmem_mfill_atomic_pte()