/linux/drivers/nvdimm/ |
H A D | btt.c | 29 static struct device *to_dev(struct arena_info *arena) in to_dev() 39 static int arena_read_bytes(struct arena_info *arena, resource_size_t offset, in arena_read_bytes() 50 static int arena_write_bytes(struct arena_info *arena, resource_size_t offset, in arena_write_bytes() 61 static int btt_info_write(struct arena_info *arena, struct btt_sb *super) in btt_info_write() 84 static int btt_info_read(struct arena_info *arena, struct btt_sb *super) in btt_info_read() 96 static int __btt_map_write(struct arena_info *arena, u32 lba, __le32 mapping, in __btt_map_write() 108 static int btt_map_write(struct arena_info *arena, u32 lba, u32 mapping, in btt_map_write() 152 static int btt_map_read(struct arena_info *arena, u32 lba, u32 *mapping, in btt_map_read() 208 static int btt_log_group_read(struct arena_info *arena, u32 lane, in btt_log_group_read() 260 struct arena_info *arena; in btt_debugfs_init() local [all …]
|
/linux/kernel/bpf/ |
H A D | arena.c | 55 u64 bpf_arena_get_kern_vm_start(struct bpf_arena *arena) in bpf_arena_get_kern_vm_start() 60 u64 bpf_arena_get_user_vm_start(struct bpf_arena *arena) in bpf_arena_get_user_vm_start() 90 static long compute_pgoff(struct bpf_arena *arena, long uaddr) in compute_pgoff() 99 struct bpf_arena *arena; in arena_map_alloc() local 176 struct bpf_arena *arena = container_of(map, struct bpf_arena, map); in arena_map_free() local 228 static int remember_vma(struct bpf_arena *arena, struct vm_area_struct *vma) in remember_vma() 252 struct bpf_arena *arena = container_of(map, struct bpf_arena, map); in arena_vm_close() local 267 struct bpf_arena *arena = container_of(map, struct bpf_arena, map); in arena_vm_fault() local 319 struct bpf_arena *arena = container_of(map, struct bpf_arena, map); in arena_get_unmapped_area() local 350 struct bpf_arena *arena = container_of(map, struct bpf_arena, map); in arena_map_mmap() local [all …]
|
H A D | core.c | 3063 __weak u64 bpf_arena_get_user_vm_start(struct bpf_arena *arena) in bpf_arena_get_user_vm_start() 3067 __weak u64 bpf_arena_get_kern_vm_start(struct bpf_arena *arena) in bpf_arena_get_kern_vm_start()
|
/linux/arch/alpha/kernel/ |
H A D | pci_iommu.c | 64 struct pci_iommu_arena *arena; in iommu_arena_new_node() local 100 iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena, in iommu_arena_find_pages() 155 iommu_arena_alloc(struct device *dev, struct pci_iommu_arena *arena, long n, in iommu_arena_alloc() 187 iommu_arena_free(struct pci_iommu_arena *arena, long ofs, long n) in iommu_arena_free() 232 struct pci_iommu_arena *arena; in pci_map_single_1() local 353 struct pci_iommu_arena *arena; in alpha_pci_unmap_page() local 531 struct scatterlist *out, struct pci_iommu_arena *arena, in sg_fill() 635 struct pci_iommu_arena *arena; in alpha_pci_map_sg() local 717 struct pci_iommu_arena *arena; in alpha_pci_unmap_sg() local 793 struct pci_iommu_arena *arena; in alpha_pci_supported() local [all …]
|
H A D | core_titan.c | 584 struct pci_iommu_arena *arena; member
|
H A D | core_cia.c | 356 struct pci_iommu_arena *arena = pci_isa_hose->sg_isa; verify_tb_operation() local
|
H A D | core_marvel.c | 854 struct pci_iommu_arena *arena; global() member [all...] |
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_arena_common.h | 57 __weak char arena[1]; variable
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | rtas-work-area.c | 42 char *arena; member
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 660 const bool arena = BPF_MODE(code) == BPF_PROBE_ATOMIC; in emit_lse_atomic() local
|
/linux/include/linux/ |
H A D | bpf.h | 1533 struct bpf_arena *arena; member
|