Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-rcar/
A Dhw_rng.c16 __aligned(RCAR_CACHE_LINE_SZ);
24 __aligned(RCAR_CACHE_LINE_SZ);
/optee_os-3.20.0/core/arch/arm/plat-imx/
A Dimx_pm.h65 } __aligned(8);
73 } __aligned(8);
/optee_os-3.20.0/core/include/drivers/
A Dzynqmp_csudma.h15 #define __aligned_csudma __aligned(ZYNQMP_CSUDMA_ALIGN)
A Dzynqmp_pm.h35 #define __aligned_efuse __aligned(CACHELINE_LEN)
A Dversal_puf.h69 #define __aligned_puf __aligned(CACHELINE_LEN)
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dvfp.h46 } __aligned(16);
A Dthread_arch.h25 #define THREAD_CORE_LOCAL_ALIGNED __aligned(16)
27 #define THREAD_CORE_LOCAL_ALIGNED __aligned(8)
236 } __aligned(16);
/optee_os-3.20.0/core/arch/riscv/include/kernel/
A Dthread_arch.h17 #define THREAD_CORE_LOCAL_ALIGNED __aligned(2 * RISCV_XLEN_BYTES)
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_types.h171 typedef uint32_t TEE_BigIntFMMContext __aligned(__alignof__(void *)); typedef
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_v7.c208 __aligned(L1_ALIGNMENT) __section(".nozi.mmu.l1");
212 __aligned(L2_ALIGNMENT) __section(".nozi.mmu.l2");
216 __aligned(UL1_ALIGNMENT) __section(".nozi.mmu.ul1");
A Dcore_mmu_lpae.c237 __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");
A Dpgt_cache.c414 __aligned(PGT_SIZE) __section(".nozi.pgt_cache"); in pgt_init()
/optee_os-3.20.0/lib/libutils/ext/include/
A Dcompiler.h28 #define __aligned(x) __attribute__((aligned(x))) macro
/optee_os-3.20.0/core/drivers/bnxt/
A Dbnxt_fw.c137 } __packed __aligned(1);
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c46 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in get_mp_scratch_memory_pool()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_spmc.c76 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);
A Dthread.c50 __aligned(SMALL_PAGE_SIZE)
/optee_os-3.20.0/lib/libutee/
A Dtee_api_arith_mpi.c45 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in _TEE_MathAPI_Init()
/optee_os-3.20.0/core/drivers/
A Dversal_nvm.c26 #define __aligned_efuse __aligned(CACHELINE_LEN)

Completed in 49 milliseconds