| /linux/drivers/gpu/drm/ |
| H A D | drm_suballoc.c | 64 size_t size, size_t align) in drm_suballoc_manager_init() 166 size_t size, size_t align) in drm_suballoc_try_alloc() 189 size_t size, size_t align) in __drm_suballoc_event() 216 size_t size, size_t align) in drm_suballoc_event() 316 gfp_t gfp, bool intr, size_t align) in drm_suballoc_new()
|
| /linux/drivers/clk/tegra/ |
| H A D | cvb.c | 26 const struct rail_alignment *align) in round_cvb_voltage() 43 static int round_voltage(int mv, const struct rail_alignment *align, int up) in round_voltage() 56 struct rail_alignment *align, in build_opp_table() 104 size_t count, struct rail_alignment *align, in tegra_cvb_add_opp_table()
|
| H A D | clk-tegra124-dfll-fcpu.c | 628 struct rail_alignment *align) in get_alignment_from_dt() 642 struct rail_alignment *align) in get_alignment_from_regulator() 662 struct rail_alignment align; in tegra124_dfll_fcpu_probe() local
|
| /linux/drivers/dax/ |
| H A D | dax-private.h | 36 unsigned int align; member 86 unsigned int align; member 118 static inline bool dax_align_valid(unsigned long align) in dax_align_valid() 129 static inline bool dax_align_valid(unsigned long align) in dax_align_valid()
|
| /linux/arch/s390/boot/ |
| H A D | physmem_info.c | 205 static void die_oom(unsigned long size, unsigned long align, unsigned long min, unsigned long max) in die_oom() 272 static unsigned long __physmem_alloc_range(unsigned long size, unsigned long align, in __physmem_alloc_range() 309 unsigned long align, unsigned long min, unsigned long max, in physmem_alloc_range() 324 unsigned long align, bool die_on_oom) in physmem_alloc() 362 unsigned long align) in physmem_alloc_or_die()
|
| H A D | kaslr.c | 107 static unsigned long iterate_valid_positions(unsigned long size, unsigned long align, in iterate_valid_positions() 182 unsigned long randomize_within_range(unsigned long size, unsigned long align, in randomize_within_range()
|
| /linux/rust/helpers/ |
| H A D | slab.c | 6 rust_helper_krealloc_node_align(const void *objp, size_t new_size, unsigned long align, in rust_helper_krealloc_node_align() argument 13 rust_helper_kvrealloc_node_align(const void *p, size_t size, unsigned long align, in rust_helper_kvrealloc_node_align() argument
|
| H A D | vmalloc.c | 6 rust_helper_vrealloc_node_align(const void *p, size_t size, unsigned long align, in rust_helper_vrealloc_node_align() argument
|
| /linux/mm/ |
| H A D | memblock.c | 235 __memblock_find_range_bottom_up(phys_addr_t start,phys_addr_t end,phys_addr_t size,phys_addr_t align,int nid,enum memblock_flags flags) __memblock_find_range_bottom_up() argument 270 __memblock_find_range_top_down(phys_addr_t start,phys_addr_t end,phys_addr_t size,phys_addr_t align,int nid,enum memblock_flags flags) __memblock_find_range_top_down() argument 308 memblock_find_in_range_node(phys_addr_t size,phys_addr_t align,phys_addr_t start,phys_addr_t end,int nid,enum memblock_flags flags) memblock_find_in_range_node() argument 344 memblock_find_in_range(phys_addr_t start,phys_addr_t end,phys_addr_t size,phys_addr_t align) memblock_find_in_range() argument 1474 memblock_alloc_range_nid(phys_addr_t size,phys_addr_t align,phys_addr_t start,phys_addr_t end,int nid,bool exact_nid) memblock_alloc_range_nid() argument 1560 memblock_phys_alloc_range(phys_addr_t size,phys_addr_t align,phys_addr_t start,phys_addr_t end) memblock_phys_alloc_range() argument 1584 memblock_phys_alloc_try_nid(phys_addr_t size,phys_addr_t align,int nid) memblock_phys_alloc_try_nid() argument 1611 memblock_alloc_internal(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid,bool exact_nid) memblock_alloc_internal() argument 1654 memblock_alloc_exact_nid_raw(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid) memblock_alloc_exact_nid_raw() argument 1686 memblock_alloc_try_nid_raw(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid) memblock_alloc_try_nid_raw() argument 1716 memblock_alloc_try_nid(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid) memblock_alloc_try_nid() argument 1743 __memblock_alloc_or_panic(phys_addr_t size,phys_addr_t align,const char * func) __memblock_alloc_or_panic() argument 2025 memblock_trim_memory(phys_addr_t align) memblock_trim_memory() argument 2581 reserve_mem_kho_revive(const char * name,phys_addr_t size,phys_addr_t align) reserve_mem_kho_revive() argument 2630 reserve_mem_kho_revive(const char * name,phys_addr_t size,phys_addr_t align) reserve_mem_kho_revive() argument 2641 phys_addr_t start, size, align, tmp; reserve_mem() local [all...] |
| H A D | cma.c | 381 cma_alloc_mem(phys_addr_t base,phys_addr_t size,phys_addr_t align,phys_addr_t limit,int nid) cma_alloc_mem() argument 528 cma_declare_contiguous_multi(phys_addr_t total_size,phys_addr_t align,unsigned int order_per_bit,const char * name,struct cma ** res_cma,int nid) cma_declare_contiguous_multi() argument 780 cma_range_alloc(struct cma * cma,struct cma_memrange * cmr,unsigned long count,unsigned int align,struct page ** pagep,gfp_t gfp) cma_range_alloc() argument 860 __cma_alloc(struct cma * cma,unsigned long count,unsigned int align,gfp_t gfp) __cma_alloc() argument 928 cma_alloc(struct cma * cma,unsigned long count,unsigned int align,bool no_warn) cma_alloc() argument [all...] |
| H A D | vmalloc.c | 1545 unsigned long align, unsigned long vstart) in is_within_this_va() 1571 unsigned long align, unsigned long vstart, bool adjust_search_size) in find_vmap_lowest_match() 1638 unsigned long align, unsigned long vstart) in find_vmap_lowest_linear_match() 1654 unsigned long size, unsigned long align) in find_vmap_lowest_match_check() 1809 unsigned long size, unsigned long align, in va_alloc() 1838 unsigned long size, unsigned long align, in __alloc_vmap_area() 1947 unsigned long align, unsigned long vstart, in node_pool_del_va() 1988 node_alloc(unsigned long size, unsigned long align, in node_alloc() 2030 unsigned long align, in alloc_vmap_area() 3172 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early() [all …]
|
| /linux/tools/perf/util/include/linux/ |
| H A D | linkage.h | 37 #define SYM_ENTRY(name, linkage, align...) \ argument 45 #define SYM_START(name, linkage, align...) \ argument 126 #define SYM_TYPED_START(name, linkage, align...) \ argument
|
| /linux/include/asm-generic/ |
| H A D | vmlinux.lds.h | 406 #define CACHE_HOT_DATA(align) \ argument 416 #define READ_MOSTLY_DATA(align) \ argument 421 #define CACHELINE_ALIGNED_DATA(align) \ argument 425 #define INIT_TASK_DATA(align) \ argument 478 #define RO_DATA(align) \ argument 676 #define EXCEPTION_TABLE(align) \ argument 702 #define INIT_TASK_DATA_SECTION(align) \ argument
|
| /linux/drivers/pci/ |
| H A D | setup-bus.c | 365 resource_size_t align; in pdev_sort_resources() local 429 resource_size_t add_size, align; in reassign_resources_sorted() local 612 resource_size_t align; in __assign_resources_sorted() local 1000 resource_size_t align) in calculate_iosize() 1022 resource_size_t align) in calculate_memsize() 1040 resource_size_t align = 1, arch_align; in window_alignment() local 1078 resource_size_t min_align, align; in pbus_size_io() local 1152 resource_size_t align = 0; in calculate_mem_align() local 1219 resource_size_t align, in pbus_size_mem_optional() 1283 resource_size_t min_align, win_align, align, size, size0, size1 = 0; in pbus_size_mem() local [all …]
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | randomalloc.c | 22 unsigned long align = 1UL << align_shift; in get_entry_num_slots() local 58 unsigned long align, in efi_random_alloc()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
| H A D | g84.c | 35 int align, struct nvkm_gpuobj **pgpuobj) in g84_cipher_oclass_bind() 57 int align, struct nvkm_gpuobj **pgpuobj) in g84_cipher_cclass_bind()
|
| /linux/arch/mips/kernel/ |
| H A D | r4k-bugs64.c | 29 void align_mod(const int align, const int mod) in align_mod() 45 const int align, const int mod) in mult_sh_align_mod()
|
| /linux/sound/isa/gus/ |
| H A D | gus_mem.c | 119 unsigned int size, int w_16, int align) in snd_gf1_mem_find() 170 char *name, int size, int w_16, int align, in snd_gf1_mem_alloc()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | alloc.c | 81 int len, int align, u32 skip_mask) in find_aligned_range() 110 int align, u32 skip_mask) in mlx4_bitmap_alloc_range() 337 int align, u32 skip_mask, u32 *puid) in __mlx4_alloc_from_zone() 509 int align, u32 skip_mask, u32 *puid) in mlx4_zone_alloc_entries()
|
| /linux/drivers/soc/fsl/qe/ |
| H A D | qe_common.c | 148 s32 cpm_muram_alloc(unsigned long size, unsigned long align) in cpm_muram_alloc() 213 unsigned long align) in devm_cpm_muram_alloc()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | mm.c | 112 u32 align, struct nvkm_mm_node **pnode) in nvkm_mm_head() 187 u32 align, struct nvkm_mm_node **pnode) in nvkm_mm_tail()
|
| /linux/drivers/pcmcia/ |
| H A D | pcmcia_resource.c | 45 struct resource *pcmcia_find_mem_region(u_long base, u_long num, u_long align, in pcmcia_find_mem_region() 99 unsigned int align; in alloc_io_space() local 838 u_long align; in pcmcia_request_window() local
|
| /linux/lib/ |
| H A D | test_vmalloc.c | 84 unsigned long size, align; in random_size_align_alloc_test() local 118 unsigned long align; in align_shift_alloc_test() local 320 size_t size, align; in pcpu_alloc_test() local
|
| /linux/fs/xfs/ |
| H A D | xfs_iomap.h | 39 xfs_extlen_t align; in xfs_aligned_fsb_count() local
|
| /linux/arch/alpha/kernel/ |
| H A D | pci_iommu.c | 61 unsigned long window_size, unsigned long align) in iommu_arena_new_node() 93 unsigned long window_size, unsigned long align) in iommu_arena_new() 156 unsigned int align) in iommu_arena_alloc() 236 unsigned int align = 0; in pci_map_single_1() local
|