Home
last modified time | relevance | path

Searched refs:vcpu_has_cache_enabled (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_mmu.h200 static inline bool vcpu_has_cache_enabled(struct kvm_vcpu *vcpu) in vcpu_has_cache_enabled() function
/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c2135 vcpu_has_cache_enabled(vcpu)); in kvm_set_way_flush()
2143 bool now_enabled = vcpu_has_cache_enabled(vcpu); in kvm_toggle_cache()
H A Dsys_regs.c257 bool was_enabled = vcpu_has_cache_enabled(vcpu); in access_vm_reg()