Searched refs:__ALIGNED (Results 1 – 25 of 27) sorted by relevance
12
120 #ifndef __ALIGNED121 #define __ALIGNED(x) __attribute__((aligned(x))) macro192 #ifndef __ALIGNED193 #define __ALIGNED(x) __align(x) macro263 #ifndef __ALIGNED264 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.265 #define __ALIGNED(x) macro
46 #ifndef __ALIGNED48 #define __ALIGNED(x) __attribute__((aligned(x))) macro51 #define __ALIGNED(x) __attribute__((aligned(x))) macro53 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.54 #define __ALIGNED(x) macro
102 #ifndef __ALIGNED103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
103 #ifndef __ALIGNED104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
113 #ifndef __ALIGNED114 #define __ALIGNED(x) __attribute__((aligned(x))) macro
28 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);
73 __ALIGNED(sizeof(void *)) __SECTION("drivers") = { \81 __ALIGNED(sizeof(void *)) __SECTION("devices") = { \
20 } usb_descriptor __ALIGNED(2); typedef
11 __ALIGNED(8) __NAKED
17 static uint8_t initial_stack[1024] __SECTION(".bss.prebss.initial_stack") __ALIGNED(8);
43 #define APP_START(appname) const struct app_descriptor _app_##appname __USED __ALIGNED(sizeof(void …
30 #define __CPU_ALIGN __ALIGNED(CACHE_LINE)
22 #define __ALIGNED(x) __attribute__((aligned(x))) macro167 #define __ALIGNED(x) macro
65 …const struct lk_init_struct _init_struct_##_name __ALIGNED(sizeof(void *)) __SECTION("lk_init") = …
40 uint8_t var[ROUNDUP(size, CACHE_LINE)] __ALIGNED(CACHE_LINE);
23 uint8_t _kstack[PAGE_SIZE] __ALIGNED(8);
60 static uint8_t __ALIGNED(16) fpu_init_states[512]= {0};
30 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);
32 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);
38 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);
24 static fb_mbox_t fb_desc __ALIGNED(16);
169 } __ALIGNED(CACHE_LINE);
115 #define STATIC_FS_IMPL(_name, _api) const struct fs_impl __fs_impl_##_name __ALIGNED(sizeof(void *)…
24 uint32_t or1k_kernel_translation_table[256] __ALIGNED(8192) __SECTION(".bss.prebss.translation_tabl…
Completed in 47 milliseconds