Home
last modified time | relevance | path

Searched refs:aligns (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/nvdimm/
H A 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()
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c941 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument
957 align += aligns[order]; in calculate_mem_align()
990 resource_size_t aligns[24]; /* Alignments from 1MB to 8TB */ in pbus_size_mem() local
1005 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem()
1043 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem()
1055 aligns[order] += align; in pbus_size_mem()
1067 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch12 aligns the usage of libseccomp with that of other packages.
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch11 This change ensures the warning is more accurate and aligns with the proper type traits.
/openbmc/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.
/openbmc/linux/Documentation/gpu/rfc/
H A Dxe.rst101 1) Have an uAPI that aligns with modern UMD needs.
107 this aligns very well with our goals and with our VM_BIND. The engagement with
H A Di915_scheduler.rst80 band is reserved with the kernel. This aligns with the DRM scheduler priority
/openbmc/linux/Documentation/core-api/
H A Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/openbmc/openbmc/poky/documentation/test-manual/
H A Dreproducible-builds.rst21 The project aligns with the `Reproducible Builds project
/openbmc/linux/kernel/dma/
H A DKconfig219 DMA mapping framework by default aligns all buffers to the smallest
/openbmc/linux/lib/
H A DKconfig.kcsan181 closely aligns with the rules defined by the Linux-kernel memory
/openbmc/qemu/docs/
H A Dnvdimm.txt140 QEMU uses mmap(2) to maps vNVDIMM backends and aligns the mapping
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst564 aligns the start block address of CP with the segment size. Also, it aligns the
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst385 - Gap, chosen so that packet data (Start+tp_net) aligns to
/openbmc/linux/arch/arm/
H A DKconfig179 DMA mapping framework by default aligns all buffers to the smallest
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5843 + int aligns[AV_NUM_DATA_POINTERS];
5855 + avcodec_align_dimensions2(ctx, &width, &height, aligns);