Home
last modified time | relevance | path

Searched defs:page (Results 151 – 175 of 1252) sorted by relevance

12345678910>>...51

/linux/mm/
H A Ddebug_page_alloc.c35 bool __set_page_guard(struct zone *zone, struct page *page, unsigned int order) in __set_page_guard()
47 void __clear_page_guard(struct zone *zone, struct page *page, unsigned int order) in __clear_page_guard()
H A Ddebug_vm_pgtable.c109 struct page *page; in pte_advanced_tests() local
207 struct page *page; in pmd_advanced_tests() local
329 struct page *page; in pud_advanced_tests() local
594 struct page *page; in pte_clear_tests() local
821 struct page *page; in swap_migration_tests() local
951 struct page *page = NULL; in destroy_args() local
1026 struct page *page = NULL; in debug_vm_pgtable_alloc_huge_page() local
1124 struct page *page = NULL; in init_args() local
H A Dinternal.h509 static inline void set_page_refcounted(struct page *page) in set_page_refcounted()
616 static inline unsigned int buddy_order(struct page *page) in buddy_order()
633 #define buddy_order_unsafe(page) READ_ONCE(page_private(page)) argument
648 static inline bool page_is_buddy(struct page *page, struct page *buddy, in page_is_buddy()
706 static inline struct page *find_buddy_page_pfn(struct page *page, in find_buddy_page_pfn()
782 static inline struct folio *page_rmappable_folio(struct page *page) in page_rmappable_folio()
791 static inline void prep_compound_head(struct page *page, unsigned int order) in prep_compound_head()
916 struct page *page; member
941 static inline void init_cma_pageblock(struct page *page) in init_cma_pageblock()
1476 unsigned int flags, struct page *page) in gup_must_unshare()
[all …]
/linux/arch/sparc/include/asm/
H A Dcacheflush_32.h20 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
25 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
43 static inline void flush_dcache_page(struct page *page) in flush_dcache_page()
/linux/arch/sparc/mm/
H A Diommu.c184 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
H A Dsrmmu.c346 struct page *page; in pte_alloc_one() local
364 struct page *page; in pte_free() local
1246 static void turbosparc_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_cache_page()
1257 static void turbosparc_flush_page_to_ram(unsigned long page) in turbosparc_flush_page_to_ram()
1272 static void turbosparc_flush_page_for_dma(unsigned long page) in turbosparc_flush_page_for_dma()
1296 static void turbosparc_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_tlb_page()
1630 static void smp_flush_page_for_dma(unsigned long page) in smp_flush_page_for_dma()
1703 static void smp_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_cache_page()
1714 static void smp_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_tlb_page()
1725 static void smp_flush_page_to_ram(unsigned long page) in smp_flush_page_to_ram()
/linux/mm/kasan/
H A Dcommon.c118 bool __kasan_unpoison_pages(struct page *page, unsigned int order, bool init) in __kasan_unpoison_pages()
138 void __kasan_poison_pages(struct page *page, unsigned int order, bool init) in __kasan_poison_pages()
147 struct page *page = slab_page(slab); in __kasan_poison_slab() local
480 bool __kasan_mempool_poison_pages(struct page *page, unsigned int order, in __kasan_mempool_poison_pages()
503 void __kasan_mempool_unpoison_pages(struct page *page, unsigned int order, in __kasan_mempool_unpoison_pages()
/linux/arch/sh/include/asm/
H A Dtlbflush.h41 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) argument
42 #define flush_tlb_one(asid, page) local_flush_tlb_one(asid, page) argument
/linux/drivers/hwmon/pmbus/
H A Ddelta-ahe50dc-fan.c17 static int ahe50dc_fan_write_byte(struct i2c_client *client, int page, u8 value) in ahe50dc_fan_write_byte()
32 static int ahe50dc_fan_read_word_data(struct i2c_client *client, int page, int phase, int reg) in ahe50dc_fan_read_word_data()
H A Dfsp-3y.c39 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 Dmax16064.c18 static int max16064_read_word_data(struct i2c_client *client, int page, in max16064_read_word_data()
43 static int max16064_write_word_data(struct i2c_client *client, int page, in max16064_write_word_data()
/linux/drivers/block/zram/
H A Dzram_drv.c346 unsigned long *page; in page_same_filled() local
725 static void read_from_bdev_async(struct zram *zram, struct page *page, in read_from_bdev_async()
740 struct page *page = NULL; in zram_writeback_slots() local
1057 struct page *page; member
1078 static int read_from_bdev_sync(struct zram *zram, struct page *page, in read_from_bdev_sync()
1095 static int read_from_bdev(struct zram *zram, struct page *page, in read_from_bdev()
1109 static int read_from_bdev(struct zram *zram, struct page *page, in read_from_bdev()
1672 static int read_same_filled_page(struct zram *zram, struct page *page, in read_same_filled_page()
1683 static int read_incompressible_page(struct zram *zram, struct page *page, in read_incompressible_page()
1699 static int read_compressed_page(struct zram *zram, struct page *page, u32 index) in read_compressed_page()
[all …]
/linux/tools/testing/radix-tree/
H A Dregression2.c63 struct page { struct
67 static struct page *page_alloc(void) in page_alloc() argument
/linux/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()
/linux/tools/testing/memblock/
H A Dinternal.h16 struct page {}; struct
18 void memblock_free_pages(struct page *page, unsigned long pfn, in memblock_free_pages()
/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c174 static ssize_t pci_epc_start_store(struct config_item *item, const char *page, in pci_epc_start_store()
207 static ssize_t pci_epc_start_show(struct config_item *item, char *page) in pci_epc_start_show()
380 const char *page, size_t len) in pci_epf_msi_interrupts_store()
393 char *page) in pci_epf_msi_interrupts_show()
400 const char *page, size_t len) in pci_epf_msix_interrupts_store()
413 char *page) in pci_epf_msix_interrupts_show()
/linux/arch/alpha/include/asm/
H A Dcacheflush.h38 flush_icache_user_page(struct vm_area_struct *vma, struct page *page, in flush_icache_user_page()
61 struct page *page, unsigned int nr) in flush_icache_pages()
/linux/drivers/net/dsa/
H A Dbcm_sf2.c1085 #define SF2_PAGE_REG_MKADDR(page, reg) ((page) << 10 | (reg) << 2) argument
1087 static int bcm_sf2_core_read8(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_read8()
1097 static int bcm_sf2_core_read16(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_read16()
1107 static int bcm_sf2_core_read32(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_read32()
1117 static int bcm_sf2_core_read64(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_read64()
1127 static int bcm_sf2_core_write8(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_write8()
1137 static int bcm_sf2_core_write16(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_write16()
1147 static int bcm_sf2_core_write32(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_write32()
1157 static int bcm_sf2_core_write64(struct b53_device *dev, u8 page, u8 reg, in bcm_sf2_core_write64()
/linux/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 void *page = NULL; in evtchnl_free() local
160 void *page; in evtchnl_alloc() local
/linux/mm/kmsan/
H A Dinit.c116 bool kmsan_memblock_free_pages(struct page *page, unsigned int order) in kmsan_memblock_free_pages()
170 struct page *page, *shadow, *origin; in do_collection() local
187 struct page *page; in collect_split() local
/linux/arch/arm/include/asm/
H A Dhighmem.h51 static inline void *arch_kmap_local_high_get(struct page *page) in arch_kmap_local_high_get()
60 static inline void *kmap_high_get(struct page *page) in kmap_high_get()
/linux/drivers/mtd/nand/raw/
H A Dvf610_nfc.c509 uint8_t *oob, int page) in vf610_nfc_correct_data()
537 static void vf610_nfc_fill_row(struct nand_chip *chip, int page, u32 *code, in vf610_nfc_fill_row()
550 int oob_required, int page) in vf610_nfc_read_page()
598 int oob_required, int page) in vf610_nfc_write_page()
642 int oob_required, int page) in vf610_nfc_read_page_raw()
655 int oob_required, int page) in vf610_nfc_write_page_raw()
674 static int vf610_nfc_read_oob(struct nand_chip *chip, int page) in vf610_nfc_read_oob()
686 static int vf610_nfc_write_oob(struct nand_chip *chip, int page) in vf610_nfc_write_oob()
/linux/fs/ceph/
H A Dcrypto.c479 struct page *page, unsigned int len, in ceph_fscrypt_decrypt_block_inplace()
490 struct page *page, unsigned int len, in ceph_fscrypt_encrypt_block_inplace()
515 int ceph_fscrypt_decrypt_pages(struct inode *inode, struct page **page, in ceph_fscrypt_decrypt_pages()
560 int ceph_fscrypt_decrypt_extents(struct inode *inode, struct page **page, in ceph_fscrypt_decrypt_extents()
623 int ceph_fscrypt_encrypt_pages(struct inode *inode, struct page **page, u64 off, in ceph_fscrypt_encrypt_pages()
/linux/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()
/linux/arch/csky/mm/
H A Ddma-mapping.c17 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()

12345678910>>...51