Home
last modified time | relevance | path

Searched refs:TSR_ENW (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/kernel/
Dswsusp_asm64.S248 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
Dswsusp_booke.S184 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
Dtime.c692 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
/arch/powerpc/kvm/
Dbooke.c576 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()
603 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()
609 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()
1365 if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS)) in kvmppc_set_tsr()
1840 if (tsr_bits & (TSR_ENW | TSR_WIS)) in kvmppc_clr_tsr_bits()
/arch/powerpc/include/asm/
Dreg_booke.h575 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro