Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dreg_booke.h549 #define TCR_GET_WP(tcr) ((((tcr) & 0xC0000000) >> 30) | \ macro
552 #define TCR_GET_WP(tcr) (((tcr) & 0xC0000000) >> 30) macro
/linux/arch/powerpc/kvm/
A Dbooke.c579 u32 period = TCR_GET_WP(vcpu->arch.tcr); in watchdog_next_timeout()

Completed in 12 milliseconds