Home
last modified time | relevance | path

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

12

/optee_os/core/arch/riscv/kernel/
H A Dsbi_console.c21 static struct sbi_console_data console_data __nex_bss; variable
22 static struct serial_ops sbi_console_ops __nex_bss; variable
/optee_os/core/arch/arm/plat-rcar/
H 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
H A Dmain.c62 static struct scif_uart_data console_data __nex_bss; variable
65 uint32_t rcar_prr_value __nex_bss; variable
/optee_os/core/arch/arm/plat-vexpress/
H A Dmain.c32 static struct pl011_data console_data __nex_bss; variable
33 static uint16_t console_notif_vm_id __nex_bss; variable
34 static uint16_t console_notif_backup_vm_id __nex_bss; variable
195 static unsigned int console_notif_lock __nex_bss __maybe_unused;
/optee_os/core/arch/arm/plat-rpi5/
H A Dmain.c13 static struct pl011_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-d06/
H A Dmain.c10 static struct lpc_uart_data console_data __nex_bss; variable
/optee_os/core/arch/riscv/plat-spike/
H A Dmain.c14 static struct htif_console_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-totalcompute/
H A Dmain.c18 static struct pl011_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-rzg/
H A Dmain.c29 static struct scif_uart_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-corstone1000/
H A Dmain.c15 static struct pl011_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-automotive_rd/
H A Dmain.c15 static struct pl011_data console_data __nex_bss; variable
/optee_os/core/kernel/
H A Dtrace_ext.c16 static unsigned int puts_lock __nex_bss = SPINLOCK_UNLOCK; variable
H A Dthread.c23 struct thread_core_local *thread_core_local __nex_bss; variable
24 size_t thread_core_count __nex_bss; variable
29 __thread_core_local[CFG_TEE_CORE_NB_CORE] __nex_bss;
36 unsigned long thread_core_local_pa __nex_bss; variable
37 struct thread_core_local *__thread_core_local_new __nex_bss; variable
38 size_t __thread_core_count_new __nex_bss; variable
92 static unsigned int thread_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
H A Dcallout.c14 static size_t callout_sched_core __nex_bss; variable
16 static const struct callout_timer_desc *callout_desc __nex_bss; variable
/optee_os/core/arch/riscv/plat-virt/
H A Dmain.c16 static struct ns16550_data console_data __nex_bss; variable
/optee_os/core/drivers/
H A Dsemihosting_console.c24 static struct semihosting_console_data sh_console_data __nex_bss; variable
H A Dhfic.c43 static struct hfic_data hfic_data __nex_bss; variable
/optee_os/core/arch/arm/mm/
H A Dcore_mmu.c31 static bitstr_t bit_decl(g_asid, MMU_NUM_ASID_PAIRS) __nex_bss;
32 static unsigned int g_asid_spinlock __nex_bss = SPINLOCK_UNLOCK; variable
/optee_os/core/arch/arm/plat-zynqmp/
H A Dmain.c49 static struct cdns_uart_data console_data __nex_bss; variable
/optee_os/core/arch/arm/kernel/
H A Dgeneric_timer.c44 static struct itr_handler timer_itr __nex_bss; variable
H A Dvirtualization.c40 struct memory_map *kmem_map __nex_bss; variable
47 static bool add_disabled __nex_bss; variable
48 static unsigned gsd_count __nex_bss; variable
49 static struct guest_spec_data *gsd_array __nex_bss; variable
73 struct guest_partition *current_partition[CFG_TEE_CORE_NB_CORE] __nex_bss;
/optee_os/core/arch/riscv/plat-spike/drivers/
H A Dhtif.c14 static unsigned int htif_global_lock __nex_bss = SPINLOCK_UNLOCK; variable
/optee_os/core/arch/arm/plat-imx/
H A Dmain.c42 static struct imx_uart_data console_data __nex_bss; variable
/optee_os/core/arch/arm/plat-nuvoton/
H A Dmain.c32 static struct ns16550_data console_data __nex_bss; variable
/optee_os/core/mm/
H A Dpage_alloc.c16 static tee_mm_pool_t core_virt_nex_pool __nex_bss; variable

12