Searched refs:read_tc_c0_tcstatus (Results 1 – 4 of 4) sorted by relevance
65 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || in vpe_run()88 val = read_tc_c0_tcstatus(); in vpe_run()160 tmp = read_tc_c0_tcstatus(); in cleanup_tc()250 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A); in vpe_free()477 tmp = read_tc_c0_tcstatus(); in vpe_module_init()
98 tmp = read_tc_c0_tcstatus(); in smvp_tc_init()154 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A); in vsmp_boot_secondary()
105 tcstatval = read_tc_c0_tcstatus(); in mips_mt_regdump()
401 #define read_tc_c0_tcstatus() mftc0(2, 1) macro