Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dnested.c50 atomic_set(&kvm->arch.vncr_map_count, 0); in kvm_init_nested()
801 atomic_dec(&vcpu->kvm->arch.vncr_map_count); in kvm_vcpu_put_hw_mmu()
1477 atomic_inc(&vcpu->kvm->arch.vncr_map_count); in kvm_map_l1_vncr()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c431 atomic_read(&vcpu->kvm->arch.vncr_map_count)) in kvm_hyp_handle_tlbi_el2()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h404 atomic_t vncr_map_count; member