Home
last modified time | relevance | path

Searched refs:aligned (Results 51 – 75 of 103) sorted by relevance

12345

/Zephyr-latest/arch/arm64/core/
Dmmu.c175 bool aligned = (desc & PTE_PHYSADDR_MASK & (level_size - 1)) == 0; in is_desc_block_aligned() local
177 if (!aligned) { in is_desc_block_aligned()
182 return aligned; in is_desc_block_aligned()
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst27 LIFO data items must be aligned on a word boundary, as the kernel reserves
Dfifos.rst27 FIFO data items must be aligned on a word boundary, as the kernel reserves
Dpipes.rst69 buffer capable of holding 100 bytes and is aligned to a 4-byte boundary.
/Zephyr-latest/samples/subsys/shell/fs/
DREADME.rst115 address. Data must be aligned to a value dependent on the target flash memory,
/Zephyr-latest/soc/openisa/rv32m1/
Dlinker.ld209 * For performance, BSS section is assumed to be 4 byte aligned and
/Zephyr-latest/include/zephyr/arch/nios2/
Dlinker.ld256 * For performance, BSS section is assumed to be 4 byte aligned and
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dlinker.ld194 * For performance, BSS section is assumed to be 4 byte aligned and
/Zephyr-latest/
DCODE_OF_CONDUCT.md48 not aligned to this Code of Conduct, and will communicate reasons for moderation
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst191 that partitions be sized to some power of two, and aligned to their own
192 size. For MMU-based systems, the partition must be aligned to a page and
274 be properly aligned, and the total size of the region conforms to the memory
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake35 # hence symbol __CTOR_LIST__ must be aligned on word
/Zephyr-latest/doc/build/cmake/
Dindex.rst187 application partitions are properly grouped and aligned for the
236 generates an app shared memory aligned linker script snippet where the
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst112 If data caching is enabled, the shared memory region provided to ICMsg must be aligned according to…
/Zephyr-latest/doc/services/mem_mgmt/
Dindex.rst156 // Allocate 0x200 bytes of non-cacheable memory aligned to 32 bytes
/Zephyr-latest/soc/amd/acp_6_0/adsp/
Dlinker.ld399 . = ALIGN(4); /* this table MUST be 4-byte aligned */
/Zephyr-latest/soc/andestech/ae350/
Dlinker.ld241 * For performance, BSS section is assumed to be 4 byte aligned and
/Zephyr-latest/doc/hardware/cache/
Dguide.rst178 buffers should be aligned to the cache line size. This can be accomplished by
/Zephyr-latest/kernel/
DKconfig.vm37 base addresses being aligned to some common value (which allows
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld153 * page-aligned or it will throw an error, not sure why since all
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/
Dxtensa-sample-controller.ld488 . = ALIGN(4); /* this table MUST be 4-byte aligned */
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld492 * For performance, BSS section is forced to be both 4 byte aligned and
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst158 guaranteed to be aligned on a multiple of pointer sizes. If a suitable
/Zephyr-latest/doc/services/rtio/
Dindex.rst146 is 4 byte aligned.
/Zephyr-latest/arch/arm/core/
DKconfig106 are 32 bits wide, and are aligned on 4-byte boundaries. A32 instructions
/Zephyr-latest/arch/
DKconfig365 whose MPUs require regions to be power-of-two aligned/sized.
513 to be aligned to architecture specific size. The default
553 to be aligned to architecture specific size. The default

12345