Home
last modified time | relevance | path

Searched refs:mmu_type (Results 1 – 4 of 4) 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);
/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/tools/include/uapi/linux/
H A Dkvm.h1099 __u32 mmu_type; member