Home
last modified time | relevance | path

Searched defs:align (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-Core-3.7.0/include/zephyr/linker/
Dlinker-tool-lld.h39 #define SECTION_PROLOGUE(name, options, align) \ argument
58 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
Dlinker-tool-mwdt.h81 #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
Dlinker-tool-gcc.h177 #define SECTION_PROLOGUE(name, options, align) \ argument
202 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
Diterable_sections.h26 #define Z_LINK_ITERABLE_ALIGNED(struct_type, align) \ argument
/Zephyr-Core-3.7.0/kernel/
Dmempool.c12 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()
Dkheap.c65 void *k_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t bytes, in k_heap_aligned_alloc()
Ddynamic.c34 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/
Dmain.c24 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/
Dshared_multi_heap.c21 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()
Dmulti_heap.c49 void *cfg, size_t align, size_t bytes) in sys_multi_heap_aligned_alloc()
Dheap.c301 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/
Dgdbstub.c89 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/
Dtee.c9 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/
Dmem_attr_heap.c26 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/
Dvideo_common.c22 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/
Dllext_priv.h33 static inline void *llext_aligned_alloc(size_t align, size_t bytes) in llext_aligned_alloc()
/Zephyr-Core-3.7.0/subsys/fs/fcb/
Dfcb.c21 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/
Dkobject_internal.h155 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/
Dqemu_x86_tiny.ld95 #define SECTION_PROLOGUE(name, options, align) \ argument
99 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dblob_io_flash.c22 uint8_t align; in test_flash_area() local
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dutil.h301 #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/
Dbindesc.py308 def align(x, alignment): member in Bindesc
/Zephyr-Core-3.7.0/tests/lib/multi_heap/src/
Dtest_mheap_api.c310 size_t align, size_t size) in multi_heap_choice()
/Zephyr-Core-3.7.0/include/zephyr/drivers/pcie/
Dcontroller.h268 bool mem, bool mem64, size_t align, in pcie_ctrl_region_get_allocate_base()
/Zephyr-Core-3.7.0/arch/x86/
Dgen_mmu.py169 def round_up(val, align): argument
174 def round_down(val, align): argument

12