Home
last modified time | relevance | path

Searched defs:mapping (Results 151 – 175 of 475) sorted by relevance

12345678910>>...19

/Linux-v5.15/drivers/gpu/drm/exynos/
Dexynos_drm_dma.c111 void *mapping; in exynos_drm_register_dma() local
/Linux-v5.15/drivers/scsi/
Dscsicam.c36 struct address_space *mapping = bdev_whole(dev)->bd_inode->i_mapping; in scsi_bios_ptable() local
/Linux-v5.15/mm/
Dutil.c659 unsigned long mapping; in __page_rmapping() local
699 unsigned long mapping; in page_anon_vma() local
710 struct address_space *mapping; in page_mapping() local
Dfadvise.c35 struct address_space *mapping; in generic_fadvise() local
Dballoon_compaction.c233 int balloon_page_migrate(struct address_space *mapping, in balloon_page_migrate()
Dmemfd.c66 static int memfd_wait_for_pins(struct address_space *mapping) in memfd_wait_for_pins()
/Linux-v5.15/drivers/net/ethernet/
Dlantiq_xrx200.c158 dma_addr_t mapping; in xrx200_alloc_skb() local
296 dma_addr_t mapping; in xrx200_start_xmit() local
/Linux-v5.15/arch/arm/include/asm/
Dcacheflush.h316 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&mapping->i_pages) argument
317 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages) argument
/Linux-v5.15/fs/
Dmpage.c483 struct address_space *mapping = page->mapping; in __mpage_writepage() local
694 mpage_writepages(struct address_space *mapping, in mpage_writepages()
/Linux-v5.15/fs/nfs/
Dfscache.h144 struct address_space *mapping, in nfs_readpages_from_fscache()
223 struct address_space *mapping, in nfs_readpages_from_fscache()
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c423 dma_addr_t mapping; in rtl8723be_tx_fill_desc() local
596 dma_addr_t mapping = dma_map_single(&rtlpci->pdev->dev, skb->data, in rtl8723be_tx_fill_cmddesc() local
/Linux-v5.15/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c30 dma_addr_t mapping; in qede_alloc_rx_buffer() local
245 dma_addr_t mapping; in map_frag_to_bd() local
347 dma_addr_t mapping; in qede_xdp_transmit() local
1486 dma_addr_t mapping; in qede_start_xmit() local
/Linux-v5.15/drivers/iommu/
Dvirtio-iommu.c317 struct viommu_mapping *mapping; in viommu_add_mapping() local
351 struct viommu_mapping *mapping = NULL; in viommu_del_mappings() local
390 struct viommu_mapping *mapping; in viommu_replay_mappings() local
788 struct viommu_mapping *mapping; in viommu_iova_to_phys() local
/Linux-v5.15/drivers/misc/cxl/
Dcontext.c119 struct address_space *mapping) in cxl_context_set_mapping()
/Linux-v5.15/drivers/gpu/drm/amd/display/include/
Dgrph_object_ctrl_defs.h241 struct mapping { struct
242 uint8_t lane0:2; /* Mapping for lane 0 */
243 uint8_t lane1:2; /* Mapping for lane 1 */
244 uint8_t lane2:2; /* Mapping for lane 2 */
245 uint8_t lane3:2; /* Mapping for lane 3 */
246 } mapping; member
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.c497 dma_addr_t mapping; in rtl88ee_tx_fill_desc() local
680 dma_addr_t mapping = dma_map_single(&rtlpci->pdev->dev, skb->data, in rtl88ee_tx_fill_cmddesc() local
/Linux-v5.15/fs/fuse/
Dfile.c888 struct address_space *mapping = NULL; in fuse_readpages_end() local
1143 struct address_space *mapping, in fuse_fill_write_pages()
1226 struct address_space *mapping, in fuse_perform_write()
1283 struct address_space *mapping = file->f_mapping; in fuse_cache_write_iter() local
1894 struct address_space *mapping = page->mapping; in fuse_writepage_locked() local
2214 static int fuse_writepages(struct address_space *mapping, in fuse_writepages()
2254 static int fuse_write_begin(struct file *file, struct address_space *mapping, in fuse_write_begin()
2299 static int fuse_write_end(struct file *file, struct address_space *mapping, in fuse_write_end()
2564 static sector_t fuse_bmap(struct address_space *mapping, sector_t block) in fuse_bmap()
/Linux-v5.15/drivers/mfd/
Dhtc-pasic3.c22 void __iomem *mapping; member
/Linux-v5.15/arch/mips/mm/
Dcache.c87 struct address_space *mapping = page_mapping_file(page); in __flush_dcache_page() local
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_device.c200 struct device *dev, struct address_space *mapping, in ttm_device_init()
/Linux-v5.15/fs/ext4/
Dinline.c529 static int ext4_convert_inline_data_to_extent(struct address_space *mapping, in ext4_convert_inline_data_to_extent()
649 int ext4_try_to_write_inline_data(struct address_space *mapping, in ext4_try_to_write_inline_data()
849 static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping, in ext4_da_convert_inline_data_to_extent()
907 int ext4_da_write_inline_data_begin(struct address_space *mapping, in ext4_da_write_inline_data_begin()
/Linux-v5.15/fs/f2fs/
Dcheckpoint.c42 struct address_space *mapping = META_MAPPING(sbi); in f2fs_grab_meta_page() local
59 struct address_space *mapping = META_MAPPING(sbi); in __get_meta_page() local
338 static int f2fs_write_meta_pages(struct address_space *mapping, in f2fs_write_meta_pages()
373 struct address_space *mapping = META_MAPPING(sbi); in f2fs_sync_meta_pages() local
/Linux-v5.15/fs/hostfs/
Dhostfs_kern.c403 struct address_space *mapping = page->mapping; in hostfs_writepage() local
464 static int hostfs_write_begin(struct file *file, struct address_space *mapping, in hostfs_write_begin()
476 static int hostfs_write_end(struct file *file, struct address_space *mapping, in hostfs_write_end()
/Linux-v5.15/arch/x86/kernel/
Djailhouse.c204 void *mapping; in jailhouse_init_platform() local
/Linux-v5.15/fs/efs/
Dinode.c21 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) in _efs_bmap()

12345678910>>...19