Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h431 vcpu_set_flag(vcpu, PMUSERENR_ON_CPU); in __activate_traps_common()
462 vcpu_clear_flag(vcpu, PMUSERENR_ON_CPU); in __deactivate_traps_common()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1033 #define PMUSERENR_ON_CPU __vcpu_single_flag(sflags, BIT(5)) macro