Home
last modified time | relevance | path

Searched refs:pf_fixed (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dtdp_mmu.c564 vcpu->stat.pf_fixed++; in tdp_mmu_map_handle_target_level()
H A Dpaging_tmpl.h724 ++vcpu->stat.pf_fixed; in FNAME()
H A Dmmu.c2903 ++vcpu->stat.pf_fixed; in __direct_map()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1035 u64 pf_fixed; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c206 VCPU_STAT("pf_fixed", pf_fixed),