Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-rcar/
A Dhw_rng.c15 static uint8_t scratch_buf[SCRATCH_BUF_SZ] __nex_bss
23 static uint8_t rng_cache[PLAT_RND_VECTOR_SZ] __nex_bss
A Dmain.c59 static struct scif_uart_data console_data __nex_bss; variable
60 uint32_t rcar_prr_value __nex_bss; variable
/optee_os/core/arch/arm/plat-totalcompute/
A Dmain.c20 static struct gic_data gic_data __nex_bss; variable
22 static struct pl011_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-imx/
A Dmain.c47 static struct gic_data gic_data __nex_bss; variable
49 static struct imx_uart_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-vexpress/
A Dmain.c29 static struct gic_data gic_data __nex_bss; variable
30 static struct pl011_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-rzg/
A Dmain.c29 static struct scif_uart_data console_data __nex_bss; variable
/optee_os/core/arch/arm/kernel/
A Dtrace_ext.c15 static unsigned int puts_lock __nex_bss = SPINLOCK_UNLOCK; variable
A Dvirtualization.c28 tee_mm_pool_t virt_mapper_pool __nex_bss; variable
31 struct tee_mmap_region *kmemory_map __nex_bss; variable
47 struct guest_partition *current_partition[CFG_TEE_CORE_NB_CORE] __nex_bss;
A Dthread.c42 struct thread_core_local thread_core_local[CFG_TEE_CORE_NB_CORE] __nex_bss;
158 static vaddr_t thread_user_kcode_va __nex_bss; variable
159 long thread_user_kcode_offset __nex_bss; variable
160 static size_t thread_user_kcode_size __nex_bss; variable
165 long thread_user_kdata_sp_offset __nex_bss; variable
176 static unsigned int thread_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
A Dboot.c84 static struct dt_descriptor external_dt __nex_bss; variable
/optee_os/lib/libutils/ext/include/
A Dcompiler.h60 #define __nex_bss __section(".nex_bss") macro
63 #define __nex_bss macro
/optee_os/out/arm/export-ta_arm32/include/
A Dcompiler.h60 #define __nex_bss __section(".nex_bss") macro
63 #define __nex_bss macro
/optee_os/out/arm/export-ta_arm64/include/
A Dcompiler.h60 #define __nex_bss __section(".nex_bss") macro
63 #define __nex_bss macro
/optee_os/out/arm/export-ta_arm32/host_include/
A Dcompiler.h60 #define __nex_bss __section(".nex_bss") macro
63 #define __nex_bss macro
/optee_os/out/arm/export-ta_arm64/host_include/
A Dcompiler.h60 #define __nex_bss __section(".nex_bss") macro
63 #define __nex_bss macro
/optee_os/core/arch/arm/plat-hikey/
A Dmain.c23 static struct pl011_data console_data __nex_bss; variable
/optee_os/core/kernel/
A Dconsole.c17 static struct serial_chip *serial_console __nex_bss; variable
A Dinterrupt.c22 static struct itr_chip *itr_chip __nex_bss; variable
/optee_os/core/arch/arm/mm/
A Dcore_mmu.c51 unsigned long default_nsec_shm_size __nex_bss; variable
52 unsigned long default_nsec_shm_paddr __nex_bss; variable
59 + 1] __nex_bss;
144 static bitstr_t bit_decl(g_asid, MMU_NUM_ASID_PAIRS) __nex_bss;
145 static unsigned int g_asid_spinlock __nex_bss = SPINLOCK_UNLOCK; variable
355 static const struct core_mmu_phys_mem *discovered_nsec_ddr_start __nex_bss; variable
356 static size_t discovered_nsec_ddr_nelems __nex_bss; variable
A Dcore_mmu_lpae.c284 static struct mmu_partition *current_prtn[CFG_TEE_CORE_NB_CORE] __nex_bss;

Completed in 34 milliseconds