/linux-6.15/tools/testing/selftests/exec/ |
D | Makefile | 8 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/ |
D | cache.h | 21 * the flat loader aligns it accordingly.
|
/linux-6.15/Documentation/dev-tools/ |
D | testing-overview.rst | 33 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/ |
D | pfn_devs.c | 125 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/ |
D | dawr.c | 34 * This aligns up to double word size, shifts and does the bias. in set_dawr()
|
/linux-6.15/drivers/pci/ |
D | setup-bus.c | 1056 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/ |
D | memset.S | 66 * This version aligns the destination pointer in order to write
|
/linux-6.15/Documentation/devicetree/bindings/net/pse-pd/ |
D | pse-controller.yaml | 83 aligns with IEEE 802.3-2022, Section 33.2.3 and 145.2.4.
|
/linux-6.15/Documentation/networking/pse-pd/ |
D | introduction.rst | 49 This aligns with Clause 33, encompassing various PoE forms.
|
/linux-6.15/include/linux/ |
D | cache.h | 27 * ``__aligned_largest`` aligns a field to the value most optimal for the
|
/linux-6.15/drivers/platform/surface/aggregator/ |
D | ssh_parser.h | 90 * Drops the first @n bytes from the buffer. Re-aligns any remaining data to
|
/linux-6.15/kernel/dma/ |
D | Kconfig | 234 DMA mapping framework by default aligns all buffers to the smallest
|
/linux-6.15/arch/x86/kernel/fpu/ |
D | init.c | 140 * because that's how C aligns structs.
|
/linux-6.15/arch/powerpc/include/asm/ |
D | head-64.h | 73 * 0x100 seems to be how the linker aligns branch stub groups.
|
/linux-6.15/Documentation/core-api/ |
D | genalloc.rst | 110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
|
/linux-6.15/fs/iomap/ |
D | swapfile.c | 46 * extent aligns to a page boundary. in iomap_swapfile_add_extent()
|
/linux-6.15/tools/testing/selftests/kvm/include/ |
D | test_util.h | 171 /* Aligns x up to the next multiple of size. Size must be a power of 2. */
|
/linux-6.15/tools/testing/selftests/bpf/ |
D | test_bpftool_synctypes.py | 508 # 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/ |
D | atomisp_subdev.h | 101 * This structure is used to cache the CSS parameters, it aligns to
|
/linux-6.15/include/uapi/linux/ |
D | if_packet.h | 268 - Gap, chosen so that packet data (Start+tp_net) aligns to
|
/linux-6.15/Documentation/gpu/rfc/ |
D | i915_scheduler.rst | 80 band is reserved with the kernel. This aligns with the DRM scheduler priority
|
/linux-6.15/lib/ |
D | Kconfig.kcsan | 181 closely aligns with the rules defined by the Linux-kernel memory
|
/linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
D | global_map_resize.c | 211 /* confirm desired size aligns with array */ in global_map_resize_invalid_subtest()
|
/linux-6.15/arch/alpha/lib/ |
D | ev6-copy_user.S | 60 * This loop aligns the destination a byte at a time
|
/linux-6.15/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 398 * This aligns the pitch and size arguments to the minimum required. wrap
|