Home
last modified time | relevance | path

Searched refs:core_reg_read (Results 1 – 4 of 4) sorted by relevance

/arch/metag/kernel/
Dcore_reg.c83 unsigned int core_reg_read(int unit, int reg, int thread) in core_reg_read() function
117 EXPORT_SYMBOL(core_reg_read);
Dsmp.c88 val = core_reg_read(TXUCT_ID, TXPRIVEXT_REGNUM, thread); in boot_secondary()
95 val = core_reg_read(TXUCT_ID, TXENABLE_REGNUM, thread); in boot_secondary()
664 if (core_reg_read(TXUCT_ID, TXENABLE_REGNUM, i)) in get_core_count()
Dsetup.c489 txenable = core_reg_read(TXUCT_ID, TXENABLE_REGNUM, in show_cpuinfo()
/arch/metag/include/asm/
Dcore_reg.h7 extern unsigned int core_reg_read(int unit, int reg, int thread);