Home
last modified time | relevance | path

Searched defs:page (Results 301 – 325 of 1921) sorted by relevance

1...<<11121314151617181920>>...77

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpage_32.h25 static inline void clear_page(void *page) in clear_page()
37 static inline void clear_page(void *page) in clear_page()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c193 static inline void fix_tail_page_for_writing(struct page *page) in fix_tail_page_for_writing()
2197 struct page *page; in grab_tail_page() local
2269 struct page *page = NULL; in reiserfs_truncate_file() local
2522 static int reiserfs_write_full_page(struct page *page, in reiserfs_write_full_page()
2738 static int reiserfs_readpage(struct file *f, struct page *page) in reiserfs_readpage()
2743 static int reiserfs_writepage(struct page *page, struct writeback_control *wbc) in reiserfs_writepage()
2762 struct page *page; in reiserfs_write_begin() local
2830 int __reiserfs_write_begin(struct page *page, unsigned from, unsigned len) in __reiserfs_write_begin()
2892 struct page *page, void *fsdata) in reiserfs_write_end()
2993 int reiserfs_commit_write(struct file *f, struct page *page, in reiserfs_commit_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1321 int oob_required, int page) in gpmi_ecc_read_page()
1363 uint32_t len, uint8_t *buf, int page) in gpmi_ecc_read_subpage()
1439 int oob_required, int page) in gpmi_ecc_write_page()
1529 static int gpmi_ecc_read_oob(struct nand_chip *chip, int page) in gpmi_ecc_read_oob()
1559 static int gpmi_ecc_write_oob(struct nand_chip *chip, int page) in gpmi_ecc_write_oob()
1589 int oob_required, int page) in gpmi_ecc_read_page_raw()
1674 int oob_required, int page) in gpmi_ecc_write_page_raw()
1744 static int gpmi_ecc_read_oob_raw(struct nand_chip *chip, int page) in gpmi_ecc_read_oob_raw()
1749 static int gpmi_ecc_write_oob_raw(struct nand_chip *chip, int page) in gpmi_ecc_write_oob_raw()
1760 int column, page, chipnr; in gpmi_block_markbad() local
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Diommu.c183 static dma_addr_t __sbus_iommu_map_page(struct device *dev, struct page *page, in __sbus_iommu_map_page()
234 struct page *page, unsigned long offset, size_t len, in sbus_iommu_map_page_gflush()
242 struct page *page, unsigned long offset, size_t len, in sbus_iommu_map_page_pflush()
316 unsigned long va, addr, page, end, ret; in sbus_iommu_alloc() local
399 struct page *page = virt_to_page(cpu_addr); in sbus_iommu_free() local
H A Dsrmmu.c352 struct page *page; in pte_alloc_one() local
369 struct page *page; in pte_free() local
1255 static void turbosparc_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_cache_page()
1266 static void turbosparc_flush_page_to_ram(unsigned long page) in turbosparc_flush_page_to_ram()
1281 static void turbosparc_flush_page_for_dma(unsigned long page) in turbosparc_flush_page_for_dma()
1305 static void turbosparc_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_tlb_page()
1639 static void smp_flush_page_for_dma(unsigned long page) in smp_flush_page_for_dma()
1719 static void smp_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_cache_page()
1734 static void smp_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_tlb_page()
1749 static void smp_flush_page_to_ram(unsigned long page) in smp_flush_page_to_ram()
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dali-agp.c146 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()
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpage.h39 #define clear_page(page) memset((page), 0, PAGE_SIZE) argument
42 #define clear_user_page(page, vaddr, pg) clear_page(page) argument
81 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) argument
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dverity.c49 struct page *page; in pagecache_read() local
83 struct page *page; in pagecache_write() local
264 struct page *page; in f2fs_read_merkle_tree_page() local
H A Ddir.c464 struct page **page) in f2fs_inode_by_name()
479 struct page *page, struct inode *inode) in f2fs_set_link()
544 struct inode *parent, struct page *page) in make_empty_dir()
570 struct page *page; in f2fs_init_inode_metadata() local
720 struct page *page = NULL; in f2fs_add_regular_entry() local
828 struct page *page = NULL; in f2fs_do_add_link() local
861 struct page *page; in f2fs_do_tmpfile() local
906 void f2fs_delete_entry(struct f2fs_dir_entry *dentry, struct page *page, in f2fs_delete_entry()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Ddma.c16 struct page *page = pfn_to_page(paddr >> PAGE_SHIFT); in cache_op() local
79 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dmteswap.c23 int mte_save_tags(struct page *page) in mte_save_tags()
49 bool mte_restore_tags(swp_entry_t entry, struct page *page) in mte_restore_tags()
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dpgtable-32.c16 void pgd_init(unsigned long page) in pgd_init()
34 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd()
/OK3568_Linux_fs/kernel/mm/
H A Dvmscan.c753 static inline int is_page_cache_freeable(struct page *page) in is_page_cache_freeable()
788 struct page *page, int error) in handle_write_error()
812 static pageout_t pageout(struct page *page, struct address_space *mapping) in pageout()
886 static int __remove_mapping(struct address_space *mapping, struct page *page, in __remove_mapping()
982 int remove_mapping(struct address_space *mapping, struct page *page) in remove_mapping()
1005 void putback_lru_page(struct page *page) in putback_lru_page()
1018 static enum page_references page_check_references(struct page *page, in page_check_references()
1089 static void page_check_dirty_writeback(struct page *page, in page_check_dirty_writeback()
1137 struct page *page; in shrink_page_list() local
1558 struct page *page, *next; in reclaim_clean_pages_from_list() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm_types.h71 struct page { struct
85 * by the page owner. argument
184 * If the page can be mapped to userspace, encodes the number argument
219 * WANT_PAGE_VIRTUAL in asm/page.h argument
231 static inline atomic_t *compound_mapcount_ptr(struct page *page) in compound_mapcount_ptr()
236 static inline atomic_t *compound_pincount_ptr(struct page *page) in compound_pincount_ptr()
249 #define page_private(page) ((page)->private) argument
251 static inline void set_page_private(struct page *page, unsigned long private) in set_page_private()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsvm.c90 static bool is_dtl_page_shared(struct page *page) in is_dtl_page_shared()
104 struct page *page = pfn_to_page(pfn); in dtl_cache_ctor() local
/OK3568_Linux_fs/kernel/include/xen/
H A Dpage.h20 #define page_to_xen_pfn(page) \ argument
31 static inline unsigned long xen_page_to_gfn(struct page *page) in xen_page_to_gfn()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dpci-dma.c29 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()
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Ddma-mapping.c18 struct page *page = phys_to_page(paddr); in cache_op() local
54 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c685 static u16 sunxi_nfc_randomizer_state(struct mtd_info *mtd, int page, bool ecc) in sunxi_nfc_randomizer_state()
704 int page, bool ecc) in sunxi_nfc_randomizer_config()
744 static void sunxi_nfc_randomize_bbm(struct mtd_info *mtd, int page, u8 *bbm) in sunxi_nfc_randomize_bbm()
754 bool ecc, int page) in sunxi_nfc_randomizer_write_buf()
763 int len, bool ecc, int page) in sunxi_nfc_randomizer_read_buf()
811 bool bbm, int page) in sunxi_nfc_hw_ecc_read_chunk()
906 bool randomize, int page) in sunxi_nfc_hw_ecc_read_extra_oob()
938 int page) in sunxi_nfc_hw_ecc_write_chunk()
987 int page) in sunxi_nfc_hw_ecc_write_extra_oob()
1008 int oob_required, int page) in sunxi_nfc_hw_ecc_read_page()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c85 struct xendispl_event_page *page = evtchnl->u.evt.page; in evtchnl_interrupt_evt() local
126 unsigned long page = 0; in evtchnl_free() local
161 unsigned long page; in evtchnl_alloc() local
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpage.h53 #define clear_user_page(pgaddr, vaddr, page) memset((pgaddr), 0, PAGE_SIZE) argument
125 #define page_to_virt(page) (pfn_to_virt(page_to_pfn(page))) argument
127 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) argument
128 #define page_to_bus(page) (page_to_phys(page)) argument
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dmem-reservation.c36 struct page *page = pages[i]; in __xenmem_reservation_va_mapping_update() local
69 struct page *page = pages[i]; in __xenmem_reservation_va_mapping_reset() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A Dv3d_mmu.c91 u32 page = bo->node.start; in v3d_mmu_insert_ptes() local
118 u32 page; in v3d_mmu_remove_ptes() local
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dhighmem.c34 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot) in kmap_atomic_high_prot()
105 struct page *page = pfn_to_page(pfn); in kmap_atomic_pfn() local
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgalloc.h26 #define pmd_populate(mm, pmdp, page) \ argument
57 struct page *page; in pte_alloc_one() local

1...<<11121314151617181920>>...77