Searched defs:align (Results 26 – 37 of 37) sorted by relevance
12
/Zephyr-latest/tests/lib/multi_heap/src/ |
D | test_mheap_api.c | 371 size_t align, size_t size) in multi_heap_choice()
|
/Zephyr-latest/kernel/ |
D | userspace.c | 321 static struct k_object *dynamic_object_create(enum k_objects otype, size_t align, in dynamic_object_create() 385 struct k_object *k_object_create_dynamic_aligned(size_t align, size_t size) in k_object_create_dynamic_aligned()
|
D | mmu.c | 288 static void *virt_region_alloc(size_t size, size_t align) in virt_region_alloc() 1008 uintptr_t addr, size_t size, size_t align) in k_mem_region_align()
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | default.ld | 52 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | default.ld | 52 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
/Zephyr-latest/soc/espressif/esp32/ |
D | default_appcpu.ld | 47 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
D | default.ld | 58 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | default.ld | 46 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | default.ld | 63 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | default.ld | 63 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 250 unsigned int align; /* current argument's required alignment */ in cbvprintf_package() local
|
/Zephyr-latest/drivers/pcie/controller/ |
D | pcie_brcmstb.c | 314 bool mem, bool mem64, size_t align, in pcie_brcmstb_region_get_allocate_base()
|
12