/optee_os-3.20.0/core/arch/arm/plat-rcar/ |
A D | main.c | 62 static struct scif_uart_data console_data __nex_bss; variable 63 static struct gic_data gic_data __nex_bss; variable 66 uint32_t rcar_prr_value __nex_bss; variable
|
/optee_os-3.20.0/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-3.20.0/core/arch/riscv/plat-virt/ |
A D | main.c | 13 static struct plic_data plic_data __nex_bss; variable 14 static struct ns16550_data console_data __nex_bss; variable
|
/optee_os-3.20.0/core/arch/arm/plat-corstone1000/ |
A D | main.c | 15 static struct gic_data gic_data __nex_bss; variable 16 static struct pl011_data console_data __nex_bss; variable
|
/optee_os-3.20.0/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-3.20.0/core/arch/arm/plat-zynqmp/ |
A D | main.c | 50 static struct gic_data gic_data __nex_bss; variable 51 static struct cdns_uart_data console_data __nex_bss; variable
|
/optee_os-3.20.0/core/arch/riscv/kernel/ |
A D | sbi_console.c | 23 static struct sbi_console_data console_data __nex_bss; variable 24 static unsigned int sbi_console_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
|
/optee_os-3.20.0/core/arch/arm/plat-d06/ |
A D | main.c | 10 static struct lpc_uart_data console_data __nex_bss; variable
|
/optee_os-3.20.0/core/arch/arm/plat-rzg/ |
A D | main.c | 29 static struct scif_uart_data console_data __nex_bss; variable
|
/optee_os-3.20.0/core/arch/riscv/plat-spike/ |
A D | main.c | 14 static struct htif_console_data console_data __nex_bss; variable
|
/optee_os-3.20.0/core/arch/arm/plat-hikey/ |
A D | main.c | 23 static struct pl011_data console_data __nex_bss; variable
|
/optee_os-3.20.0/core/kernel/ |
A D | trace_ext.c | 15 static unsigned int puts_lock __nex_bss = SPINLOCK_UNLOCK; variable
|
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
|
A D | thread.c | 73 static unsigned int thread_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
|
/optee_os-3.20.0/core/arch/arm/plat-vexpress/ |
A D | main.c | 31 static struct gic_data gic_data __nex_bss; variable 32 static struct pl011_data console_data __nex_bss; variable
|
/optee_os-3.20.0/core/arch/riscv/plat-spike/drivers/ |
A D | htif.c | 14 static unsigned int htif_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
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 | 39 static vaddr_t thread_user_kcode_va __nex_bss; variable 40 long thread_user_kcode_offset __nex_bss; variable 41 static size_t thread_user_kcode_size __nex_bss; variable 46 long thread_user_kdata_sp_offset __nex_bss; variable
|
A D | boot.c | 85 static struct dt_descriptor external_dt __nex_bss; variable
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | core_mmu.c | 32 static unsigned int g_asid_spinlock __nex_bss = SPINLOCK_UNLOCK; variable
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | compiler.h | 71 #define __nex_bss __section(".nex_bss") macro 74 #define __nex_bss macro
|
/optee_os-3.20.0/core/mm/ |
A D | core_mmu.c | 46 unsigned long default_nsec_shm_size __nex_bss; variable 47 unsigned long default_nsec_shm_paddr __nex_bss; variable 393 static const struct core_mmu_phys_mem *discovered_nsec_ddr_start __nex_bss; variable 394 static size_t discovered_nsec_ddr_nelems __nex_bss; variable
|