Searched refs:__aligned (Results 1 – 19 of 19) sorted by relevance
16 __aligned(RCAR_CACHE_LINE_SZ);24 __aligned(RCAR_CACHE_LINE_SZ);
65 } __aligned(8);73 } __aligned(8);
15 #define __aligned_csudma __aligned(ZYNQMP_CSUDMA_ALIGN)
35 #define __aligned_efuse __aligned(CACHELINE_LEN)
69 #define __aligned_puf __aligned(CACHELINE_LEN)
46 } __aligned(16);
25 #define THREAD_CORE_LOCAL_ALIGNED __aligned(16)27 #define THREAD_CORE_LOCAL_ALIGNED __aligned(8)236 } __aligned(16);
17 #define THREAD_CORE_LOCAL_ALIGNED __aligned(2 * RISCV_XLEN_BYTES)
171 typedef uint32_t TEE_BigIntFMMContext __aligned(__alignof__(void *)); typedef
208 __aligned(L1_ALIGNMENT) __section(".nozi.mmu.l1");212 __aligned(L2_ALIGNMENT) __section(".nozi.mmu.l2");216 __aligned(UL1_ALIGNMENT) __section(".nozi.mmu.ul1");
237 __aligned(NUM_BASE_LEVEL_ENTRIES * XLAT_ENTRY_SIZE)241 __aligned(XLAT_TABLE_SIZE) __section(".nozi.mmu.l2");247 __aligned(XLAT_TABLE_SIZE) __section(".nozi.mmu.l2");
414 __aligned(PGT_SIZE) __section(".nozi.pgt_cache"); in pgt_init()
28 #define __aligned(x) __attribute__((aligned(x))) macro
137 } __packed __aligned(1);
46 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in get_mp_scratch_memory_pool()
76 static uint8_t __rx_buf[SMALL_PAGE_SIZE] __aligned(SMALL_PAGE_SIZE);77 static uint8_t __tx_buf[SMALL_PAGE_SIZE] __aligned(SMALL_PAGE_SIZE);
50 __aligned(SMALL_PAGE_SIZE)
45 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in _TEE_MathAPI_Init()
26 #define __aligned_efuse __aligned(CACHELINE_LEN)
Completed in 28 milliseconds