Home
last modified time | relevance | path

Searched refs:TSR_WIS (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/watchdog/
Dbooke_wdt.c126 mtspr(SPRN_TSR, TSR_ENW|TSR_WIS); in __booke_wdt_ping()
/linux-6.1.9/arch/powerpc/kvm/
Dbooke.c610 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()
638 if (tsr & TSR_WIS) in kvmppc_watchdog_func()
641 new_tsr = tsr | TSR_WIS; in kvmppc_watchdog_func()
647 if (new_tsr & TSR_WIS) { in kvmppc_watchdog_func()
681 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()
1413 if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS)) in kvmppc_set_tsr()
1876 if (tsr_bits & (TSR_ENW | TSR_WIS)) in kvmppc_clr_tsr_bits()
/linux-6.1.9/arch/powerpc/kernel/
Dswsusp_85xx.S185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
Dswsusp_asm64.S241 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
Dtime.c698 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
/linux-6.1.9/arch/powerpc/include/asm/
Dreg_booke.h557 #define TSR_WIS 0x40000000 /* WDT Interrupt Status */ macro