Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/exec/
H A DMakefile8 ALIGNS := 0x1000 0x200000 0x1000000 macro
9 ALIGN_PIES := $(patsubst %,load_address.%,$(ALIGNS))
10 ALIGN_STATIC_PIES := $(patsubst %,load_address.static.%,$(ALIGNS))
/linux/arch/riscv/include/asm/
H A Dcache.h21 * the flat loader aligns it accordingly.
/linux/Documentation/dev-tools/
H A 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/drivers/nvdimm/
H A Dpfn_devs.c121 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in align_store() local
127 nd_pfn_supported_alignments(aligns)); in align_store()
244 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in supported_alignments_show() local
247 nd_pfn_supported_alignments(aligns), buf); in supported_alignments_show()
/linux/drivers/pci/
H A Dsetup-bus.c1204 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument
1220 align += aligns[order]; in calculate_mem_align()
1313 resource_size_t aligns[28]; /* Alignments from 1MB to 128TB */ in pbus_size_mem() local
1329 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem()
1358 * aligns[0] is for 1MB (since bridge memory in pbus_size_mem()
1367 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem()
1379 aligns[order] += align; in pbus_size_mem()
1393 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
/linux/arch/powerpc/kernel/
H A Ddawr.c34 * This aligns up to double word size, shifts and does the bias. in set_dawr()
/linux/arch/arm/lib/
H A Dmemset.S66 * This version aligns the destination pointer in order to write
/linux/Documentation/networking/pse-pd/
H A Dintroduction.rst49 This aligns with Clause 33, encompassing various PoE forms.
/linux/Documentation/devicetree/bindings/net/pse-pd/
H A Dpse-controller.yaml83 aligns with IEEE 802.3-2022, Section 33.2.3 and 145.2.4.
/linux/drivers/platform/surface/aggregator/
H A Dssh_parser.h90 * Drops the first @n bytes from the buffer. Re-aligns any remaining data to
/linux/kernel/dma/
H A DKconfig234 DMA mapping framework by default aligns all buffers to the smallest
/linux/arch/x86/kernel/fpu/
H A Dinit.c144 * because that's how C aligns structs.
/linux/Documentation/core-api/
H A Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/linux/arch/powerpc/include/asm/
H A Dhead-64.h73 * 0x100 seems to be how the linker aligns branch stub groups.
/linux/fs/iomap/
H A Dswapfile.c43 * extent aligns to a page boundary. in iomap_swapfile_add_extent()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py508 # so it aligns with what `bpftool map help` shows.
517 # so it aligns with what `bpftool map help` shows.
/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h191 /* Aligns x up to the next multiple of size. Size must be a power of 2. */
/linux/include/uapi/linux/
H A Dif_packet.h268 - Gap, chosen so that packet data (Start+tp_net) aligns to
/linux/Documentation/gpu/rfc/
H A Di915_scheduler.rst80 band is reserved with the kernel. This aligns with the DRM scheduler priority
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_map_resize.c211 /* confirm desired size aligns with array */ in global_map_resize_invalid_subtest()
/linux/lib/
H A DKconfig.kcsan181 closely aligns with the rules defined by the Linux-kernel memory
/linux/arch/alpha/lib/
H A Dev6-copy_user.S60 * This loop aligns the destination a byte at a time
/linux/lib/crc/tests/
H A Dcrc_kunit.c276 * crc7_be() left-aligns the 7-bit CRC in a u8, whereas the test wants a in crc7_be_wrapper()
/linux/mm/
H A Dswap.h23 * space with SWAPFILE_CLUSTER pages long and naturally aligns in disk. All
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c398 * This aligns the pitch and size arguments to the minimum required. wrap

123