Home
last modified time | relevance | path

Searched refs:mmu_type (Results 1 – 7 of 7) sorted by relevance

/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c199 const char *mmu_type; in set_satp_mode_from_fdt() local
213 mmu_type = fdt_getprop(fdt, node, "mmu-type", NULL); in set_satp_mode_from_fdt()
214 if (!mmu_type) in set_satp_mode_from_fdt()
217 if (!strcmp(mmu_type, "riscv,sv39")) in set_satp_mode_from_fdt()
219 else if (!strcmp(mmu_type, "riscv,sv48")) in set_satp_mode_from_fdt()
/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h410 enum kvm_mmu_type mmu_type);
412 enum kvm_mmu_type mmu_type);
H A Dmmu.c782 enum kvm_mmu_type mmu_type) in track_possible_nx_huge_page() argument
796 ++kvm->arch.possible_nx_huge_pages[mmu_type].nr_pages; in track_possible_nx_huge_page()
798 &kvm->arch.possible_nx_huge_pages[mmu_type].pages); in track_possible_nx_huge_page()
827 enum kvm_mmu_type mmu_type) in untrack_possible_nx_huge_page() argument
833 --kvm->arch.possible_nx_huge_pages[mmu_type].nr_pages; in untrack_possible_nx_huge_page()
7721 enum kvm_mmu_type mmu_type) in nx_huge_pages_to_zap() argument
7723 unsigned long pages = READ_ONCE(kvm->arch.possible_nx_huge_pages[mmu_type].nr_pages); in nx_huge_pages_to_zap()
7755 const enum kvm_mmu_type mmu_type) in kvm_recover_nx_huge_pages() argument
7758 const bool is_tdp_mmu = mmu_type == KVM_TDP_MMU; in kvm_recover_nx_huge_pages()
7764 unsigned long to_zap = nx_huge_pages_to_zap(kvm, mmu_type); in kvm_recover_nx_huge_pages()
[all …]
/linux/arch/powerpc/kvm/
H A De500_mmu.c744 if (cfg->mmu_type != KVM_MMU_FSL_BOOKE_NOHV) in kvm_vcpu_ioctl_config_tlb()
/linux/include/uapi/linux/
H A Dkvm.h1106 __u32 mmu_type; member
/linux/tools/include/uapi/linux/
H A Dkvm.h1099 __u32 mmu_type; member
/linux/Documentation/virt/kvm/
H A Dapi.rst7543 __u32 mmu_type;
7552 by "mmu_type" and "params".