/Zephyr-Core-3.7.0/include/zephyr/linker/ |
D | linker-tool-lld.h | 39 #define SECTION_PROLOGUE(name, options, align) \ argument 58 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
|
D | linker-tool-mwdt.h | 81 #define SECTION_PROLOGUE(name, options, align) name options : align argument 91 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument 94 #define SECTION_DATA_PROLOGUE(name, options, align) name options : align argument
|
D | linker-tool-gcc.h | 177 #define SECTION_PROLOGUE(name, options, align) \ argument 202 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
|
D | iterable_sections.h | 26 #define Z_LINK_ITERABLE_ALIGNED(struct_type, align) \ argument
|
/Zephyr-Core-3.7.0/kernel/ |
D | mempool.c | 12 static void *z_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t size) in z_heap_aligned_alloc() 65 void *k_aligned_alloc(size_t align, size_t size) in k_aligned_alloc() 160 void *z_thread_aligned_alloc(size_t align, size_t size) in z_thread_aligned_alloc()
|
D | kheap.c | 65 void *k_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t bytes, in k_heap_aligned_alloc()
|
D | dynamic.c | 34 static k_thread_stack_t *z_thread_stack_alloc_dyn(size_t align, size_t size) in z_thread_stack_alloc_dyn()
|
/Zephyr-Core-3.7.0/tests/lib/heap_align/src/ |
D | main.c | 24 size_t prefix, size_t align, size_t size) in check_heap_align() 77 for (size_t align = 8; align < HEAP_SZ / 4; align *= 2) { in ZTEST() local
|
/Zephyr-Core-3.7.0/lib/heap/ |
D | shared_multi_heap.c | 21 static void *smh_choice(struct sys_multi_heap *mheap, void *cfg, size_t align, size_t size) in smh_choice() 95 size_t align, size_t bytes) in shared_multi_heap_aligned_alloc()
|
D | multi_heap.c | 49 void *cfg, size_t align, size_t bytes) in sys_multi_heap_aligned_alloc()
|
D | heap.c | 301 void *sys_heap_aligned_alloc(struct sys_heap *heap, size_t align, size_t bytes) in sys_heap_aligned_alloc() 380 size_t align, size_t bytes) in sys_heap_aligned_realloc()
|
/Zephyr-Core-3.7.0/subsys/debug/gdbstub/ |
D | gdbstub.c | 89 bool gdb_mem_can_read(const uintptr_t addr, const size_t len, uint8_t *align) in gdb_mem_can_read() 120 bool gdb_mem_can_write(const uintptr_t addr, const size_t len, uint8_t *align) in gdb_mem_can_write() 309 uint8_t align) in gdb_mem_read_aligned() 385 uint8_t align; in gdb_mem_read() local 447 size_t len, uint8_t align) in gdb_mem_write_aligned() 547 uint8_t align; in gdb_mem_write() local
|
/Zephyr-Core-3.7.0/drivers/tee/ |
D | tee.c | 9 int tee_add_shm(const struct device *dev, void *addr, size_t align, size_t size, in tee_add_shm()
|
/Zephyr-Core-3.7.0/subsys/mem_mgmt/ |
D | mem_attr_heap.c | 26 static void *mah_choice(struct sys_multi_heap *m_heap, void *cfg, size_t align, size_t size) in mah_choice() 69 void *mem_attr_heap_aligned_alloc(uint32_t attr, size_t align, size_t bytes) in mem_attr_heap_aligned_alloc()
|
/Zephyr-Core-3.7.0/drivers/video/ |
D | video_common.c | 22 struct video_buffer *video_buffer_aligned_alloc(size_t size, size_t align) in video_buffer_aligned_alloc()
|
/Zephyr-Core-3.7.0/subsys/llext/ |
D | llext_priv.h | 33 static inline void *llext_aligned_alloc(size_t align, size_t bytes) in llext_aligned_alloc()
|
/Zephyr-Core-3.7.0/subsys/fs/fcb/ |
D | fcb.c | 21 uint8_t align; in fcb_get_align() local 97 uint8_t align; in fcb_init() local
|
/Zephyr-Core-3.7.0/include/zephyr/sys/internal/ |
D | kobject_internal.h | 155 static inline struct k_object *k_object_create_dynamic_aligned(size_t align, in k_object_create_dynamic_aligned()
|
/Zephyr-Core-3.7.0/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 95 #define SECTION_PROLOGUE(name, options, align) \ argument 99 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | blob_io_flash.c | 22 uint8_t align; in test_flash_area() local
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | util.h | 301 #define IS_ALIGNED(ptr, align) (((uintptr_t)(ptr)) % (align) == 0) argument 306 #define ROUND_UP(x, align) \ argument 313 #define ROUND_DOWN(x, align) \ argument
|
/Zephyr-Core-3.7.0/scripts/west_commands/ |
D | bindesc.py | 308 def align(x, alignment): member in Bindesc
|
/Zephyr-Core-3.7.0/tests/lib/multi_heap/src/ |
D | test_mheap_api.c | 310 size_t align, size_t size) in multi_heap_choice()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/pcie/ |
D | controller.h | 268 bool mem, bool mem64, size_t align, in pcie_ctrl_region_get_allocate_base()
|
/Zephyr-Core-3.7.0/arch/x86/ |
D | gen_mmu.py | 169 def round_up(val, align): argument 174 def round_down(val, align): argument
|