Home
last modified time | relevance | path

Searched refs:alignment (Results 176 – 200 of 541) sorted by relevance

12345678910>>...22

/freebsd/sys/sys/
H A Dmalloc.h182 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
187 unsigned long alignment, vm_paddr_t boundary)
/freebsd/sys/contrib/device-tree/src/xtensa/
H A Dkc705.dts26 alignment = <0x2000>;
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbase_externs.h13 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
H A Dpages.h75 void *pages_map(void *addr, size_t size, size_t alignment, bool *commit);
/freebsd/sbin/newfs_msdos/
H A Dmkfs_msdos.c252 u_int extra_res, alignment, alignto, saved_x, attempts=0; in mkfs_msdos() local
507 alignment = 0; in mkfs_msdos()
574 alignment = (bpb.bpbResSectors + bpb.bpbBigFATsecs * bpb.bpbFATs + rds) % in mkfs_msdos()
576 if (alignment != 0) in mkfs_msdos()
577 extra_res += alignto - alignment; in mkfs_msdos()
581 } while (alignment != 0 && attempts < 2); in mkfs_msdos()
582 if (o.align && alignment != 0) in mkfs_msdos()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h43 uptr alignment = 0);
/freebsd/stand/kshim/
H A Dbsd_kernel.c41 bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment, in bus_dma_tag_create() argument
53 ret->alignment = alignment; in bus_dma_tag_create()
67 addr = malloc(dmat->maxsize + dmat->alignment, XXX, XXX); in bus_dmamem_alloc()
72 addr = (void*)(((uintptr_t)addr + dmat->alignment - 1) & ~(dmat->alignment - 1)); in bus_dmamem_alloc()
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c78 memoryRequirement->dmMemory[DM_ROOT_MEM_INDEX].alignment = 4; in dmGetRequirements()
87 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].alignment = 4; in dmGetRequirements()
96 memoryRequirement->dmMemory[DM_DEVICE_MEM_INDEX].alignment = 4; in dmGetRequirements()
141 memoryRequirement->dmMemory[DM_EXPANDER_MEM_INDEX].alignment = 4; in dmGetRequirements()
150 memoryRequirement->dmMemory[DM_SMP_MEM_INDEX].alignment = 4; in dmGetRequirements()
159 memoryRequirement->dmMemory[DM_INDIRECT_SMP_MEM_INDEX].alignment = 4; in dmGetRequirements()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td125 /// stack slot of the specified size and alignment on the stack. If size is
126 /// zero then the ABI size is used; if align is zero then the ABI alignment
154 /// slot to implement ByVal aggregate parameter passing. Size and alignment
155 /// specify the minimum size and alignment for the stack slot.
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1023rdb.dts57 alignment = <0 0x1000000>;
61 alignment = <0 0x400000>;
65 alignment = <0 0x2000000>;
H A Dp2041rdb.dts68 alignment = <0 0x1000000>;
72 alignment = <0 0x400000>;
76 alignment = <0 0x2000000>;
H A Dt4240rdb.dts90 alignment = <0 0x1000000>;
94 alignment = <0 0x400000>;
98 alignment = <0 0x2000000>;
H A Dp5020ds.dts69 alignment = <0 0x1000000>;
73 alignment = <0 0x400000>;
77 alignment = <0 0x2000000>;
/freebsd/contrib/cortex-strings/benchmarks/multi/
H A Dharness.c196 static char *realign(char *p, int alignment) in realign() argument
200 pp += alignment; in realign()
/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.c77 const uint32_t alignment, const enum qemu_loader_zone zone) in qemu_loader_alloc() argument
92 element->entry.alloc.alignment_le = htole32(alignment); in qemu_loader_alloc()
/freebsd/sys/arm/arm/
H A Dbus_space_generic.c84 bus_size_t alignment, bus_size_t boundary, int flags, bus_addr_t *bpap, in generic_bs_alloc() argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.h65 uint32_t alignment = 4; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i31alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsamsung,exynos4210-fimc.yaml68 samsung,min-pix-alignment:
71 - description: Minimum supported image height alignment.
/freebsd/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c241 uint32_t alignment, bool is_encoder) in lzma_simple_coder_init() argument
277 if (coder->now_pos & (alignment - 1)) in lzma_simple_coder_init()
/freebsd/sys/dev/pms/RefTisa/discovery/api/
H A Ddm.h127 bit32 alignment; member
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c115 memoryRequirement->agMemory[LLROOT_MEM_INDEX].alignment, in saGetRequirements()
190 agMemory[LL_FAST_IO].alignment = sizeof(void*); in saGetRequirements()
197 memoryRequirement->agMemory[LL_FAST_IO].alignment, in saGetRequirements()
212 agMemory[HDA_DMA_BUFFER].alignment = 32; in saGetRequirements()
218 memoryRequirement->agMemory[HDA_DMA_BUFFER].alignment, in saGetRequirements()
229 …memoryRequirement->agMemory[memoryReqCount].alignment = mpiMemoryRequirement.region[i].a… in saGetRequirements()
235 memoryRequirement->agMemory[memoryReqCount].alignment, in saGetRequirements()
327 bit32 alignment; in saInitialize() local
457 for (i = 0, alignment = agMemory[LL_FAST_IO].alignment, in saInitialize()
461 alignment - 1) & ~(alignment - 1)))) in saInitialize()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dbman.txt85 - The alignment must be a muliptle of the memory size
107 alignment = <0 0x1000000>;
/freebsd/sys/dev/ata/chipsets/
H A Data-national.c92 ch->dma.alignment = 16; in ata_national_ch_attach()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_dm.c70 ret = uverbs_copy_from(&attr.alignment, attrs, in UVERBS_HANDLER()

12345678910>>...22