Home
last modified time | relevance | path

Searched refs:TCR_GET_WP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg_booke.h561 #define TCR_GET_WP(tcr) ((((tcr) & 0xC0000000) >> 30) | \ macro
564 #define TCR_GET_WP(tcr) (((tcr) & 0xC0000000) >> 30) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg_booke.h549 #define TCR_GET_WP(tcr) ((((tcr) & 0xC0000000) >> 30) | \ macro
552 #define TCR_GET_WP(tcr) (((tcr) & 0xC0000000) >> 30) macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbooke.c553 u32 period = TCR_GET_WP(vcpu->arch.tcr); in watchdog_next_timeout()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbooke.c582 u32 period = TCR_GET_WP(vcpu->arch.tcr); in watchdog_next_timeout()

Completed in 10 milliseconds