/linux-4.4.14/arch/alpha/kernel/ |
H A D | core_titan.c | 580 struct pci_iommu_arena *arena; global() member in struct:titan_agp_aperture
|
H A D | core_cia.c | 352 struct pci_iommu_arena *arena = pci_isa_hose->sg_isa; verify_tb_operation() local
|
H A D | core_marvel.c | 894 struct pci_iommu_arena *arena; global() member in struct:marvel_agp_aperture
|
H A D | pci_iommu.c | 62 struct pci_iommu_arena *arena; iommu_arena_new_node() local 121 iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena, long n, long mask) iommu_arena_find_pages() argument 179 iommu_arena_alloc(struct device *dev, struct pci_iommu_arena *arena, long n, unsigned int align) iommu_arena_alloc() argument 211 iommu_arena_free(struct pci_iommu_arena *arena, long ofs, long n) iommu_arena_free() argument 256 struct pci_iommu_arena *arena; pci_map_single_1() local 377 struct pci_iommu_arena *arena; alpha_pci_unmap_page() local 554 sg_fill(struct device *dev, struct scatterlist *leader, struct scatterlist *end, struct scatterlist *out, struct pci_iommu_arena *arena, dma_addr_t max_dma, int dac_allowed) sg_fill() argument 659 struct pci_iommu_arena *arena; alpha_pci_map_sg() local 737 struct pci_iommu_arena *arena; alpha_pci_unmap_sg() local 813 struct pci_iommu_arena *arena; alpha_pci_supported() local 844 iommu_reserve(struct pci_iommu_arena *arena, long pg_count, long align_mask) iommu_reserve() argument 875 iommu_release(struct pci_iommu_arena *arena, long pg_start, long pg_count) iommu_release() argument 894 iommu_bind(struct pci_iommu_arena *arena, long pg_start, long pg_count, struct page **pages) iommu_bind() argument 923 iommu_unbind(struct pci_iommu_arena *arena, long pg_start, long pg_count) iommu_unbind() argument
|
/linux-4.4.14/drivers/nvdimm/ |
H A D | btt.c | 36 static int arena_read_bytes(struct arena_info *arena, resource_size_t offset, arena_read_bytes() argument 47 static int arena_write_bytes(struct arena_info *arena, resource_size_t offset, arena_write_bytes() argument 58 static int btt_info_write(struct arena_info *arena, struct btt_sb *super) btt_info_write() argument 71 static int btt_info_read(struct arena_info *arena, struct btt_sb *super) btt_info_read() argument 84 static int __btt_map_write(struct arena_info *arena, u32 lba, __le32 mapping) __btt_map_write() argument 92 static int btt_map_write(struct arena_info *arena, u32 lba, u32 mapping, btt_map_write() argument 135 static int btt_map_read(struct arena_info *arena, u32 lba, u32 *mapping, btt_map_read() argument 188 static int btt_log_read_pair(struct arena_info *arena, u32 lane, btt_log_read_pair() argument 239 struct arena_info *arena; btt_debugfs_init() local 295 static struct device *to_dev(struct arena_info *arena) to_dev() argument 306 static int btt_log_read(struct arena_info *arena, u32 lane, btt_log_read() argument 339 static int __btt_log_write(struct arena_info *arena, u32 lane, __btt_log_write() argument 364 static int btt_flog_write(struct arena_info *arena, u32 lane, u32 sub, btt_flog_write() argument 386 static int btt_map_init(struct arena_info *arena) btt_map_init() argument 420 static int btt_log_init(struct arena_info *arena) btt_log_init() argument 444 static int btt_freelist_init(struct arena_info *arena) btt_freelist_init() argument 495 static int btt_rtt_init(struct arena_info *arena) btt_rtt_init() argument 504 static int btt_maplocks_init(struct arena_info *arena) btt_maplocks_init() argument 522 struct arena_info *arena; alloc_arena() local 573 struct arena_info *arena, *next; free_arenas() local 589 static void parse_arena_meta(struct arena_info *arena, struct btt_sb *super, parse_arena_meta() argument 618 struct arena_info *arena; discover_arenas() local 701 struct arena_info *arena; create_arenas() local 731 static int btt_arena_write_layout(struct arena_info *arena) btt_arena_write_layout() argument 790 struct arena_info *arena; btt_meta_init() local 868 static u64 to_namespace_offset(struct arena_info *arena, u64 lba) to_namespace_offset() argument 873 static int btt_data_read(struct arena_info *arena, struct page *page, btt_data_read() argument 886 static int btt_data_write(struct arena_info *arena, u32 lba, btt_data_write() argument 967 struct arena_info *arena = NULL; btt_read_pg() local 1053 struct arena_info *arena = NULL; btt_write_pg() local 830 lba_to_arena(struct btt *btt, sector_t sector, __u32 *premap, struct arena_info **arena) lba_to_arena() argument 908 btt_rw_integrity(struct btt *btt, struct bio_integrity_payload *bip, struct arena_info *arena, u32 postmap, int rw) btt_rw_integrity() argument 954 btt_rw_integrity(struct btt *btt, struct bio_integrity_payload *bip, struct arena_info *arena, u32 postmap, int rw) btt_rw_integrity() argument
|