Searched refs:TSR_WIS (Results 1 – 8 of 8) sorted by relevance
584 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()612 if (tsr & TSR_WIS) in kvmppc_watchdog_func()615 new_tsr = tsr | TSR_WIS; in kvmppc_watchdog_func()621 if (new_tsr & TSR_WIS) { in kvmppc_watchdog_func()655 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()1388 if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS)) in kvmppc_set_tsr()1852 if (tsr_bits & (TSR_ENW | TSR_WIS)) in kvmppc_clr_tsr_bits()
126 mtspr(SPRN_TSR, TSR_ENW|TSR_WIS); in __booke_wdt_ping()
185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
248 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
741 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
569 #define TSR_WIS 0x40000000 /* WDT Interrupt Status */ macro
356 mtspr(SPRN_TSR, TSR_WIS); in reset_85xx_watchdog()
417 #define TSR_WIS 0x40000000 /* WDT Interrupt Status */ macro