Home
last modified time | relevance | path

Searched defs:__nex_bss (Results 1 – 18 of 18) sorted by relevance

/optee_os/core/arch/arm/plat-rcar/
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-rzg/
A Dmain.c29 static struct scif_uart_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-hikey/
A Dmain.c23 static struct pl011_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/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
A Dthread.c158 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/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/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/mm/
A Dcore_mmu.c51 unsigned long default_nsec_shm_size __nex_bss; variable
52 unsigned long default_nsec_shm_paddr __nex_bss; variable
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

Completed in 22 milliseconds