Home
last modified time | relevance | path

Searched refs:TCR_GET_WP (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
Dreg_booke.h568 #define TCR_GET_WP(tcr) ((((tcr) & 0xC0000000) >> 30) | \ macro
571 #define TCR_GET_WP(tcr) (((tcr) & 0xC0000000) >> 30) macro
/arch/powerpc/kvm/
Dbooke.c543 u32 period = TCR_GET_WP(vcpu->arch.tcr); in watchdog_next_timeout()