/optee_os/core/arch/arm/plat-rcar/ |
A D | main.c | 59 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 D | main.c | 20 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 D | main.c | 47 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 D | main.c | 29 static struct scif_uart_data console_data __nex_bss; variable
|
/optee_os/core/arch/arm/plat-hikey/ |
A D | main.c | 23 static struct pl011_data console_data __nex_bss; variable
|
/optee_os/core/arch/arm/plat-vexpress/ |
A D | main.c | 29 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 D | trace_ext.c | 15 static unsigned int puts_lock __nex_bss = SPINLOCK_UNLOCK; variable
|
A D | virtualization.c | 28 tee_mm_pool_t virt_mapper_pool __nex_bss; variable 31 struct tee_mmap_region *kmemory_map __nex_bss; variable
|
A D | thread.c | 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 D | boot.c | 84 static struct dt_descriptor external_dt __nex_bss; variable
|
/optee_os/core/kernel/ |
A D | console.c | 17 static struct serial_chip *serial_console __nex_bss; variable
|
A D | interrupt.c | 22 static struct itr_chip *itr_chip __nex_bss; variable
|
/optee_os/lib/libutils/ext/include/ |
A D | compiler.h | 60 #define __nex_bss __section(".nex_bss") macro 63 #define __nex_bss macro
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | compiler.h | 60 #define __nex_bss __section(".nex_bss") macro 63 #define __nex_bss macro
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | compiler.h | 60 #define __nex_bss __section(".nex_bss") macro 63 #define __nex_bss macro
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | compiler.h | 60 #define __nex_bss __section(".nex_bss") macro 63 #define __nex_bss macro
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | compiler.h | 60 #define __nex_bss __section(".nex_bss") macro 63 #define __nex_bss macro
|
/optee_os/core/arch/arm/mm/ |
A D | core_mmu.c | 51 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
|