| /OK3568_Linux_fs/kernel/mm/ |
| H A D | cleancache.c | 176 int __cleancache_get_page(struct page *page) in __cleancache_get_page() 215 void __cleancache_put_page(struct page *page) in __cleancache_put_page() 244 struct page *page) in __cleancache_invalidate_page()
|
| H A D | hugetlb_cgroup.c | 162 struct page *page) in hugetlb_cgroup_move_parent() 201 struct page *page; in hugetlb_cgroup_css_offline() local 289 struct page *page, bool rsvd) in __hugetlb_cgroup_commit_charge() 300 struct page *page) in hugetlb_cgroup_commit_charge() 307 struct page *page) in hugetlb_cgroup_commit_charge_rsvd() 316 struct page *page, bool rsvd) in __hugetlb_cgroup_uncharge_page() 339 struct page *page) in hugetlb_cgroup_uncharge_page() 345 struct page *page) in hugetlb_cgroup_uncharge_page_rsvd()
|
| H A D | khugepaged.c | 559 static void release_pte_page(struct page *page) in release_pte_page() 571 struct page *page, *tmp; in release_pte_pages() local 588 static bool is_refcount_suitable(struct page *page) in is_refcount_suitable() 604 struct page *page = NULL; in __collapse_huge_page_isolate() local 737 static void __collapse_huge_page_copy(pte_t *pte, struct page *page, in __collapse_huge_page_copy() 901 struct page *page; in alloc_khugepaged_hugepage() local 1240 struct page *page = NULL; in khugepaged_scan_pmd() local 1507 struct page *page; in collapse_pte_mapped_thp() local 1531 struct page *page; in collapse_pte_mapped_thp() local 1742 struct page *page = xas_next(&xas); in collapse_file() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | page_actor.h | 11 void **page; member 17 static inline struct squashfs_page_actor *squashfs_page_actor_init(void **page, in squashfs_page_actor_init() 52 struct page **page; member
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | lm25066.c | 239 static int lm25066_read_word_data(struct i2c_client *client, int page, in lm25066_read_word_data() 324 static int lm25056_read_word_data(struct i2c_client *client, int page, in lm25056_read_word_data() 353 static int lm25056_read_byte_data(struct i2c_client *client, int page, int reg) in lm25056_read_byte_data() 377 static int lm25066_write_word_data(struct i2c_client *client, int page, int reg, in lm25066_write_word_data()
|
| H A D | zl6100.c | 128 static int zl6100_read_word_data(struct i2c_client *client, int page, in zl6100_read_word_data() 188 static int zl6100_read_byte_data(struct i2c_client *client, int page, int reg) in zl6100_read_byte_data() 226 static int zl6100_write_word_data(struct i2c_client *client, int page, int reg, in zl6100_write_word_data() 268 static int zl6100_write_byte(struct i2c_client *client, int page, u8 value) in zl6100_write_byte()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | virtconvert.h | 33 #define page_to_phys(page) \ argument 36 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
|
| H A D | cacheflush_mm.h | 252 #define flush_dcache_page(page) __flush_page_to_ram(page_address(page)) argument 255 #define flush_icache_page(vma, page) __flush_page_to_ram(page_address(page)) argument 264 struct page *page, unsigned long vaddr, in copy_to_user_page() 272 struct page *page, unsigned long vaddr, in copy_from_user_page()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | nommu.c | 53 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() 58 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one() 80 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent()
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | cacheflush.h | 28 #define flush_icache_page(vma, page) \ argument 37 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_memfree.c | 61 } page[]; member 109 struct page *page; in mthca_alloc_icm_pages() local 283 struct page *page = NULL; in mthca_table_find() local 439 static u64 mthca_uarc_virt(struct mthca_dev *dev, struct mthca_uar *uar, int page) in mthca_uarc_virt() 572 struct mthca_db_page *page; in mthca_alloc_db() local 667 struct mthca_db_page *page; in mthca_free_db() local
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | pmem.c | 59 struct page *page = pfn_to_page(pfn); in hwpoison_clear() local 100 static void write_pmem(void *pmem_addr, struct page *page, in write_pmem() 118 static blk_status_t read_pmem(struct page *page, unsigned int off, in read_pmem() 141 struct page *page, unsigned int page_off, in pmem_do_read() 157 struct page *page, unsigned int page_off, in pmem_do_write() 235 struct page *page, unsigned int op) in pmem_rw_page()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | cacheflush.h | 140 #define flush_dcache_page(page) do { } while (0) argument 158 #define flush_icache_page(vma,page) do { } while (0) argument 172 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 179 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | task_mmu.c | 148 struct page *page; in seq_print_vma_name() local 461 struct page *page, unsigned long size, unsigned long pss, in smaps_page_accumulate() 489 static void smaps_account(struct mem_size_stats *mss, struct page *page, in smaps_account() 562 struct page *page = NULL; in smaps_pte_entry() local 612 struct page *page = NULL; in smaps_pmd_entry() local 764 struct page *page = NULL; in smaps_hugetlb_range() local 1125 struct page *page; in pte_is_pinned() local 1208 struct page *page; in clear_refs_pte_range() local 1453 struct page *page = NULL; in pte_to_pagemap_entry() local 1506 struct page *page = NULL; in pagemap_pmd_range() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | heartbeat.c | 517 struct page *page; in o2hb_setup_one_bio() local 1500 struct page *page; in o2hb_region_release() local 1536 const char *page, in o2hb_read_block_input() 1562 char *page) in o2hb_region_block_bytes_show() 1568 const char *page, in o2hb_region_block_bytes_store() 1591 char *page) in o2hb_region_start_block_show() 1597 const char *page, in o2hb_region_start_block_store() 1616 static ssize_t o2hb_region_blocks_show(struct config_item *item, char *page) in o2hb_region_blocks_show() 1622 const char *page, in o2hb_region_blocks_store() 1644 static ssize_t o2hb_region_dev_show(struct config_item *item, char *page) in o2hb_region_dev_show() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page-isolation.h | 10 static inline bool is_migrate_isolate_page(struct page *page) in is_migrate_isolate_page() 23 static inline bool is_migrate_isolate_page(struct page *page) in is_migrate_isolate_page()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | page.h | 53 #define NILFS_PAGE_BUG(page, m, a...) \ argument 57 nilfs_page_get_nth_block(struct page *page, unsigned int count) in nilfs_page_get_nth_block()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | cache.c | 83 void __flush_dcache_page(struct page *page) in __flush_dcache_page() 111 void __flush_anon_page(struct page *page, unsigned long vmaddr) in __flush_anon_page() 131 struct page *page; in __update_cache() local
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-srv-sysfs.c | 82 char *page) in read_only_show() 97 char *page) in access_mode_show() 111 struct kobj_attribute *attr, char *page) in mapping_path_show()
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | backend.c | 145 struct page *page = bridge->driver->agp_alloc_page(bridge); in agp_backend_initialize() local 197 struct page *page = bridge->scratch_page_page; in agp_backend_initialize() local 224 struct page *page = bridge->scratch_page_page; in agp_backend_cleanup() local
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | bnode.c | 20 struct page *page; in hfs_bnode_read() local 78 struct page *page; in hfs_bnode_write() local 103 struct page *page; in hfs_bnode_clear() local 134 struct page *page; in hfs_bnode_move() local 255 struct page *page; in __hfs_bnode_create() local
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_spl_loaders.c | 4 unsigned int page, page_offset; in nand_spl_load_image() local 76 int page, read; in nand_spl_read_block() local
|
| /OK3568_Linux_fs/kernel/drivers/virtio/ |
| H A D | virtio_balloon.c | 136 static u32 page_to_balloon_pfn(struct page *page) in page_to_balloon_pfn() 196 __virtio32 pfns[], struct page *page) in set_page_pfns() 215 struct page *page; in fill_balloon() local 223 struct page *page = balloon_page_alloc(); in fill_balloon() local 264 struct page *page, *next; in release_pages_balloon() local 278 struct page *page; in leak_balloon() local 413 struct page *page; in return_free_pages_to_mm() local 624 struct page *page; in get_free_page_and_send() local 754 struct page *newpage, struct page *page, enum migrate_mode mode) in virtballoon_migratepage()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | cacheflush.h | 27 #define flush_icache_page(vma, page) argument 107 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 114 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | rsc_dump.c | 58 static int mlx5_rsc_dump_read_menu_sgmt(struct mlx5_rsc_dump *rsc_dump, struct page *page, in mlx5_rsc_dump_read_menu_sgmt() 96 struct page *page) in mlx5_rsc_dump_trigger() 163 struct page *page, int *size) in mlx5_rsc_dump_next() 188 struct page *page; in mlx5_rsc_dump_menu() local
|