Home
last modified time | relevance | path

Searched refs:__ALIGNED (Results 1 – 25 of 27) sorted by relevance

12

/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_compiler.h120 #ifndef __ALIGNED
121 #define __ALIGNED(x) __attribute__((aligned(x))) macro
192 #ifndef __ALIGNED
193 #define __ALIGNED(x) __align(x) macro
263 #ifndef __ALIGNED
264 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
265 #define __ALIGNED(x) macro
A Dcmsis_iccarm.h46 #ifndef __ALIGNED
48 #define __ALIGNED(x) __attribute__((aligned(x))) macro
51 #define __ALIGNED(x) __attribute__((aligned(x))) macro
53 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
54 #define __ALIGNED(x) macro
A Dcmsis_armcc.h102 #ifndef __ALIGNED
103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_armclang.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_armclang_ltm.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_gcc.h113 #ifndef __ALIGNED
114 #define __ALIGNED(x) __attribute__((aligned(x))) macro
/lk-master/app/lkboot/
A Ddcc.c28 static struct pdcc_buffer_descriptor buffer_desc __ALIGNED(256);
33 static uint8_t htod_buffer[DCC_BUFLEN] __ALIGNED(CACHE_LINE);
34 static uint8_t dtoh_buffer[DCC_BUFLEN] __ALIGNED(CACHE_LINE);
/lk-master/dev/include/dev/
A Ddriver.h73 __ALIGNED(sizeof(void *)) __SECTION("drivers") = { \
81 __ALIGNED(sizeof(void *)) __SECTION("devices") = { \
A Dusb.h20 } usb_descriptor __ALIGNED(2); typedef
/lk-master/arch/arm/arm-m/
A Dspin_cycles.c11 __ALIGNED(8) __NAKED
A Dvectab.c17 static uint8_t initial_stack[1024] __SECTION(".bss.prebss.initial_stack") __ALIGNED(8);
/lk-master/app/include/
A Dapp.h43 #define APP_START(appname) const struct app_descriptor _app_##appname __USED __ALIGNED(sizeof(void …
/lk-master/arch/include/arch/
A Dops.h30 #define __CPU_ALIGN __ALIGNED(CACHE_LINE)
/lk-master/top/include/lk/
A Dcompiler.h22 #define __ALIGNED(x) __attribute__((aligned(x))) macro
167 #define __ALIGNED(x) macro
A Dinit.h65 …const struct lk_init_struct _init_struct_##_name __ALIGNED(sizeof(void *)) __SECTION("lk_init") = …
/lk-master/lib/libc/include/
A Dstdlib.h40 uint8_t var[ROUNDUP(size, CACHE_LINE)] __ALIGNED(CACHE_LINE);
/lk-master/arch/x86/
A Darch.c23 uint8_t _kstack[PAGE_SIZE] __ALIGNED(8);
A Dfpu.c60 static uint8_t __ALIGNED(16) fpu_init_states[512]= {0};
/lk-master/arch/x86/32/
A Dmmu.c30 map_addr_t kernel_pdp[NO_OF_PT_ENTRIES] __ALIGNED(PAGE_SIZE);
31 map_addr_t kernel_pdpt[NO_OF_PT_ENTRIES] __ALIGNED(PAGE_SIZE);
34 map_addr_t kernel_pt[NO_OF_PT_ENTRIES][4] __ALIGNED(PAGE_SIZE);
36 map_addr_t kernel_pd[NO_OF_PT_ENTRIES] __ALIGNED(PAGE_SIZE);
/lk-master/arch/x86/64/
A Dmmu.c32 map_addr_t kernel_pml4[NO_OF_PT_ENTRIES] __ALIGNED(PAGE_SIZE);
33 map_addr_t kernel_pdp[NO_OF_PT_ENTRIES] __ALIGNED(PAGE_SIZE); /* temporary */
34 map_addr_t kernel_pte[NO_OF_PT_ENTRIES] __ALIGNED(PAGE_SIZE);
37 map_addr_t kernel_pdp_high[NO_OF_PT_ENTRIES] __ALIGNED(PAGE_SIZE);
/lk-master/arch/riscv/
A Dmmu.cpp38 riscv_pte_t kernel_pgtable[512] __ALIGNED(PAGE_SIZE);
44 riscv_pte_t trampoline_pgtable[512] __ALIGNED(PAGE_SIZE);
50 riscv_pte_t kernel_l2_pgtable[512][RISCV_MMU_KERNEL_PT_ENTRIES] __ALIGNED(PAGE_SIZE);
/lk-master/platform/bcm28xx/
A Dmailbox.c24 static fb_mbox_t fb_desc __ALIGNED(16);
/lk-master/arch/riscv/include/arch/
A Driscv.h169 } __ALIGNED(CACHE_LINE);
/lk-master/lib/fs/include/lib/
A Dfs.h115 #define STATIC_FS_IMPL(_name, _api) const struct fs_impl __fs_impl_##_name __ALIGNED(sizeof(void *)…
/lk-master/arch/or1k/
A Dmmu.c24 uint32_t or1k_kernel_translation_table[256] __ALIGNED(8192) __SECTION(".bss.prebss.translation_tabl…

Completed in 47 milliseconds

12