Searched refs:kmap_to_page (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dhighmem-internal.h61 static inline struct page *kmap_to_page(void *addr) function
162 static inline struct page *kmap_to_page(void *addr) function
H A Dhighmem.h49 * kmap_to_page - Get the page for a kmap'ed address
54 static inline struct page *kmap_to_page(void *addr);
/linux-master/fs/erofs/
H A Ddata.c321 .page = kmap_to_page(ptr),
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c58 pages[i] = kmap_to_page((void *)p);
/linux-master/net/9p/
H A Dtrans_virtio.c372 (*pages)[index] = kmap_to_page(p);
/linux-master/drivers/fpga/
H A Dfpga-mgr.c498 pages[index] = kmap_to_page((void *)p);
/linux-master/fs/smb/server/
H A Dtransport_rdma.c1096 page = kmap_to_page(buf);
/linux-master/drivers/spi/
H A Dspi.c1169 vm_page = kmap_to_page(buf);

Completed in 340 milliseconds