Home
last modified time | relevance | path

Searched defs:page (Results 401 – 600 of 1459) sorted by relevance

12345678

/linux-4.1.27/sound/pci/ac97/
Dac97_patch.h28 #define AC97_PAGE_SINGLE_VALUE(reg,shift,mask,invert,page) \ argument
35 #define AC97_PAGE_SINGLE(xname, reg, shift, mask, invert, page) \ argument
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_close.c49 void vvp_write_pending(struct ccc_object *club, struct ccc_page *page) in vvp_write_pending()
62 void vvp_write_complete(struct ccc_object *club, struct ccc_page *page) in vvp_write_complete()
Ddir.c153 struct page *page; in ll_dir_filler() local
246 static void ll_check_page(struct inode *dir, struct page *page) in ll_check_page()
252 void ll_release_page(struct page *page, int remove) in ll_release_page()
278 struct page *page; in ll_dir_page_locate() local
345 struct page *page; in ll_get_dir_page() local
488 struct page *page; in ll_dir_read() local
Dvvp_dev.c394 #define seq_page_flag(seq, page, flag, has_flags) do { \ argument
402 struct seq_file *seq, struct cl_page *page) in vvp_pgcache_page_show()
437 struct cl_page *page; in vvp_pgcache_show() local
/linux-4.1.27/arch/arm/mm/
Dfault-armv.c185 struct page *page; in update_mmu_cache() local
234 struct page *page; in check_writebuffer_bugs() local
Dnommu.c333 void flush_dcache_page(struct page *page) in flush_dcache_page()
339 void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page()
345 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
Dcopypage-feroceon.c83 void feroceon_clear_user_highpage(struct page *page, unsigned long vaddr) in feroceon_clear_user_highpage()
Dcopypage-xscale.c110 xscale_mc_clear_user_highpage(struct page *page, unsigned long vaddr) in xscale_mc_clear_user_highpage()
Dcopypage-xsc3.c91 void xsc3_mc_clear_user_highpage(struct page *page, unsigned long vaddr) in xsc3_mc_clear_user_highpage()
Dcopypage-v4wt.c63 void v4wt_clear_user_highpage(struct page *page, unsigned long vaddr) in v4wt_clear_user_highpage()
Dcopypage-v4mc.c89 void v4_mc_clear_user_highpage(struct page *page, unsigned long vaddr) in v4_mc_clear_user_highpage()
Dcopypage-fa.c59 void fa_clear_user_highpage(struct page *page, unsigned long vaddr) in fa_clear_user_highpage()
Dcopypage-v4wb.c68 void v4wb_clear_user_highpage(struct page *page, unsigned long vaddr) in v4wb_clear_user_highpage()
/linux-4.1.27/mm/
Dswap_cgroup.c40 struct page *page; in swap_cgroup_prepare() local
202 struct page *page = map[i]; in swap_cgroup_swapoff() local
Dvmstat.c280 void __inc_zone_page_state(struct page *page, enum zone_stat_item item) in __inc_zone_page_state()
302 void __dec_zone_page_state(struct page *page, enum zone_stat_item item) in __dec_zone_page_state()
371 void inc_zone_page_state(struct page *page, enum zone_stat_item item) in inc_zone_page_state()
377 void dec_zone_page_state(struct page *page, enum zone_stat_item item) in dec_zone_page_state()
406 void inc_zone_page_state(struct page *page, enum zone_stat_item item) in inc_zone_page_state()
418 void dec_zone_page_state(struct page *page, enum zone_stat_item item) in dec_zone_page_state()
986 struct page *page; in pagetypeinfo_showblockcount_print() local
1030 struct page *page; in pagetypeinfo_showmixedcount_print() local
Dmempolicy.c489 struct page *page; in queue_pages_pte_range() local
533 struct page *page; in queue_pages_hugetlb() local
927 static void migrate_page_add(struct page *page, struct list_head *pagelist, in migrate_page_add()
942 static struct page *new_node_page(struct page *page, unsigned long node, int **x) in new_node_page()
1097 static struct page *new_page(struct page *page, unsigned long start, int **x) in new_page()
1121 static void migrate_page_add(struct page *page, struct list_head *pagelist, in migrate_page_add()
1132 static struct page *new_page(struct page *page, unsigned long start, int **x) in new_page()
1929 struct page *page; in alloc_page_interleave() local
1966 struct page *page; in alloc_pages_vma() local
2042 struct page *page; in alloc_pages_current() local
[all …]
Dpercpu-vm.c63 struct page *page = pages[pcpu_page_idx(cpu, i)]; in pcpu_free_pages() local
159 struct page *page; in pcpu_unmap_pages() local
Dmadvise.c151 struct page *page; in swapin_walk_pmd_entry() local
192 struct page *page; in force_shm_swapin_readahead() local
Dfrontswap.c216 int __frontswap_store(struct page *page) in __frontswap_store()
264 int __frontswap_load(struct page *page) in __frontswap_load()
/linux-4.1.27/drivers/char/
Dbfin-otp.c42 u32 page, flags, ret; in bfin_otp_read() local
123 u32 timing, page, base_flags, flags, ret; in bfin_otp_write() local
/linux-4.1.27/arch/nios2/include/asm/
Dpage.h48 #define clear_page(page) memset((page), 0, PAGE_SIZE) argument
86 #define page_to_virt(page) \ argument
/linux-4.1.27/arch/m68k/kernel/
Ddma.c24 struct page *page, **map; in dma_alloc_coherent() local
143 dma_addr_t dma_map_page(struct device *dev, struct page *page, in dma_map_page()
/linux-4.1.27/arch/unicore32/include/asm/
Dpage.h25 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) argument
28 #define clear_user_page(page, vaddr, pg) clear_page(page) argument
/linux-4.1.27/arch/score/mm/
Dcache.c55 void flush_dcache_page(struct page *page) in flush_dcache_page()
81 struct page *page; in __update_cache() local
Dinit.c46 struct page *page; in setup_zero_page() local
/linux-4.1.27/tools/virtio/linux/
Dscatterlist.h28 static inline void sg_assign_page(struct scatterlist *sg, struct page *page) in sg_assign_page()
58 static inline void sg_set_page(struct scatterlist *sg, struct page *page, in sg_set_page()
Dkernel.h26 struct page { struct
35 #define virt_to_page(p) ((struct page *)((unsigned long)p & PAGE_MASK)) argument
/linux-4.1.27/fs/ntfs/
Dcompress.c100 static void zero_partial_compressed_page(struct page *page, in zero_partial_compressed_page()
123 static inline void handle_bounds_compressed_page(struct page *page, in handle_bounds_compressed_page()
482 int ntfs_read_compressed_block(struct page *page) in ntfs_read_compressed_block()
Dmft.h104 struct page *page = ni->page; in write_mft_record() local
Dsuper.c1270 struct page *page; in check_windows_hibernation_status() local
1444 struct page *page; in load_and_init_usnjrnl() local
1597 struct page *page; in load_and_init_attrdef() local
1662 struct page *page; in load_and_init_upcase() local
2473 struct page *page; in get_nr_free_clusters() local
2553 struct page *page; in __get_nr_free_mft_records() local
Dbitmap.c53 struct page *page; in __ntfs_bitmap_set_bits_in_run() local
Dfile.c121 struct page *page = NULL; in ntfs_attr_extend_initialized() local
590 struct page *page; in ntfs_prepare_pages_for_non_resident_write() local
1420 struct page *page; in ntfs_commit_pages_after_non_resident_write() local
1560 struct page *page; in ntfs_commit_pages_after_write() local
Dlogfile.c389 struct page *page; in ntfs_check_and_load_restart_page() local
490 struct page *page = NULL; in ntfs_check_logfile() local
Dindex.h85 struct page *page; member
/linux-4.1.27/drivers/s390/char/
Dsclp_tty.c111 void *page; in sclp_ttybuf_callback() local
175 void *page; in sclp_tty_write_string() local
505 void *page; in sclp_tty_init() local
/linux-4.1.27/fs/jbd2/
Dcommit.c68 struct page *page; in release_buffer_page() local
304 struct page *page = bh->b_page; in jbd2_checksum_data() local
344 struct page *page = bh->b_page; in jbd2_block_tag_csum_set() local
/linux-4.1.27/arch/powerpc/mm/
Dpgtable_32.c397 static int __change_page_attr(struct page *page, pgprot_t prot) in __change_page_attr()
423 static int change_page_attr(struct page *page, int numpages, pgprot_t prot) in change_page_attr()
439 void __kernel_map_pages(struct page *page, int numpages, int enable) in __kernel_map_pages()
Dhighmem.c32 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
Dmmu_context_hash64.c108 struct page *page; in destroy_pagetable_page() local
/linux-4.1.27/arch/mn10300/include/asm/
Dcacheflush.h127 #define flush_dcache_page(page) do {} while (0) argument
139 struct page *page) in flush_icache_page()
153 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
159 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c43 struct page *page; member
68 static size_t buf_size(struct page *page) in buf_size()
77 struct page *page; in bts_buffer_setup_aux() local
144 struct page *page = phys->page; in bts_config_buffer() local
/linux-4.1.27/arch/ia64/mm/
Dinit.c57 struct page *page; in __ia64_sync_icache_dcache() local
82 struct page *page = virt_to_page(pg_addr); in dma_mark_clean() local
212 put_kernel_page (struct page *page, unsigned long address, pgprot_t pgprot) in put_kernel_page()
248 struct page *page; in setup_gate() local
/linux-4.1.27/arch/x86/mm/
Dpgtable.c65 struct page *page = virt_to_page(pmd); in ___pmd_free_tlb() local
89 struct page *page = virt_to_page(pgd); in pgd_list_add() local
96 struct page *page = virt_to_page(pgd); in pgd_list_del() local
111 struct mm_struct *pgd_page_get_mm(struct page *page) in pgd_page_get_mm()
/linux-4.1.27/drivers/xen/
Dprivcmd.c100 struct page *page = alloc_page(GFP_KERNEL); in gather_array() local
146 struct page *page; in traverse_pages() local
181 struct page *page; in traverse_pages_block() local
258 struct page *page = list_first_entry(&pagelist, in privcmd_ioctl_mmap() local
Dtmem.c172 pgoff_t index, struct page *page) in tmem_cleancache_put_page()
187 pgoff_t index, struct page *page) in tmem_cleancache_get_page()
286 struct page *page) in tmem_frontswap_store()
312 struct page *page) in tmem_frontswap_load()
Dxen-scsiback.c220 static void put_free_pages(struct page **page, int num) in put_free_pages()
239 static int get_free_page(struct page **page) in get_free_page()
255 static unsigned long vaddr_page(struct page *page) in vaddr_page()
1582 char *page) in scsiback_tpg_param_show_alias()
1596 const char *page, size_t count) in scsiback_tpg_param_store_alias()
1729 char *page) in scsiback_tpg_show_nexus()
1750 const char *page, in scsiback_tpg_store_nexus()
1833 char *page) in scsiback_wwn_show_attr_version()
2058 struct page *page; in scsiback_exit() local
/linux-4.1.27/drivers/net/wireless/mwifiex/
Ddebugfs.c82 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_info_read() local
204 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_getlog_read() local
283 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_histogram_read() local
416 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_read() local
/linux-4.1.27/drivers/misc/
Dvmw_balloon.c371 struct page *page, *next; in vmballoon_pop() local
412 struct page *page; in vmballoon_reserve_page() local
469 static int vmballoon_release_page(struct vmballoon *b, struct page *page) in vmballoon_release_page()
492 struct page *page, *next; in vmballoon_release_refused_pages() local
618 struct page *page, *next; in vmballoon_deflate() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c944 int lprocfs_dt_rd_blksize(char *page, char **start, off_t off, in lprocfs_dt_rd_blksize()
961 int lprocfs_dt_rd_kbytestotal(char *page, char **start, off_t off, in lprocfs_dt_rd_kbytestotal()
983 int lprocfs_dt_rd_kbytesfree(char *page, char **start, off_t off, in lprocfs_dt_rd_kbytesfree()
1005 int lprocfs_dt_rd_kbytesavail(char *page, char **start, off_t off, in lprocfs_dt_rd_kbytesavail()
1027 int lprocfs_dt_rd_filestotal(char *page, char **start, off_t off, in lprocfs_dt_rd_filestotal()
1043 int lprocfs_dt_rd_filesfree(char *page, char **start, off_t off, in lprocfs_dt_rd_filesfree()
/linux-4.1.27/arch/powerpc/kernel/
Diommu.c307 void *page, unsigned int npages, in iommu_alloc()
656 struct page *page; in iommu_init_table() local
757 struct page *page, unsigned long offset, size_t size, in iommu_map_page()
821 struct page *page; in iommu_alloc_coherent() local
998 struct page *page; in iommu_clear_tces_and_put_pages() local
1051 struct page *page = NULL; in iommu_put_tce_user_mode() local
Ddma.c54 struct page *page; in dma_direct_alloc_coherent() local
175 struct page *page, in dma_direct_map_page()
/linux-4.1.27/drivers/media/pci/pt1/
Dpt1.c59 struct pt1_buffer_page *page; member
64 struct pt1_table_page *page; member
259 static int pt1_filter(struct pt1 *pt1, struct pt1_buffer_page *page) in pt1_filter()
317 struct pt1_buffer_page *page; in pt1_thread() local
342 static void pt1_free_page(struct pt1 *pt1, void *page, dma_addr_t addr) in pt1_free_page()
349 void *page; in pt1_alloc_page() local
373 struct pt1_buffer_page *page; in pt1_init_buffer() local
400 struct pt1_table_page *page; in pt1_init_table() local
/linux-4.1.27/block/
Dbio.c702 static int __bio_add_page(struct request_queue *q, struct bio *bio, struct page in __bio_add_page()
845 int bio_add_pc_page(struct request_queue *q, struct bio *bio, struct page *page, in bio_add_pc_page()
865 int bio_add_page(struct bio *bio, struct page *page, unsigned int len, in bio_add_page()
1158 struct page *page; in bio_copy_user_iov() local
1545 struct page *page; in bio_copy_kern() local
1617 struct page *page = bvec->bv_page; in bio_set_pages_dirty() local
1630 struct page *page = bvec->bv_page; in bio_release_pages() local
1684 struct page *page = bvec->bv_page; in bio_check_pages_dirty() local
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c196 inline void flush_dcache_page_impl(struct page *page) in flush_dcache_page_impl()
219 #define dcache_dirty_cpu(page) \ argument
222 static inline void set_dcache_dirty(struct page *page, int this_cpu) in set_dcache_dirty()
243 static inline void clear_dcache_dirty_cpu(struct page *page, unsigned long cpu) in clear_dcache_dirty_cpu()
281 struct page *page; in flush_dcache() local
370 void flush_dcache_page(struct page *page) in flush_dcache_page()
1625 void __kernel_map_pages(struct page *page, int numpages, int enable) in __kernel_map_pages()
2297 unsigned long page; in free_initmem() local
2557 pte_t mk_pte_io(unsigned long page, pgprot_t prot, int space, unsigned long page_size) in mk_pte_io()
2645 struct page *page = alloc_page(GFP_KERNEL | __GFP_NOTRACK | in pte_alloc_one_kernel() local
[all …]
Dhighmem.c51 void *kmap_atomic(struct page *page) in kmap_atomic()
Dgup.c39 struct page *page, *head; in gup_pte_range() local
73 struct page *head, *page, *tail; in gup_huge_pmd() local
/linux-4.1.27/fs/fuse/
Dfile.c524 struct page *page = req->pages[i]; in fuse_release_user_pages() local
699 static int fuse_do_readpage(struct file *file, struct page *page) in fuse_do_readpage()
747 static int fuse_readpage(struct file *file, struct page *page) in fuse_readpage()
786 struct page *page = req->pages[i]; in fuse_readpages_end() local
828 static int fuse_readpages_fill(void *_data, struct page *page) in fuse_readpages_fill()
1004 struct page *page = req->pages[i]; in fuse_send_write_pages() local
1036 struct page *page; in fuse_fill_write_pages() local
1605 static int fuse_writepage_locked(struct page *page) in fuse_writepage_locked()
1666 static int fuse_writepage(struct page *page, struct writeback_control *wbc) in fuse_writepage()
1715 struct page *page) in fuse_writepage_in_flight()
[all …]
/linux-4.1.27/arch/ia64/include/asm/
Dkexec.h18 #define kexec_flush_icache_page(page) do { \ argument
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpers.c65 void ptlrpc_add_bulk_page(struct ptlrpc_bulk_desc *desc, struct page *page, in ptlrpc_add_bulk_page()
/linux-4.1.27/drivers/memory/tegra/
Dtegra124.c963 static void tegra124_flush_dcache(struct page *page, unsigned long offset, in tegra124_flush_dcache()
Dtegra114.c917 static void tegra114_flush_dcache(struct page *page, unsigned long offset, in tegra114_flush_dcache()
Dtegra30.c939 static void tegra30_flush_dcache(struct page *page, unsigned long offset, in tegra30_flush_dcache()
/linux-4.1.27/arch/microblaze/mm/
Dhighmem.c34 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlovsub_page.c63 struct cl_page *page, struct page *unused) in lovsub_page_init()
/linux-4.1.27/include/trace/events/
Dpagemap.h18 #define trace_pagemap_flags(page) ( \ argument
Dvmscan.h28 #define trace_reclaim_flags(page) ( \ argument
/linux-4.1.27/drivers/iio/imu/
Dadis.c33 unsigned int page = reg / ADIS_PAGE_SIZE; in adis_write_reg() local
125 unsigned int page = reg / ADIS_PAGE_SIZE; in adis_read_reg() local
/linux-4.1.27/drivers/input/misc/
Dxen-kbdfront.c37 struct xenkbd_page *page; member
56 struct xenkbd_page *page = info->page; in input_handler() local
/linux-4.1.27/fs/ocfs2/
Dsymlink.c57 static int ocfs2_fast_symlink_readpage(struct file *unused, struct page *page) in ocfs2_fast_symlink_readpage()
/linux-4.1.27/arch/mips/mm/
Dpgtable-32.c16 void pgd_init(unsigned long page) in pgd_init()
Dtlb-r4k.c211 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page()
251 void local_flush_tlb_one(unsigned long page) in local_flush_tlb_one()
/linux-4.1.27/drivers/usb/gadget/function/
Duvc_configfs.c246 struct uvcg_default_processing *dp, char *page) in uvcg_default_processing_bm_controls_show()
376 struct uvcg_default_camera *dc, char *page) in uvcg_default_camera_bm_controls_show()
726 static ssize_t uvcg_format_bma_controls_show(struct uvcg_format *f, char *page) in uvcg_format_bma_controls_show()
753 const char *page, size_t len) in uvcg_format_bma_controls_store()
1112 char *page) in uvcg_frame_dw_frame_interval_show()
1159 static int __uvcg_iter_frm_intrv(const char *page, size_t len, in __uvcg_iter_frm_intrv()
1189 const char *page, size_t len) in uvcg_frame_dw_frame_interval_store()
1350 char *page) in uvcg_uncompressed_guid_format_show()
1371 const char *page, size_t len) in uvcg_uncompressed_guid_format_store()
1511 uvcg_uncompressed_bma_controls_show(struct uvcg_uncompressed *unc, char *page) in uvcg_uncompressed_bma_controls_show()
[all …]
Df_phonet.c303 struct page *page; in pn_rx_submit() local
324 struct page *page = req->context; in pn_rx_complete() local
595 char *page) in f_phonet_attr_show()
619 static ssize_t f_phonet_ifname_show(struct f_phonet_opts *opts, char *page) in f_phonet_ifname_show()
Df_serial.c273 char *page) in f_serial_attr_show()
298 static ssize_t f_serial_port_num_show(struct f_serial_opts *opts, char *page) in f_serial_port_num_show()
/linux-4.1.27/drivers/mtd/devices/
Ddocg3.c448 static int doc_read_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_read_seek()
497 static int doc_write_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_write_seek()
688 int page, int offset) in doc_read_page_prepare()
824 static void calc_block_sector(loff_t from, int *block0, int *block1, int *page, in calc_block_sector()
861 int block0, block1, page, ret, skip, ofs = 0; in doc_read_oob() local
1004 int ret = 0, nbpages, page; in doc_reload_bbt() local
1033 int block0, block1, page, ofs, is_good; in doc_block_isbad() local
1205 int block0, block1, page, ret, ofs = 0; in doc_erase() local
1263 int block0, block1, page, ret, ofs = 0; in doc_write_page() local
Dblock2mtd.c55 struct page *page; in _block2mtd_erase() local
109 struct page *page; in block2mtd_read() local
142 struct page *page; in _block2mtd_write() local
/linux-4.1.27/fs/ext4/
Dpage-io.c68 struct page *page = bvec->bv_page; in ext4_finish_bio() local
396 struct page *page, in io_submit_add_bh()
418 struct page *page, in ext4_bio_write_page()
Dcrypto.c455 int ext4_decrypt(struct ext4_crypto_ctx *ctx, struct page *page) in ext4_decrypt()
467 int ext4_decrypt_one(struct inode *inode, struct page *page) in ext4_decrypt_one()
Dsymlink.c103 struct page *page = cookie; in ext4_put_link() local
/linux-4.1.27/arch/s390/include/asm/
Dpage.h40 #define clear_page(page) memset((page), 0, PAGE_SIZE) argument
59 #define clear_user_page(page, vaddr, pg) clear_page(page) argument
147 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
Dtlb.h90 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page()
96 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page()
/linux-4.1.27/fs/hfsplus/
Dinode.c24 static int hfsplus_readpage(struct file *file, struct page *page) in hfsplus_readpage()
29 static int hfsplus_writepage(struct page *page, struct writeback_control *wbc) in hfsplus_writepage()
65 static int hfsplus_releasepage(struct page *page, gfp_t mask) in hfsplus_releasepage()
/linux-4.1.27/arch/powerpc/include/asm/
Dpage_32.h41 static inline void clear_page(void *page) { clear_pages(page, 0); } in clear_page()
/linux-4.1.27/arch/arm/include/asm/
Dhighmem.h55 static inline void *kmap_high_get(struct page *page) in kmap_high_get()
/linux-4.1.27/arch/microblaze/lib/
Duaccess_old.S191 page: /* Create room on stack and save registers for storign values */ label
/linux-4.1.27/arch/frv/include/asm/
Dbug.h47 #define kgdb_bad_page(page) do { kgdb_raise(SIGABRT); } while(0) argument
Dpage.h12 #define free_user_page(page, addr) free_page(addr) argument
17 #define clear_user_page(pgaddr, vaddr, page) memset((pgaddr), 0, PAGE_SIZE) argument
/linux-4.1.27/drivers/usb/storage/
Dalauda.c731 unsigned int page, unsigned int pages, unsigned char *data) in alauda_read_block_raw()
757 unsigned int page, unsigned int pages, unsigned char *data) in alauda_read_block()
810 unsigned int page, unsigned int pages, in alauda_write_lba()
918 unsigned int page, len, offset; in alauda_read_data() local
1012 unsigned int page, len, offset; in alauda_write_data() local
1174 unsigned int page, pages; in alauda_transport() local
1191 unsigned int page, pages; in alauda_transport() local
Dsddr55.c196 unsigned int page, in sddr55_read_data()
315 unsigned int page, in sddr55_write_data()
793 unsigned int page; in sddr55_transport() local
/linux-4.1.27/arch/um/include/asm/
Dtlb.h101 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page()
108 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page()
/linux-4.1.27/arch/m32r/mm/
Dfault.c80 unsigned long page, addr; in do_page_fault() local
458 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page()
Dioremap.c67 struct page *page; in __ioremap() local
Dfault-nommu.c105 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page()
/linux-4.1.27/fs/freevxfs/
Dvxfs_lookup.c116 u_long npages, page, nblocks, pblocks, block; in vxfs_find_entry() local
243 u_long page, npages, block, pblocks, nblocks, offset; in vxfs_readdir() local
Dvxfs_subr.c159 vxfs_readpage(struct file *file, struct page *page) in vxfs_readpage()
/linux-4.1.27/drivers/firmware/
Ddmi-id.c25 char *page) in sys_dmi_field_show()
125 struct device_attribute *attr, char *page) in sys_dmi_modalias_show()
/linux-4.1.27/include/linux/
Dkmemcheck.h93 kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node) in kmemcheck_alloc_shadow()
98 kmemcheck_free_shadow(struct page *page, int order) in kmemcheck_free_shadow()
Ddma-debug.h105 static inline void debug_dma_map_page(struct device *dev, struct page *page, in debug_dma_map_page()
188 static inline void debug_dma_assert_idle(struct page *page) in debug_dma_assert_idle()
Dpagevec.h60 static inline unsigned pagevec_add(struct pagevec *pvec, struct page *page) in pagevec_add()
Dgfp.h286 static inline void arch_free_page(struct page *page, int order) { } in arch_free_page()
289 static inline void arch_alloc_page(struct page *page, int order) { } in arch_alloc_page()
374 #define __free_page(page) __free_pages((page), 0) argument
/linux-4.1.27/arch/arc/include/asm/
Dtlbflush.h23 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) argument
/linux-4.1.27/fs/proc/
Dtask_mmu.c451 static void smaps_account(struct mem_size_stats *mss, struct page *page, in smaps_account()
488 struct page *page = NULL; in smaps_pte_entry() local
512 struct page *page; in smaps_pmd_entry() local
799 struct page *page; in clear_refs_pte_range() local
1049 struct page *page = NULL; in pte_to_pagemap_entry() local
1362 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
1392 struct page *page; in can_gather_numa_stats() local
1423 struct page *page; in gather_pte_stats() local
1437 struct page *page = can_gather_numa_stats(*pte, vma, addr); in gather_pte_stats() local
1451 struct page *page; in gather_hugetlb_stats() local
/linux-4.1.27/security/selinux/
Dselinuxfs.c146 char *page = NULL; in sel_write_enforce() local
278 char *page = NULL; in sel_write_disable() local
458 struct page *page; in sel_mmap_policy_fault() local
614 char *page = NULL; in sel_write_checkreqprot() local
1051 char *page = NULL; in sel_read_bool() local
1086 char *page = NULL; in sel_write_bool() local
1146 char *page = NULL; in sel_commit_bools_write() local
1212 char **names = NULL, *page; in sel_make_bools() local
1303 char *page = NULL; in sel_write_avc_cache_threshold() local
1344 char *page; in sel_read_avc_hash_stats() local
/linux-4.1.27/arch/sh/mm/
Dtlb-pteaex.c70 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one()
Dkmap.c32 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent()
Dcache-sh4.c112 struct page *page = arg; in sh4_flush_dcache_page() local
208 struct page *page; in sh4_flush_cache_page() local
Dtlb-sh4.c66 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one()
Dtlb-sh3.c57 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one()
/linux-4.1.27/arch/parisc/mm/
Dioremap.c54 struct page *page; in __ioremap() local
/linux-4.1.27/arch/parisc/include/asm/
Dpage.h24 #define clear_page(page) clear_page_asm((void *)(page)) argument
31 #define clear_user_page(vto, vaddr, page) clear_page_asm(vto) argument
156 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
/linux-4.1.27/net/rds/
Drdma.c448 struct page *page = sg_page(&ro->op_sg[i]); in rds_rdma_free_op() local
467 struct page *page = sg_page(ao->op_sg); in rds_atomic_free_op() local
770 struct page *page = NULL; in rds_cmsg_atomic() local
/linux-4.1.27/fs/adfs/
Dinode.c38 static int adfs_writepage(struct page *page, struct writeback_control *wbc) in adfs_writepage()
43 static int adfs_readpage(struct file *file, struct page *page) in adfs_readpage()
/linux-4.1.27/fs/configfs/
Dsymlink.c285 unsigned long page = get_zeroed_page(GFP_KERNEL); in configfs_follow_link() local
303 unsigned long page = (unsigned long)cookie; in configfs_put_link() local
/linux-4.1.27/arch/s390/mm/
Dgup.c25 struct page *page; in gup_pte_range() local
55 struct page *head, *page, *tail; in gup_huge_pmd() local
/linux-4.1.27/drivers/block/
Dpmem.c42 static void pmem_do_bvec(struct pmem_device *pmem, struct page *page, in pmem_do_bvec()
90 struct page *page, int rw) in pmem_rw_page()
/linux-4.1.27/arch/mips/include/asm/
Dtlbflush.h42 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) argument
/linux-4.1.27/fs/affs/
Dsymlink.c13 static int affs_symlink_readpage(struct file *file, struct page *page) in affs_symlink_readpage()
/linux-4.1.27/fs/squashfs/
Dsymlink.c46 static int squashfs_symlink_readpage(struct file *file, struct page *page) in squashfs_symlink_readpage()
Dpage_actor.c83 struct squashfs_page_actor *squashfs_page_actor_init_special(struct page **page, in squashfs_page_actor_init_special()
/linux-4.1.27/drivers/dma/ioat/
Ddma.c1094 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show()
1102 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show()
1110 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show()
1124 static ssize_t version_show(struct dma_chan *c, char *page) in version_show()
1143 ioat_attr_show(struct kobject *kobj, struct attribute *attr, char *page) in ioat_attr_show()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_user_sdma.c66 struct page *page; /* may be NULL (coherent mem) */ member
150 struct page *page, in ipath_user_sdma_init_frag()
165 struct page *page, in ipath_user_sdma_init_header()
180 struct page *page = alloc_page(GFP_KERNEL); in ipath_user_sdma_coalesce() local
401 struct page *page = NULL; in ipath_user_sdma_queue_pkts() local
/linux-4.1.27/fs/exofs/
Dore_raid.h46 struct ore_striping_info *si, struct page *page) in _add_stripe_page()
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dif.c39 unsigned int type, bool increment, struct file *file, int page) in mtrr_file_add()
65 struct file *file, int page) in mtrr_file_del()
/linux-4.1.27/arch/sh/include/asm/
Dtlb.h101 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page()
107 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page()
/linux-4.1.27/fs/hpfs/
Dfile.c112 static int hpfs_readpage(struct file *file, struct page *page) in hpfs_readpage()
117 static int hpfs_writepage(struct page *page, struct writeback_control *wbc) in hpfs_writepage()
/linux-4.1.27/fs/jfs/
Djfs_metapage.h40 struct page *page; member
105 struct page *page = mp->page; in metapage_nohomeok() local
Dinode.c282 static int jfs_writepage(struct page *page, struct writeback_control *wbc) in jfs_writepage()
293 static int jfs_readpage(struct file *file, struct page *page) in jfs_readpage()
/linux-4.1.27/fs/gfs2/
Dmeta_io.c36 static int gfs2_aspace_writepage(struct page *page, struct writeback_control *wbc) in gfs2_aspace_writepage()
118 struct page *page; in gfs2_getbuf() local
/linux-4.1.27/arch/mn10300/mm/
Dcache-inv-icache.c31 struct page *page; in flush_icache_page_range() local
Dfault.c124 unsigned long page; in do_page_fault() local
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Ddoorbell.c49 struct mlx5_ib_user_db_page *page; in mlx5_ib_db_map_user() local
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Ddoorbell.c47 struct mlx4_ib_user_db_page *page; in mlx4_ib_db_map_user() local
/linux-4.1.27/fs/minix/
Dinode.c384 static int minix_writepage(struct page *page, struct writeback_control *wbc) in minix_writepage()
389 static int minix_readpage(struct file *file, struct page *page) in minix_readpage()
394 int minix_prepare_chunk(struct page *page, loff_t pos, unsigned len) in minix_prepare_chunk()
/linux-4.1.27/arch/sparc/include/asm/
Dpage_32.h19 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) argument
21 #define clear_user_page(addr, vaddr, page) \ argument
25 #define copy_user_page(to, from, vaddr, page) \ argument
/linux-4.1.27/arch/x86/mm/kmemcheck/
Dkmemcheck.c355 unsigned long page = addr & PAGE_MASK; in kmemcheck_read() local
391 unsigned long page = addr & PAGE_MASK; in kmemcheck_write() local
415 unsigned long page; in kmemcheck_copy() local
/linux-4.1.27/drivers/target/
Dtarget_core_spc.c664 uint8_t page; member
913 uint8_t page; member
983 u8 page = cdb[2] & 0x3f; in spc_emulate_modesense() local
1102 u8 page, subpage; in spc_emulate_modeselect() local
Dtarget_core_rd.c366 static struct rd_dev_sg_table *rd_get_sg_table(struct rd_dev *rd_dev, u32 page) in rd_get_sg_table()
386 static struct rd_dev_sg_table *rd_get_prot_table(struct rd_dev *rd_dev, u32 page) in rd_get_prot_table()
603 const char *page, ssize_t count) in rd_set_configfs_dev_params()
/linux-4.1.27/arch/x86/um/os-Linux/
Dtask_size.c16 static int page_ok(unsigned long page) in page_ok()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_pd.c89 struct ipz_small_queue_page *page, *tmp; in ehca_dealloc_pd() local
/linux-4.1.27/drivers/gpu/drm/
Ddrm_cache.c43 drm_clflush_page(struct page *page) in drm_clflush_page()
Ddrm_scatter.c52 struct page *page; in drm_sg_cleanup() local
/linux-4.1.27/include/asm-generic/
Dhugetlb.h4 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
/linux-4.1.27/arch/openrisc/kernel/
Ddma.c89 void *page; in or1k_dma_alloc() local
137 or1k_map_page(struct device *dev, struct page *page, in or1k_map_page()
/linux-4.1.27/arch/m68k/mm/
Dcache.c108 void flush_icache_user_range(struct vm_area_struct *vma, struct page *page, in flush_icache_user_range()
/linux-4.1.27/fs/hfs/
Dinode.c29 static int hfs_writepage(struct page *page, struct writeback_control *wbc) in hfs_writepage()
34 static int hfs_readpage(struct file *file, struct page *page) in hfs_readpage()
70 static int hfs_releasepage(struct page *page, gfp_t mask) in hfs_releasepage()
/linux-4.1.27/fs/udf/
Dsymlink.c101 static int udf_symlink_filler(struct file *file, struct page *page) in udf_symlink_filler()
/linux-4.1.27/arch/xtensa/mm/
Dhighmem.c40 void *kmap_atomic(struct page *page) in kmap_atomic()
/linux-4.1.27/fs/reiserfs/
Dioctl.c175 struct page *page; in reiserfs_unpack() local
Dxattr.c415 static inline void reiserfs_put_page(struct page *page) in reiserfs_put_page()
424 struct page *page; in reiserfs_get_page() local
504 struct page *page; in reiserfs_xattr_set_handle() local
639 struct page *page; in reiserfs_xattr_get() local
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723com/
Dfw_common.c86 u32 page, const u8 *buffer, u32 size) in rtl8723_fw_page_write()
122 u32 page, offset; in rtl8723_write_fw() local
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c71 static struct osc_page *osc_cl_page_osc(struct cl_page *page) in osc_cl_page_osc()
103 struct cl_page *page; in osc_io_submit() local
236 struct cl_page *page = opage->ops_cl.cpl_page; in osc_page_touch() local
345 struct cl_page *page, void *cbdata) in trunc_check_cb()
/linux-4.1.27/kernel/events/
Duprobes.c111 struct page *page; member
161 struct page *page, struct page *kpage) in __replace_page()
241 static void copy_from_page(struct page *page, unsigned long vaddr, void *dst, int len) in copy_from_page()
248 static void copy_to_page(struct page *page, unsigned long vaddr, const void *src, int len) in copy_to_page()
255 static int verify_opcode(struct page *page, unsigned long vaddr, uprobe_opcode_t *new_opcode) in verify_opcode()
540 struct page *page; in __copy_insn() local
1343 void __weak arch_uprobe_copy_ixol(struct page *page, unsigned long vaddr, in arch_uprobe_copy_ixol()
1671 struct page *page; in is_trap_at_addr() local
/linux-4.1.27/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c998 char *page) in tcm_qla2xxx_tpg_show_enable()
1037 const char *page, in tcm_qla2xxx_tpg_store_enable()
1083 char *page) in tcm_qla2xxx_tpg_show_dynamic_sessions()
1092 const char *page, in tcm_qla2xxx_tpg_store_fabric_prot_type()
1115 char *page) in tcm_qla2xxx_tpg_show_fabric_prot_type()
1203 char *page) in tcm_qla2xxx_npiv_tpg_show_enable()
1210 const char *page, in tcm_qla2xxx_npiv_tpg_store_enable()
1963 char *page) in tcm_qla2xxx_wwn_show_attr_version()
/linux-4.1.27/arch/mips/include/asm/mach-jazz/
Ddma-coherence.h21 struct page *page) in plat_map_dma_mem_page()
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Ddma-coherence.h30 struct page *page) in plat_map_dma_mem_page()
/linux-4.1.27/drivers/gpu/drm/radeon/
Ddrm_buffer.c159 int page = drm_buffer_page(buf); in drm_buffer_read_object() local
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Ddma-coherence.h33 struct page *page) in plat_map_dma_mem_page()
/linux-4.1.27/kernel/
Dkexec.c657 static void kimage_free_pages(struct page *page) in kimage_free_pages()
673 struct page *page; in kimage_free_page_list() local
833 struct page *page; in kimage_add_entry() local
864 static int kimage_add_page(struct kimage *image, unsigned long page) in kimage_add_page()
899 struct page *page; in kimage_free_entry() local
947 unsigned long page) in kimage_dst_used()
987 struct page *page; in kimage_alloc_page() local
1088 struct page *page; in kimage_load_normal_segment() local
1154 struct page *page; in kimage_load_crash_segment() local
Dprofile.c334 struct page *page; in profile_cpu_callback() local
544 struct page *page; in create_hash_tables() local
567 struct page *page; in create_hash_tables() local
/linux-4.1.27/fs/
Ddirect-io.c164 struct page *page = ZERO_PAGE(0); in dio_refill_pages() local
471 struct page *page = bvec->bv_page; in dio_bio_complete() local
768 submit_page_section(struct dio *dio, struct dio_submit *sdio, struct page *page, in submit_page_section()
856 struct page *page; in dio_zero_block() local
908 struct page *page; in do_direct_IO() local
Dblock_dev.c283 static int blkdev_writepage(struct page *page, struct writeback_control *wbc) in blkdev_writepage()
288 static int blkdev_readpage(struct file * file, struct page * page) in blkdev_readpage()
309 struct page *page, void *fsdata) in blkdev_write_end()
376 struct page *page) in bdev_read_page()
405 struct page *page, struct writeback_control *wbc) in bdev_write_page()
1655 static int blkdev_releasepage(struct page *page, gfp_t wait) in blkdev_releasepage()
/linux-4.1.27/arch/cris/include/asm/
Dpgtable.h178 static inline pte_t __mk_pte(void * page, pgprot_t pgprot) in __mk_pte()
186 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument
217 #define __page_address(page) (PAGE_OFFSET + (((page) - mem_map) << PAGE_SHIFT)) argument
/linux-4.1.27/fs/qnx6/
Dinode.c96 static int qnx6_readpage(struct file *file, struct page *page) in qnx6_readpage()
187 struct page *page = read_mapping_page(mapping, 0, NULL); in qnx6_checkroot() local
526 struct page *page; in qnx6_iget() local
/linux-4.1.27/arch/s390/pci/
Dpci_dma.c275 static dma_addr_t s390_dma_map_pages(struct device *dev, struct page *page, in s390_dma_map_pages()
341 struct page *page; in s390_dma_alloc() local
387 struct page *page = sg_page(s); in s390_dma_map_sg() local
/linux-4.1.27/arch/avr32/mm/
Dtlb.c117 static void __flush_tlb_page(unsigned long asid, unsigned long page) in __flush_tlb_page()
150 void flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in flush_tlb_page()
Dfault.c63 unsigned long page; in do_page_fault() local
/linux-4.1.27/fs/nilfs2/
Dfile.c61 struct page *page = vmf->page; in nilfs_page_mkwrite() local
/linux-4.1.27/arch/x86/include/asm/
Dio.h142 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) argument
153 #define isa_page_to_bus(page) ((unsigned int)page_to_phys(page)) argument
/linux-4.1.27/arch/cris/arch-v10/drivers/
Deeprom.c450 unsigned char page; in eeprom_read() local
674 unsigned char page, offset; in eeprom_address() local
/linux-4.1.27/arch/mips/include/asm/mach-ath25/
Ddma-coherence.h40 plat_map_dma_mem_page(struct device *dev, struct page *page) in plat_map_dma_mem_page()
/linux-4.1.27/fs/sysv/
Ditree.c452 static int sysv_writepage(struct page *page, struct writeback_control *wbc) in sysv_writepage()
457 static int sysv_readpage(struct file *file, struct page *page) in sysv_readpage()
462 int sysv_prepare_chunk(struct page *page, loff_t pos, unsigned len) in sysv_prepare_chunk()
/linux-4.1.27/fs/f2fs/
Dxattr.c162 void *page) in f2fs_initxattrs()
284 struct page *page = NULL; in read_all_xattrs() local
345 struct page *page = NULL; in write_all_xattrs() local
/linux-4.1.27/drivers/char/agp/
Di460-agp.c80 struct page *page; /* page pointer */ member
528 void *page; in i460_alloc_page() local
539 static void i460_destroy_page (struct page *page, int flags) in i460_destroy_page()
Duninorth-agp.c373 struct page *page; in uninorth_create_gatt_table() local
448 struct page *page; in uninorth_free_gatt_table() local
/linux-4.1.27/arch/tile/mm/
Dinit.c229 unsigned long page; in init_pgprot() local
661 struct page *page = pfn_to_page(start); in init_free_pfn_range() local
936 struct page *page = pfn_to_page(pfn); in free_init_pages() local
/linux-4.1.27/fs/afs/
Ddir.c131 static inline void afs_dir_check_page(struct inode *dir, struct page *page) in afs_dir_check_page()
181 static inline void afs_dir_put_page(struct page *page) in afs_dir_put_page()
193 struct page *page; in afs_dir_get_page() local
326 struct page *page; in afs_dir_iterate() local
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c90 struct page *page = bi->page; in fm10k_alloc_mapped_page() local
217 static inline bool fm10k_page_is_reserved(struct page *page) in fm10k_page_is_reserved()
223 struct page *page, in fm10k_can_reuse_rx_page()
271 struct page *page = rx_buffer->page; in fm10k_add_rx_frag() local
304 struct page *page; in fm10k_fetch_rx_buffer() local
/linux-4.1.27/drivers/block/zram/
Dzram_drv.c419 unsigned long *page; in page_zero_filled() local
433 struct page *page = bvec->bv_page; in handle_zero_page() local
518 struct page *page; in zram_bvec_read() local
585 struct page *page; in zram_bvec_write() local
1017 struct page *page, int rw) in zram_rw_page()
/linux-4.1.27/drivers/staging/android/ion/
Dion.c129 static inline struct page *ion_buffer_page(struct page *page) in ion_buffer_page()
134 static inline bool ion_buffer_page_is_dirty(struct page *page) in ion_buffer_page_is_dirty()
139 static inline void ion_buffer_page_dirty(struct page **page) in ion_buffer_page_dirty()
144 static inline void ion_buffer_page_clean(struct page **page) in ion_buffer_page_clean()
233 struct page *page = sg_page(sg); in ion_buffer_create() local
894 void ion_pages_sync_for_device(struct device *dev, struct page *page, in ion_pages_sync_for_device()
931 struct page *page = buffer->pages[i]; in ion_buffer_sync_for_device() local
/linux-4.1.27/net/core/
Dskbuff.c366 struct page *page = NULL; in __page_frag_refill() local
388 struct page *page = nc->frag.page; in __alloc_page_frag() local
573 void skb_add_rx_frag(struct sk_buff *skb, int i, struct page *page, int off, in skb_add_rx_frag()
930 struct page *page, *head = NULL; in skb_copy_ubufs() local
1791 static struct page *linear_to_page(struct page *page, unsigned int *len, in linear_to_page()
1811 struct page *page, in spd_can_coalesce()
1824 struct pipe_inode_info *pipe, struct page *page, in spd_fill_page()
1850 static bool __splice_segment(struct page *page, unsigned int poff, in __splice_segment()
2280 struct page *page; in skb_zerocopy() local
3275 struct page *page = virt_to_head_page(skb->head); in skb_gro_receive() local
[all …]
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_gem.h20 struct page *page; /* for page backed */ member
/linux-4.1.27/fs/ncpfs/
Dsymlink.c42 static int ncp_symlink_readpage(struct file *file, struct page *page) in ncp_symlink_readpage()
/linux-4.1.27/arch/mips/include/asm/mach-ip32/
Ddma-coherence.h41 struct page *page) in plat_map_dma_mem_page()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_render_state.c80 struct page *page; in render_state_setup() local
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_user_pages.c101 dma_addr_t qib_map_page(struct pci_dev *hwdev, struct page *page, in qib_map_page()
/linux-4.1.27/drivers/auxdisplay/
Dks0108.c101 void ks0108_page(unsigned char page) in ks0108_page()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_vio.c66 struct page *page; in kvm_spapr_tce_fault() local
/linux-4.1.27/net/mac802154/
Dmac_cmd.c34 u8 channel, u8 page, in mac802154_mlme_start_req()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/
Dgf110.c87 u32 kind, page; in gf110_dmaobj_ctor() local
/linux-4.1.27/arch/mips/include/asm/mach-generic/
Ddma-coherence.h21 struct page *page) in plat_map_dma_mem_page()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c113 struct page *page; in dma_map_xdr() local
378 struct page *page, in send_reply()
/linux-4.1.27/drivers/base/
Ddma-mapping.c231 struct page *page = virt_to_page(cpu_addr); in dma_common_get_sgtable() local
303 void *dma_common_contiguous_remap(struct page *page, size_t size, in dma_common_contiguous_remap()
/linux-4.1.27/drivers/net/usb/
Dcdc-phonet.c130 struct page *page; in rx_submit() local
152 struct page *page = virt_to_page(req->transfer_buffer); in rx_complete() local
/linux-4.1.27/fs/omfs/
Dfile.c287 static int omfs_readpage(struct file *file, struct page *page) in omfs_readpage()
298 static int omfs_writepage(struct page *page, struct writeback_control *wbc) in omfs_writepage()
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsq.c151 int ret, page; in sq_remap() local
212 int page; in sq_unmap() local
/linux-4.1.27/arch/metag/kernel/
Ddma.c177 struct page *page; in dma_alloc_coherent() local
307 struct page *page = pfn_to_page(pfn); in dma_free_coherent() local
/linux-4.1.27/arch/frv/mb93090-mb00/
Dpci-dma.c83 dma_addr_t dma_map_page(struct device *dev, struct page *page, unsigned long offset, in dma_map_page()
/linux-4.1.27/include/crypto/
Dalgapi.h84 struct page *page; member
89 u8 *page; member
100 void *page; member
113 struct page *page; member
/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c109 static inline int get_free_page(struct xen_blkif *blkif, struct page **page) in get_free_page()
128 static inline void put_free_pages(struct xen_blkif *blkif, struct page **page, in put_free_pages()
144 struct page *page[NUM_BATCH_FREE_PAGES]; in shrink_free_pagepool() local
167 #define vaddr(page) ((unsigned long)pfn_to_kaddr(page_to_pfn(page))) argument
/linux-4.1.27/arch/sh/kernel/
Ddma-nommu.c13 static dma_addr_t nommu_map_page(struct device *dev, struct page *page, in nommu_map_page()

12345678