Home
last modified time | relevance | path

Searched full:align (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/
Dxtensa-sample-controller.ld188 .dram1.rodata : ALIGN(4)
195 .dram1.literal : ALIGN(4)
202 .dram1.data : ALIGN(4)
209 .dram1.bss (NOLOAD) : ALIGN(8)
211 . = ALIGN (8);
214 . = ALIGN (8);
216 _memmap_seg_dram1_0_end = ALIGN(0x8);
219 .dram0.rodata : ALIGN(4)
226 .dram0.literal : ALIGN(4)
233 .dram0.data : ALIGN(4)
[all …]
/Zephyr-latest/kernel/
Dmempool.c12 static void *z_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t size) in z_heap_aligned_alloc() argument
20 * Merge a rewind bit with align value (see sys_heap_aligned_alloc()). in z_heap_aligned_alloc()
27 __align = align | sizeof(heap_ref); in z_heap_aligned_alloc()
37 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_heap_aligned_alloc()
38 "misaligned memory at %p (align = %zu)", mem, align); in z_heap_aligned_alloc()
65 void *k_aligned_alloc(size_t align, size_t size) in k_aligned_alloc() argument
67 __ASSERT(align / sizeof(void *) >= 1 in k_aligned_alloc()
68 && (align % sizeof(void *)) == 0, in k_aligned_alloc()
69 "align must be a multiple of sizeof(void *)"); in k_aligned_alloc()
71 __ASSERT((align & (align - 1)) == 0, in k_aligned_alloc()
[all …]
/Zephyr-latest/soc/cdns/sample_controller32/include/
Dxtensa-sample-controller32.ld26 #define MPU_SEGMENT_SIZE_ALIGN . = ALIGN(XCHAL_MPU_ALIGN);
27 #define HDR_MPU_SEGMENT_SIZE_ALIGN ALIGN(XCHAL_MPU_ALIGN)
28 #define HDR_4K_OR_MPU_SEGMENT_SIZE_ALIGN ALIGN(XCHAL_MPU_ALIGN)
31 #define MPU_SEGMENT_SIZE_ALIGN . = ALIGN(4);
32 #define HDR_MPU_SEGMENT_SIZE_ALIGN ALIGN(4)
33 #define HDR_4K_OR_MPU_SEGMENT_SIZE_ALIGN ALIGN(4096)
158 .dram1.rodata : ALIGN(4)
165 .dram1.literal : ALIGN(4)
172 .dram1.data : ALIGN(4)
179 .dram1.bss (NOLOAD) : ALIGN(8)
[all …]
/Zephyr-latest/soc/amd/acp_6_0/adsp/
Dlinker.ld191 .ResetVector.text : ALIGN(4)
198 .ResetVector.literal : ALIGN(4)
205 .WindowVectors.text : ALIGN(4)
212 .Level2InterruptVector.literal : ALIGN(4)
219 .Level2InterruptVector.text : ALIGN(4)
226 .Level3InterruptVector.literal : ALIGN(4)
233 .Level3InterruptVector.text : ALIGN(4)
240 .Level4InterruptVector.literal : ALIGN(4)
247 .Level4InterruptVector.text : ALIGN(4)
254 .Level5InterruptVector.literal : ALIGN(4)
[all …]
/Zephyr-latest/soc/nxp/imx/imx8ulp/adsp/
Dlinker.ld180 .ResetVector.text : ALIGN(4)
187 .ResetVector.literal : ALIGN(4)
194 .WindowVectors.text : ALIGN(4)
201 .Level2InterruptVector.literal : ALIGN(4)
208 .Level2InterruptVector.text : ALIGN(4)
215 .Level3InterruptVector.literal : ALIGN(4)
222 .Level3InterruptVector.text : ALIGN(4)
229 .DebugExceptionVector.literal : ALIGN(4)
236 .DebugExceptionVector.text : ALIGN(4)
243 .NMIExceptionVector.literal : ALIGN(4)
[all …]
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/
Dlinker.ld187 .ResetVector.text : ALIGN(4)
194 .ResetVector.literal : ALIGN(4)
201 .WindowVectors.text : ALIGN(4)
208 .Level2InterruptVector.literal : ALIGN(4)
215 .Level2InterruptVector.text : ALIGN(4)
222 .Level3InterruptVector.literal : ALIGN(4)
229 .Level3InterruptVector.text : ALIGN(4)
236 .DebugExceptionVector.literal : ALIGN(4)
243 .DebugExceptionVector.text : ALIGN(4)
250 .NMIExceptionVector.literal : ALIGN(4)
[all …]
/Zephyr-latest/soc/nxp/imx/imx8/adsp/
Dlinker.ld186 .ResetVector.text : ALIGN(4)
193 .ResetVector.literal : ALIGN(4)
200 .WindowVectors.text : ALIGN(4)
207 .Level2InterruptVector.literal : ALIGN(4)
214 .Level2InterruptVector.text : ALIGN(4)
221 .Level3InterruptVector.literal : ALIGN(4)
228 .Level3InterruptVector.text : ALIGN(4)
235 .DebugExceptionVector.literal : ALIGN(4)
242 .DebugExceptionVector.text : ALIGN(4)
249 .NMIExceptionVector.literal : ALIGN(4)
[all …]
/Zephyr-latest/soc/nxp/imx/imx8m/adsp/
Dlinker.ld186 .ResetVector.text : ALIGN(4)
193 .ResetVector.literal : ALIGN(4)
200 .WindowVectors.text : ALIGN(4)
207 .Level2InterruptVector.literal : ALIGN(4)
214 .Level2InterruptVector.text : ALIGN(4)
221 .Level3InterruptVector.literal : ALIGN(4)
228 .Level3InterruptVector.text : ALIGN(4)
235 .DebugExceptionVector.literal : ALIGN(4)
242 .DebugExceptionVector.text : ALIGN(4)
249 .NMIExceptionVector.literal : ALIGN(4)
[all …]
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/
Dlinker.ld141 .ResetVector.text : ALIGN(4)
148 .ResetVector.literal : ALIGN(4)
155 .WindowVectors.text : ALIGN(4)
162 .Level2InterruptVector.literal : ALIGN(4)
169 .Level2InterruptVector.text : ALIGN(4)
176 .Level3InterruptVector.literal : ALIGN(4)
183 .Level3InterruptVector.text : ALIGN(4)
190 .DebugExceptionVector.literal : ALIGN(4)
197 .DebugExceptionVector.text : ALIGN(4)
204 .NMIExceptionVector.literal : ALIGN(4)
[all …]
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Ddata_types.py115 align = 8
118 align = 8
120 align = 4
123 align = 4
125 return align
152 align = 8
154 align = 4
156 # 'align' is used to "jump" over an argument so it has
158 align = max(align, size)
159 self.data_types[data_type]['align'] = align
[all …]
/Zephyr-latest/tests/lib/heap_align/src/
Dmain.c24 size_t prefix, size_t align, size_t size) in check_heap_align() argument
31 q = sys_heap_aligned_alloc(h, align, size); in check_heap_align()
33 zassert_true((((uintptr_t)q) & (align - 1)) == 0, "block not aligned"); in check_heap_align()
35 r = sys_heap_aligned_alloc(h, align, size); in check_heap_align()
37 zassert_true((((uintptr_t)r) & (align - 1)) == 0, "block not aligned"); in check_heap_align()
44 prefix, align, size); in check_heap_align()
77 for (size_t align = 8; align < HEAP_SZ / 4; align *= 2) { in ZTEST() local
78 for (size_t prefix = 0; prefix <= align; prefix += 8) { in ZTEST()
79 for (size_t size = 8; size <= align; size += 8) { in ZTEST()
80 check_heap_align(&heap, prefix, align, size); in ZTEST()
/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage_ram.ld15 . = ALIGN(_region_min_align);
24 . = ALIGN(_region_min_align);
32 SECTION_PROLOGUE(_GCOV_BSS_SECTION_NAME, (NOLOAD), ALIGN(16))
37 . = ALIGN(8);
48 . = ALIGN(4);
61 . = ALIGN(1 << LOG2CEIL(. - __gcov_bss_start));
75 . = ALIGN(4);
/Zephyr-latest/doc/develop/test/figures/
Dfixtures.svg3align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org…
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dnoinit.ld10 . = ALIGN(8);
13 . = ALIGN(4);
16 . = ALIGN(4);
19 . = ALIGN(4);
/Zephyr-latest/doc/services/portability/posix/overview/
Dposix.svg2align: top; width: 53px; white-space: nowrap; overflow-wrap: normal; text-align: center;"><div xml…
/Zephyr-latest/include/zephyr/linker/
Dlinker-tool-mwdt.h22 #define SUBALIGN(x) ALIGN(x)
79 * If not required, the <options> and <align> parameters should be left blank.
81 #define SECTION_PROLOGUE(name, options, align) name options : align argument
91 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
92 name options ALIGN(8) : align
94 #define SECTION_DATA_PROLOGUE(name, options, align) name options : align argument
/Zephyr-latest/doc/kernel/services/threads/
Dthread_states.svg3align: top; white-space: nowrap; text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml" st…
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dztest_unittest.ld9 .data.ztest_expected_result_area : ALIGN(4)
15 .data.ztest_suite_node_area : ALIGN(4)
21 .data.ztest_unit_test_area : ALIGN(4)
27 .data.ztest_test_rule_area : ALIGN(4)
/Zephyr-latest/doc/kernel/services/scheduling/
Dtimeslicing.svg2align: top; white-space: nowrap; font-weight: bold; text-align: left;"><div xmlns="http://www.w3.o…
Dcooperative.svg2align: top; white-space: nowrap; font-weight: bold; text-align: left;"><div xmlns="http://www.w3.o…
Dpreemptive.svg2align: top; white-space: nowrap; font-weight: bold; text-align: left;"><div xmlns="http://www.w3.o…
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/img/
Dcap_proc.svg3align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe …
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst13 :align: center
28 :align: center
34 :align: center
43 :align: center
49 :align: center
55 :align: center
64 :align: center
74 :align: center
81 :align: center
90 :align: center
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/
Dblob_srv.svg3align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org…
Ddfu_srv.svg3align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org…

12345678910>>...30