Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-rcar/
A Dmain.c62 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 Dmain.c20 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 Dmain.c13 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 Dmain.c15 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 Dmain.c47 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 Dmain.c50 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 Dsbi_console.c23 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 Dmain.c10 static struct lpc_uart_data console_data __nex_bss; variable
/optee_os-3.20.0/core/arch/arm/plat-rzg/
A Dmain.c29 static struct scif_uart_data console_data __nex_bss; variable
/optee_os-3.20.0/core/arch/riscv/plat-spike/
A Dmain.c14 static struct htif_console_data console_data __nex_bss; variable
/optee_os-3.20.0/core/arch/arm/plat-hikey/
A Dmain.c23 static struct pl011_data console_data __nex_bss; variable
/optee_os-3.20.0/core/kernel/
A Dtrace_ext.c15 static unsigned int puts_lock __nex_bss = SPINLOCK_UNLOCK; variable
A Dconsole.c17 static struct serial_chip *serial_console __nex_bss; variable
A Dinterrupt.c22 static struct itr_chip *itr_chip __nex_bss; variable
A Dthread.c73 static unsigned int thread_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
/optee_os-3.20.0/core/arch/arm/plat-vexpress/
A Dmain.c31 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 Dhtif.c14 static unsigned int htif_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
/optee_os-3.20.0/core/arch/arm/kernel/
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.c39 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 Dboot.c85 static struct dt_descriptor external_dt __nex_bss; variable
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu.c32 static unsigned int g_asid_spinlock __nex_bss = SPINLOCK_UNLOCK; variable
/optee_os-3.20.0/lib/libutils/ext/include/
A Dcompiler.h71 #define __nex_bss __section(".nex_bss") macro
74 #define __nex_bss macro
/optee_os-3.20.0/core/mm/
A Dcore_mmu.c46 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

Completed in 40 milliseconds