Home
last modified time | relevance | path

Searched full:aligns (Results 1 – 25 of 81) sorted by relevance

1234

/linux-6.15/tools/testing/selftests/exec/
DMakefile8 ALIGNS := 0x1000 0x200000 0x1000000 macro
9 ALIGN_PIES := $(patsubst %,load_address.%,$(ALIGNS))
10 ALIGN_STATIC_PIES := $(patsubst %,load_address.static.%,$(ALIGNS))
/linux-6.15/arch/riscv/include/asm/
Dcache.h21 * the flat loader aligns it accordingly.
/linux-6.15/Documentation/dev-tools/
Dtesting-overview.rst33 of the kernel, which can be tested in isolation. This aligns well with the
62 details. This aligns well with 'system' or 'end-to-end' testing.
/linux-6.15/drivers/nvdimm/
Dpfn_devs.c125 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in align_store() local
131 nd_pfn_supported_alignments(aligns)); in align_store()
255 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in supported_alignments_show() local
258 nd_pfn_supported_alignments(aligns), buf); in supported_alignments_show()
/linux-6.15/arch/powerpc/kernel/
Ddawr.c34 * This aligns up to double word size, shifts and does the bias. in set_dawr()
/linux-6.15/drivers/pci/
Dsetup-bus.c1056 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument
1072 align += aligns[order]; in calculate_mem_align()
1166 resource_size_t aligns[28]; /* Alignments from 1MB to 128TB */ in pbus_size_mem() local
1181 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem()
1209 * aligns[0] is for 1MB (since bridge memory in pbus_size_mem()
1218 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem()
1230 aligns[order] += align; in pbus_size_mem()
1243 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
/linux-6.15/arch/arm/lib/
Dmemset.S66 * This version aligns the destination pointer in order to write
/linux-6.15/Documentation/devicetree/bindings/net/pse-pd/
Dpse-controller.yaml83 aligns with IEEE 802.3-2022, Section 33.2.3 and 145.2.4.
/linux-6.15/Documentation/networking/pse-pd/
Dintroduction.rst49 This aligns with Clause 33, encompassing various PoE forms.
/linux-6.15/include/linux/
Dcache.h27 * ``__aligned_largest`` aligns a field to the value most optimal for the
/linux-6.15/drivers/platform/surface/aggregator/
Dssh_parser.h90 * Drops the first @n bytes from the buffer. Re-aligns any remaining data to
/linux-6.15/kernel/dma/
DKconfig234 DMA mapping framework by default aligns all buffers to the smallest
/linux-6.15/arch/x86/kernel/fpu/
Dinit.c140 * because that's how C aligns structs.
/linux-6.15/arch/powerpc/include/asm/
Dhead-64.h73 * 0x100 seems to be how the linker aligns branch stub groups.
/linux-6.15/Documentation/core-api/
Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/linux-6.15/fs/iomap/
Dswapfile.c46 * extent aligns to a page boundary. in iomap_swapfile_add_extent()
/linux-6.15/tools/testing/selftests/kvm/include/
Dtest_util.h171 /* Aligns x up to the next multiple of size. Size must be a power of 2. */
/linux-6.15/tools/testing/selftests/bpf/
Dtest_bpftool_synctypes.py508 # so it aligns with what `bpftool map help` shows.
517 # so it aligns with what `bpftool map help` shows.
/linux-6.15/drivers/staging/media/atomisp/pci/
Datomisp_subdev.h101 * This structure is used to cache the CSS parameters, it aligns to
/linux-6.15/include/uapi/linux/
Dif_packet.h268 - Gap, chosen so that packet data (Start+tp_net) aligns to
/linux-6.15/Documentation/gpu/rfc/
Di915_scheduler.rst80 band is reserved with the kernel. This aligns with the DRM scheduler priority
/linux-6.15/lib/
DKconfig.kcsan181 closely aligns with the rules defined by the Linux-kernel memory
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
Dglobal_map_resize.c211 /* confirm desired size aligns with array */ in global_map_resize_invalid_subtest()
/linux-6.15/arch/alpha/lib/
Dev6-copy_user.S60 * This loop aligns the destination a byte at a time
/linux-6.15/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c398 * This aligns the pitch and size arguments to the minimum required. wrap

1234