Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/arch/arm/plat-rcar/
H A Dhw_rng.c16 __aligned(RCAR_CACHE_LINE_SZ);
24 __aligned(RCAR_CACHE_LINE_SZ);
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_main.h197 } __packed __aligned(4);
204 } __packed __aligned(4);
226 } __packed __aligned(4);
320 } __packed __aligned(4);
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h29 #define THREAD_CORE_LOCAL_ALIGNED __aligned(16)
104 } __aligned(16);
129 } __aligned(16);
/optee_os/core/include/drivers/
H A Dzynqmp_csudma.h15 #define __aligned_csudma __aligned(ZYNQMP_CSUDMA_ALIGN)
H A Dzynqmp_pm.h35 #define __aligned_efuse __aligned(CACHELINE_LEN)
H A Dversal_puf.h69 #define __aligned_puf __aligned(CACHELINE_LEN)
/optee_os/core/arch/arm/include/kernel/
H A Dvfp.h46 } __aligned(16);
H A Dthread_arch.h25 #define THREAD_CORE_LOCAL_ALIGNED __aligned(16)
27 #define THREAD_CORE_LOCAL_ALIGNED __aligned(8)
290 } __aligned(16);
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c211 __aligned(L1_ALIGNMENT) __section(".nozi.mmu.l1");
215 __aligned(L2_ALIGNMENT) __section(".nozi.mmu.l2");
219 __aligned(UL1_ALIGNMENT) __section(".nozi.mmu.ul1");
H A Dcore_mmu_lpae.c276 __aligned(NUM_BASE_LEVEL_ENTRIES * XLAT_ENTRY_SIZE)
281 __aligned(XLAT_TABLE_SIZE) __section(".nozi.mmu.l2");
286 __aligned(XLAT_TABLE_SIZE) __section(".nozi.mmu.l2");
/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c59 __aligned(RISCV_PGSIZE)
63 __aligned(RISCV_PGSIZE) __section(".nozi.mmu.pool_pgts");
66 __aligned(RISCV_PGSIZE) __section(".nozi.mmu.usr_pgts");
/optee_os/lib/libutils/ext/include/
H A Dcompiler.h42 #define __aligned(x) __attribute__((aligned(x))) macro
/optee_os/core/drivers/crypto/ele/
H A Dele.c550 unsigned long __aligned(CACHELINE_SIZE) aslr = 0; in plat_get_aslr_seed()
/optee_os/core/drivers/bnxt/
H A Dbnxt_fw.c137 } __packed __aligned(1);
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c46 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in get_mp_scratch_memory_pool()
/optee_os/core/mm/
H A Dpgt_cache.c418 __aligned(PGT_SIZE) __section(".nozi.pgt_cache"); in pgt_init()
/optee_os/core/drivers/
H A Dversal_nvm.c26 #define __aligned_efuse __aligned(CACHELINE_LEN)
/optee_os/core/arch/arm/kernel/
H A Dthread.c51 __aligned(SMALL_PAGE_SIZE)
H A Dthread_spmc.c115 static uint8_t __rx_buf[SMALL_PAGE_SIZE] __aligned(SMALL_PAGE_SIZE) __nex_bss;
116 static uint8_t __tx_buf[SMALL_PAGE_SIZE] __aligned(SMALL_PAGE_SIZE) __nex_bss;
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c45 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in _TEE_MathAPI_Init()