Home
last modified time | relevance | path

Searched refs:core_reg_write (Results 1 – 3 of 3) sorted by relevance

/arch/metag/kernel/
Dcore_reg.c41 void core_reg_write(int unit, int reg, int thread, unsigned int val) in core_reg_write() function
71 EXPORT_SYMBOL(core_reg_write);
Dsmp.c78 core_reg_write(TXUPC_ID, 0, thread, (unsigned int)secondary_startup); in boot_secondary()
79 core_reg_write(TXUPC_ID, 1, thread, 0); in boot_secondary()
85 core_reg_write(TXUCT_ID, TXSTATUS_REGNUM, thread, TXSTATUS_PSTAT_BIT); in boot_secondary()
89 core_reg_write(TXUCT_ID, TXPRIVEXT_REGNUM, thread, val & ~0x80); in boot_secondary()
96 core_reg_write(TXUCT_ID, TXENABLE_REGNUM, thread, val | 0x1); in boot_secondary()
/arch/metag/include/asm/
Dcore_reg.h6 extern void core_reg_write(int unit, int reg, int thread, unsigned int val);