Searched refs:TCHALT_H (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vpe-mt.c | 66 !(read_tc_c0_tchalt() & TCHALT_H)) { in vpe_run() 92 write_tc_c0_tchalt(read_tc_c0_tchalt() & ~TCHALT_H); in vpe_run() 166 write_tc_c0_tchalt(TCHALT_H); in cleanup_tc() 245 write_tc_c0_tchalt(TCHALT_H); in vpe_free() 472 write_tc_c0_tchalt(TCHALT_H); in vpe_module_init()
|
H A D | smp-mt.c | 105 write_tc_c0_tchalt(TCHALT_H); in smvp_tc_init()
|
H A D | smp-cps.c | 417 write_c0_tchalt(TCHALT_H); in cps_shutdown_this_cpu() 520 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
|
H A D | cps-vec.S | 281 li t0, TCHALT_H 509 li t0, TCHALT_H
|
H A D | pm-cps.c | 441 uasm_i_addiu(&p, t0, zero, TCHALT_H); in cps_gen_entry_code()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vpe-mt.c | 66 !(read_tc_c0_tchalt() & TCHALT_H)) { in vpe_run() 92 write_tc_c0_tchalt(read_tc_c0_tchalt() & ~TCHALT_H); in vpe_run() 166 write_tc_c0_tchalt(TCHALT_H); in cleanup_tc() 245 write_tc_c0_tchalt(TCHALT_H); in vpe_free() 471 write_tc_c0_tchalt(TCHALT_H); in vpe_module_init()
|
H A D | smp-mt.c | 106 write_tc_c0_tchalt(TCHALT_H); in smvp_tc_init()
|
H A D | cps-vec.S | 278 li t0, TCHALT_H 506 li t0, TCHALT_H
|
H A D | smp-cps.c | 415 write_c0_tchalt(TCHALT_H); in cps_shutdown_this_cpu() 515 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
|
H A D | pm-cps.c | 441 uasm_i_addiu(&p, t0, zero, TCHALT_H); in cps_gen_entry_code()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | mipsmtregs.h | 178 #define TCHALT_H (_ULCAST_(1)) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | mipsmtregs.h | 177 #define TCHALT_H (_ULCAST_(1)) macro
|
Completed in 10 milliseconds