/openbmc/linux/arch/xtensa/kernel/ |
H A D | pci-dma.c | 29 struct page *page = pfn_to_page(pfn); in do_cache_op() local 83 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
|
/openbmc/linux/include/asm-generic/ |
H A D | memory_model.h | 19 #define __page_to_pfn(page) ((unsigned long)((page) - mem_map) + \ argument 38 #define __page_to_pfn(page) (unsigned long)((page) - vmemmap) argument
|
/openbmc/linux/arch/csky/mm/ |
H A D | dma-mapping.c | 17 struct page *page = phys_to_page(paddr); in cache_op() local 53 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
|
/openbmc/linux/drivers/xen/ |
H A D | grant-table.c | 495 struct page *page; member 555 static void gnttab_add_deferred(grant_ref_t ref, struct page *page) in gnttab_add_deferred() 605 void gnttab_end_foreign_access(grant_ref_t ref, struct page *page) in gnttab_end_foreign_access() 920 struct page *page; in cache_deq() local 928 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq() 946 struct page *page; in cache_deq() local 968 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page) in gnttab_page_cache_get() 988 void gnttab_page_cache_put(struct gnttab_page_cache *cache, struct page **page, in gnttab_page_cache_put() 1006 struct page *page[10]; in gnttab_page_cache_shrink() local 1088 struct page *page = pfn_to_page(pfn); in gnttab_dma_alloc_pages() local [all …]
|
H A D | mem-reservation.c | 36 struct page *page = pages[i]; in __xenmem_reservation_va_mapping_update() local 64 struct page *page = pages[i]; in __xenmem_reservation_va_mapping_reset() local
|
/openbmc/linux/drivers/char/agp/ |
H A D | ali-agp.c | 146 struct page *page = agp_generic_alloc_page(agp_bridge); in m1541_alloc_page() local 159 static void ali_destroy_page(struct page *page, int flags) in ali_destroy_page() 170 static void m1541_destroy_page(struct page *page, int flags) in m1541_destroy_page()
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | fsp-3y.c | 39 int page; member 106 static int fsp3y_read_byte_data(struct i2c_client *client, int page, int reg) in fsp3y_read_byte_data() 125 static int fsp3y_read_word_data(struct i2c_client *client, int page, int phase, int reg) in fsp3y_read_word_data()
|
H A D | zl6100.c | 135 static int zl6100_read_word_data(struct i2c_client *client, int page, in zl6100_read_word_data() 195 static int zl6100_read_byte_data(struct i2c_client *client, int page, int reg) in zl6100_read_byte_data() 233 static int zl6100_write_word_data(struct i2c_client *client, int page, int reg, in zl6100_write_word_data() 275 static int zl6100_write_byte(struct i2c_client *client, int page, u8 value) in zl6100_write_byte()
|
/openbmc/linux/fs/f2fs/ |
H A D | verity.c | 49 struct page *page; in pagecache_read() local 83 struct page *page; in pagecache_write() local 261 struct page *page; in f2fs_read_merkle_tree_page() local
|
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_mmu.c | 91 u32 page = bo->node.start; in v3d_mmu_insert_ptes() local 118 u32 page; in v3d_mmu_remove_ptes() local
|
/openbmc/linux/mm/ |
H A D | page_ext.c | 155 static struct page_ext *lookup_page_ext(const struct page *page) in lookup_page_ext() 234 static struct page_ext *lookup_page_ext(const struct page *page) in lookup_page_ext() 309 struct page *page = virt_to_page(addr); in free_page_ext() local 504 struct page_ext *page_ext_get(struct page *page) in page_ext_get()
|
H A D | debug_vm_pgtable.c | 107 struct page *page; in pte_advanced_tests() local 205 struct page *page; in pmd_advanced_tests() local 327 struct page *page; in pud_advanced_tests() local 600 struct page *page; in pte_clear_tests() local 871 struct page *page; in swap_migration_tests() local 912 struct page *page; in hugetlb_basic_tests() local 1008 struct page *page = NULL; in destroy_args() local 1078 struct page *page = NULL; in debug_vm_pgtable_alloc_huge_page() local 1175 struct page *page = NULL; in init_args() local
|
/openbmc/linux/block/ |
H A D | bio.c | 906 static bool bvec_try_merge_page(struct bio_vec *bv, struct page *page, in bvec_try_merge_page() 938 struct page *page, unsigned len, unsigned offset, in bvec_try_merge_hw_page() 966 struct page *page, unsigned int len, unsigned int offset, in bio_add_hw_page() 1018 struct page *page, unsigned int len, unsigned int offset) in bio_add_pc_page() 1042 int bio_add_zone_append_page(struct bio *bio, struct page *page, in bio_add_zone_append_page() 1069 void __bio_add_page(struct bio *bio, struct page *page, in __bio_add_page() 1091 int bio_add_page(struct bio *bio, struct page *page, in bio_add_page() 1151 struct page *page; in __bio_release_pages() local 1189 static int bio_iov_add_page(struct bio *bio, struct page *page, in bio_iov_add_page() 1209 static int bio_iov_add_zone_append_page(struct bio *bio, struct page *page, in bio_iov_add_zone_append_page() [all …]
|
/openbmc/linux/lib/ |
H A D | test_hmm.c | 48 #define BACKING_PAGE(page) (is_device_private_page((page)) ? \ argument 196 static struct dmirror_chunk *dmirror_page_to_chunk(struct page *page) in dmirror_page_to_chunk() 201 static struct dmirror_device *dmirror_page_to_device(struct page *page) in dmirror_page_to_device() 215 struct page *page; in dmirror_do_fault() local 370 struct page *page; in dmirror_do_read() local 436 struct page *page; in dmirror_do_write() local 575 struct page *page = pfn_to_page(pfn); in dmirror_allocate_chunk() local 1042 struct page *page; in dmirror_mkentry() local 1261 struct page *page; in dmirror_remove_free_pages() local 1375 struct page *page; in dmirror_fops_mmap() local [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | debug.c | 78 u32 page = debugfs_priv->cb_data; in rtl_debug_get_mac_page() local 92 #define RTL_DEBUG_IMPL_MAC_SERIES(page, addr) \ argument 120 u32 page = debugfs_priv->cb_data; in rtl_debug_get_bb_page() local 134 #define RTL_DEBUG_IMPL_BB_SERIES(page, addr) \ argument 181 #define RTL_DEBUG_IMPL_RF_SERIES(page, addr) \ argument 236 #define RTL_DEBUG_IMPL_CAM_SERIES(page, addr) \ argument
|
/openbmc/linux/drivers/vdpa/vdpa_user/ |
H A D | iova_domain.c | 141 struct page *page; in do_bounce() local 195 struct page *page = NULL; in vduse_domain_get_coherent_page() local 214 struct page *page = NULL; in vduse_domain_get_bounce_page() local 297 struct page *page = NULL; in vduse_domain_remove_user_bounce_pages() local 377 struct page *page, unsigned long offset, in vduse_domain_map_page() 489 struct page *page; in vduse_domain_mmap_fault() local
|
/openbmc/linux/net/core/ |
H A D | xdp.c | 376 struct page *page; in __xdp_return() local 416 struct page *page = skb_frag_page(&sinfo->frags[i]); in xdp_return_frame() local 435 struct page *page = skb_frag_page(&sinfo->frags[i]); in xdp_return_frame_rx_napi() local 521 struct page *page = skb_frag_page(&sinfo->frags[i]); in xdp_return_buff() local 545 struct page *page; in xdp_convert_zc_to_xdp_frame() local 671 struct page *page; in xdpf_clone() local
|
/openbmc/linux/include/linux/ |
H A D | huge_mm.h | 164 static inline int split_huge_page(struct page *page) in split_huge_page() 249 static inline bool is_huge_zero_page(struct page *page) in is_huge_zero_page() 267 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot)) argument 313 split_huge_page_to_list(struct page *page, struct list_head *list) in split_huge_page_to_list() 317 static inline int split_huge_page(struct page *page) in split_huge_page() 372 static inline bool is_huge_zero_page(struct page *page) in is_huge_zero_page()
|
H A D | rmap.h | 211 static inline void __page_dup_rmap(struct page *page, bool compound) in __page_dup_rmap() 223 static inline void page_dup_file_rmap(struct page *page, bool compound) in page_dup_file_rmap() 245 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() 296 static inline int page_try_share_anon_rmap(struct page *page) in page_try_share_anon_rmap() 501 static inline int page_mkclean(struct page *page) in page_mkclean()
|
/openbmc/linux/fs/ntfs/ |
H A D | index.c | 52 struct page *page = ictx->page; in ntfs_index_ctx_put() local 120 struct page *page; in ntfs_index_lookup() local
|
/openbmc/linux/arch/arm64/mm/ |
H A D | flush.c | 44 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 77 void flush_dcache_page(struct page *page) in flush_dcache_page()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | iommu.c | 184 static dma_addr_t __sbus_iommu_map_page(struct device *dev, struct page *page, in __sbus_iommu_map_page() 235 struct page *page, unsigned long offset, size_t len, in sbus_iommu_map_page_gflush() 243 struct page *page, unsigned long offset, size_t len, in sbus_iommu_map_page_pflush() 317 unsigned long va, addr, page, end, ret; in sbus_iommu_alloc() local 400 struct page *page = virt_to_page(cpu_addr); in sbus_iommu_free() local
|
/openbmc/linux/fs/proc/ |
H A D | task_mmu.c | 528 struct page *page = NULL; in smaps_pte_entry() local 575 struct page *page = NULL; in smaps_pmd_entry() local 726 struct page *page = NULL; in smaps_hugetlb_range() local 1086 struct page *page; in pte_is_pinned() local 1169 struct page *page; in clear_refs_pte_range() local 1413 struct page *page = NULL; in pte_to_pagemap_entry() local 1476 struct page *page = NULL; in pagemap_pmd_range() local 1824 struct page *page; in can_gather_numa_stats() local 1849 struct page *page; in can_gather_numa_stats_pmd() local 1882 struct page *page; in gather_pte_stats() local [all …]
|
/openbmc/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 183 struct page *page = virt_to_page(ptr); in xen_page_pinned() local 469 struct page *page = virt_to_page(pgd_page); in xen_get_user_pgd() local 554 void (*func)(struct mm_struct *mm, struct page *, in xen_pmd_walk() 568 void (*func)(struct mm_struct *mm, struct page *, in xen_pud_walk() 589 void (*func)(struct mm_struct *mm, struct page *, in xen_p4d_walk() 656 void (*func)(struct mm_struct *mm, struct page *, in xen_pgd_walk() 783 struct page *page; in xen_mm_pin_all() local 889 struct page *page; in xen_mm_unpin_all() local 1405 struct page *page = virt_to_page(pgd); in xen_pgd_alloc() local 1545 struct page *page = pfn_to_page(pfn); in xen_alloc_ptpage() local [all …]
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | ee1004.c | 49 int page; member 87 static int ee1004_set_current_page(struct ee1004_bus *bus, int page) in ee1004_set_current_page() 113 int status, page; in ee1004_eeprom_read() local
|