Searched refs:TSR_ENW (Results 1 – 8 of 8) sorted by relevance
72 #define TSR_ENW (1U << 31) /* Enable Next Watchdog Timer */ macro341 store_booke_tsr(env, TSR_ENW | TSR_WIS | TSR_WRS_MASK); in cpu_state_change_handler()
126 mtspr(SPRN_TSR, TSR_ENW|TSR_WIS); in __booke_wdt_ping()
241 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
680 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
613 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()640 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()646 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()1422 if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS)) in kvmppc_set_tsr()1885 if (tsr_bits & (TSR_ENW | TSR_WIS)) in kvmppc_clr_tsr_bits()
556 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro
416 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro