Searched refs:core_reg_write (Results 1 – 3 of 3) sorted by relevance
/arch/metag/kernel/ |
D | core_reg.c | 41 void core_reg_write(int unit, int reg, int thread, unsigned int val) in core_reg_write() function 71 EXPORT_SYMBOL(core_reg_write);
|
D | smp.c | 78 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/ |
D | core_reg.h | 6 extern void core_reg_write(int unit, int reg, int thread, unsigned int val);
|