Home
last modified time | relevance | path

Searched defs:align (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/linux/drivers/clk/tegra/
H A Dcvb.c26 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 Dclk-tegra124-dfll-fcpu.c524 struct rail_alignment *align) in get_alignment_from_dt()
538 struct rail_alignment *align) in get_alignment_from_regulator()
558 struct rail_alignment align; in tegra124_dfll_fcpu_probe() local
/linux/drivers/dax/
H A Ddax-private.h36 unsigned int align; member
84 unsigned int align; member
116 static inline bool dax_align_valid(unsigned long align) in dax_align_valid()
127 static inline bool dax_align_valid(unsigned long align) in dax_align_valid()
/linux/arch/s390/boot/
H A Dphysmem_info.c205 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 Dkaslr.c107 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 Dslab.c6 rust_helper_krealloc_node_align(const void *objp, size_t new_size, unsigned long align, in rust_helper_krealloc_node_align()
13 rust_helper_kvrealloc_node_align(const void *p, size_t size, unsigned long align, in rust_helper_kvrealloc_node_align()
H A Dvmalloc.c6 rust_helper_vrealloc_node_align(const void *p, size_t size, unsigned long align, in rust_helper_vrealloc_node_align()
/linux/mm/
H A Dmemblock.c235 phys_addr_t size, phys_addr_t align, int nid, in __memblock_find_range_bottom_up() argument
270 phys_addr_t size, phys_addr_t align, int nid, in __memblock_find_range_top_down() argument
308 phys_addr_t align, phys_addr_t start, in 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
1538 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
1624 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
1648 memblock_phys_alloc_try_nid(phys_addr_t size,phys_addr_t align,int nid) memblock_phys_alloc_try_nid() argument
1675 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
1718 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
1750 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
1780 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
1807 __memblock_alloc_or_panic(phys_addr_t size,phys_addr_t align,const char * func) __memblock_alloc_or_panic() argument
2088 memblock_trim_memory(phys_addr_t align) memblock_trim_memory() argument
2635 reserve_mem_kho_revive(const char * name,phys_addr_t size,phys_addr_t align) reserve_mem_kho_revive() argument
2684 reserve_mem_kho_revive(const char * name,phys_addr_t size,phys_addr_t align) reserve_mem_kho_revive() argument
2695 phys_addr_t start, size, align, tmp; reserve_mem() local
[all...]
H A Dcma.c381 phys_addr_t align, phys_addr_t limit, int nid) in cma_alloc_mem()
528 phys_addr_t align, unsigned int order_per_bit, in cma_declare_contiguous_multi()
780 unsigned long count, unsigned int align, in cma_range_alloc()
860 unsigned int align, gfp_t gfp) in __cma_alloc()
928 unsigned int align, bool no_warn) in cma_alloc()
H A Dmaccess.c31 unsigned long align = 0; in copy_from_kernel_nofault() local
66 unsigned long align = 0; in copy_to_kernel_nofault() local
[all...]
H A Dvmalloc.c1525 unsigned long align, unsigned long vstart) in is_within_this_va()
1551 unsigned long align, unsigned long vstart, bool adjust_search_size) in find_vmap_lowest_match()
1618 unsigned long align, unsigned long vstart) in find_vmap_lowest_linear_match()
1634 unsigned long size, unsigned long align) in find_vmap_lowest_match_check()
1789 unsigned long size, unsigned long align, in va_alloc()
1818 unsigned long size, unsigned long align, in __alloc_vmap_area()
1927 unsigned long align, unsigned long vstart, in node_pool_del_va()
1968 node_alloc(unsigned long size, unsigned long align, in node_alloc()
2010 unsigned long align, in alloc_vmap_area()
3133 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 Dlinkage.h37 #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/drivers/pci/
H A Dsetup-bus.c356 resource_size_t align; in pdev_sort_resources() local
416 resource_size_t add_size, align; in reassign_resources_sorted() local
607 resource_size_t add_align, align; in __assign_resources_sorted() local
1046 resource_size_t align) in calculate_iosize()
1070 resource_size_t align) in calculate_memsize()
1093 resource_size_t align = 1, arch_align; in window_alignment() local
1133 resource_size_t min_align, align; in pbus_size_io() local
1207 resource_size_t align = 0; in calculate_mem_align() local
1243 resource_size_t align) in pbus_upstream_space_available()
1312 resource_size_t min_align, win_align, align, size, size0, size1 = 0; in pbus_size_mem() local
[all …]
H A Dsetup-res.c255 resource_size_t align) in pcibios_align_resource()
261 int resno, resource_size_t size, resource_size_t align) in __pci_assign_resource()
328 resource_size_t align, size; in pci_assign_resource() local
/linux/drivers/firmware/efi/libstub/
H A Drandomalloc.c22 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 Dg84.c35 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 Dr4k-bugs64.c29 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/lib/
H A Dtest_vmalloc.c80 unsigned long size, align; in random_size_align_alloc_test() local
114 unsigned long align; in align_shift_alloc_test() local
292 size_t size, align; in pcpu_alloc_test() local
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c81 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/sound/isa/gus/
H A Dgus_mem.c130 snd_gf1_mem_find(struct snd_gf1_mem * alloc,struct snd_gf1_mem_block * block,unsigned int size,int w_16,int align) snd_gf1_mem_find() argument
181 snd_gf1_mem_alloc(struct snd_gf1_mem * alloc,int owner,char * name,int size,int w_16,int align,unsigned int * share_id) snd_gf1_mem_alloc() argument
/linux/drivers/soc/fsl/qe/
H A Dqe_common.c148 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 Dmm.c112 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 Dpcmcia_resource.c45 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/fs/xfs/
H A Dxfs_iomap.h39 xfs_extlen_t align; in xfs_aligned_fsb_count() local
/linux/arch/alpha/kernel/
H A Dpci_iommu.c61 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

12345678910>>...12