Home
last modified time | relevance | path

Searched refs:LPCR_ONL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h459 #define LPCR_ONL ASM_CONST(0x0000000000040000) /* online - PURR/SPURR count */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h605 #define LPCR_ONL PPC_BIT(45) macro
H A Dcpu_init.c6368 LPCR_AIL | LPCR_ONL | LPCR_P8_PECE0 | LPCR_P8_PECE1 | in POWERPC_FAMILY()
6560 LPCR_UPRT | LPCR_EVIRT | LPCR_ONL | LPCR_HR | LPCR_LD | in POWERPC_FAMILY()
6740 LPCR_UPRT | LPCR_EVIRT | LPCR_ONL | LPCR_HR | LPCR_LD | in POWERPC_FAMILY()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c5460 lpcr |= LPCR_ONL; in kvmppc_core_init_vm_hv()