Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsetup-bus.c948 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument
964 align += aligns[order]; in calculate_mem_align()
997 resource_size_t aligns[18]; /* Alignments from 1MB to 128GB */ in pbus_size_mem() local
1012 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem()
1050 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem()
1062 aligns[order] += align; in pbus_size_mem()
1074 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dpfn_devs.c124 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in align_store() local
130 nd_pfn_supported_alignments(aligns)); in align_store()
254 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in supported_alignments_show() local
257 nd_pfn_supported_alignments(aligns), buf); in supported_alignments_show()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch12 aligns the usage of libseccomp with that of other packages.
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A DKconfig25 DMA mapping framework by default aligns all buffers to the smallest
/OK3568_Linux_fs/kernel/kernel/dma/
H A DKconfig183 DMA mapping framework by default aligns all buffers to the smallest
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dreproducible-builds.rst21 The project aligns with the `Reproducible Builds project
/OK3568_Linux_fs/kernel/drivers/iommu/
H A DKconfig19 When the IOVA framework applies IOVA alignment it aligns all
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Df2fs.rst510 aligns the start block address of CP with the segment size. Also, it aligns the
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst386 - Gap, chosen so that packet data (Start+tp_net) aligns to
/OK3568_Linux_fs/kernel/arch/arm/
H A DKconfig153 DMA mapping framework by default aligns all buffers to the smallest
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info6616 The '.even' directive aligns the output on the next even byte
8413 This directive aligns to an even-numbered address.
11998 combination of 'jcc', which aligns conditional jumps, 'fused',
11999 which aligns fused conditional jumps, 'jmp', which aligns
12000 unconditional jumps, 'call' which aligns calls, 'ret', which aligns
12001 rets, 'indirect', which aligns indirect jumps and calls. The
12010 This option aligns conditional jumps, fused conditional jumps and
14078 aligns the output to an even byte boundary.
17415 This is the generic '.align' directive, however this aligns to a
18380 This is the generic '.align' directive, however this aligns to a
[all …]
H A Dgcc.info9889 Examples: '-falign-functions=32' aligns functions to the next
9890 32-byte boundary, '-falign-functions=24' aligns to the next 32-byte
9892 '-falign-functions=32:7' aligns to the next 32-byte boundary only
9896 alignment: '-falign-functions=64:7:32:3' aligns to the next 64-byte
9898 aligns to the next 32-byte boundary if this can be done by skipping
20960 Control whether GCC aligns 'int', 'long', 'long long', 'float',
20967 *Warning:* if you use the '-malign-int' switch, GCC aligns
22160 this option is enabled, GCC aligns pairs of instructions that it
23372 Control how GCC aligns variables and constants of array, structure,
23881 aligns the stack to an 8-byte boundary.
[all …]
H A Dbfd.info2046 e.g., 3 aligns to 2^3 (or 8). */
H A Dld.info5637 Here is an example which aligns the output '.data' section to the
H A Dgccint.info4757 Target aligns arrays to vector alignment boundary.
38212 If defined, an ASM statement that aligns a code section to some
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info6616 The '.even' directive aligns the output on the next even byte
8413 This directive aligns to an even-numbered address.
11998 combination of 'jcc', which aligns conditional jumps, 'fused',
11999 which aligns fused conditional jumps, 'jmp', which aligns
12000 unconditional jumps, 'call' which aligns calls, 'ret', which aligns
12001 rets, 'indirect', which aligns indirect jumps and calls. The
12010 This option aligns conditional jumps, fused conditional jumps and
14078 aligns the output to an even byte boundary.
17415 This is the generic '.align' directive, however this aligns to a
18380 This is the generic '.align' directive, however this aligns to a
[all …]
H A Dgcc.info9889 Examples: '-falign-functions=32' aligns functions to the next
9890 32-byte boundary, '-falign-functions=24' aligns to the next 32-byte
9892 '-falign-functions=32:7' aligns to the next 32-byte boundary only
9896 alignment: '-falign-functions=64:7:32:3' aligns to the next 64-byte
9898 aligns to the next 32-byte boundary if this can be done by skipping
20960 Control whether GCC aligns 'int', 'long', 'long long', 'float',
20967 *Warning:* if you use the '-malign-int' switch, GCC aligns
22160 this option is enabled, GCC aligns pairs of instructions that it
23372 Control how GCC aligns variables and constants of array, structure,
23881 aligns the stack to an 8-byte boundary.
[all …]
H A Dld.info5637 Here is an example which aligns the output '.data' section to the
H A Dbfd.info2046 e.g., 3 aligns to 2^3 (or 8). */
H A Dgccint.info4757 Target aligns arrays to vector alignment boundary.
38212 If defined, an ASM statement that aligns a code section to some
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18406 Maximum image size reports 15 cm x 10 cm which aligns with its physical
78170 If the kernel aligns things use its values instead.
98328 This aligns the xorg server build with the mesa build, which is needed on