Home
last modified time | relevance | path

Searched full:sv39 (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/arch/riscv/boot/dts/sifive/
H A Dfu540-c000.dtsi53 mmu-type = "riscv,sv39";
77 mmu-type = "riscv,sv39";
101 mmu-type = "riscv,sv39";
125 mmu-type = "riscv,sv39";
H A Dfu740-c000.dtsi54 mmu-type = "riscv,sv39";
78 mmu-type = "riscv,sv39";
102 mmu-type = "riscv,sv39";
126 mmu-type = "riscv,sv39";
/openbmc/linux/arch/riscv/boot/dts/thead/
H A Dth1520.dtsi31 mmu-type = "riscv,sv39";
52 mmu-type = "riscv,sv39";
73 mmu-type = "riscv,sv39";
94 mmu-type = "riscv,sv39";
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dcpus.yaml71 - riscv,sv39
178 mmu-type = "riscv,sv39";
/openbmc/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs.dtsi48 mmu-type = "riscv,sv39";
76 mmu-type = "riscv,sv39";
104 mmu-type = "riscv,sv39";
132 mmu-type = "riscv,sv39";
/openbmc/linux/arch/riscv/boot/dts/renesas/
H A Dr9a07g043f.dtsi27 mmu-type = "riscv,sv39";
/openbmc/linux/arch/riscv/boot/dts/starfive/
H A Djh7100.dtsi34 mmu-type = "riscv,sv39";
59 mmu-type = "riscv,sv39";
H A Djh7110.dtsi54 mmu-type = "riscv,sv39";
84 mmu-type = "riscv,sv39";
114 mmu-type = "riscv,sv39";
144 mmu-type = "riscv,sv39";
/openbmc/linux/arch/riscv/boot/dts/allwinner/
H A Dsun20i-d1s.dtsi25 mmu-type = "riscv,sv39";
/openbmc/linux/tools/testing/selftests/riscv/mm/
H A Dmmap_test.h27 * sv39, sv48, sv57 in do_mmaps()
/openbmc/linux/arch/riscv/mm/
H A Dkasan_init.c15 * Kasan shadow region must lie at a fixed address across sv39, sv48 and sv57
18 * For sv39, the region is aligned on PGDIR_SIZE so we only need to populate
/openbmc/linux/Documentation/translations/zh_CN/riscv/
H A Dvm-layout.rst35 RISC-V Linux Kernel SV39
/openbmc/u-boot/arch/riscv/dts/
H A Dae350_64.dts29 mmu-type = "riscv,sv39";
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h37 * define the PAGE_OFFSET value for SV48 and SV39.
H A Dpgtable.h857 * - 0x4000000000 ( 256GB) for RV64 using SV39 mmu
/openbmc/linux/arch/riscv/kernel/
H A Dcpu.c274 sv_type = "sv39"; in print_mmu()
/openbmc/linux/Documentation/riscv/
H A Dvm-layout.rst30 RISC-V Linux Kernel SV39
/openbmc/linux/arch/riscv/boot/dts/canaan/
H A Dk210.dtsi27 * The K210 has an sv39 MMU following the privileged specification v1.9.
/openbmc/linux/arch/riscv/
H A DKconfig188 default 24 if 64BIT # SV39 based
/openbmc/qemu/target/riscv/
H A Dcpu.c350 if (!strncmp(satp_mode_str, "sv39", 4)) { in satp_mode_from_str()
404 return "sv39"; in satp_mode_str()
1240 object_property_add(obj, "sv39", "bool", cpu_riscv_get_satp, in riscv_add_satp_mode_properties()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c351 build_append_int_noprefix(table_data, 0, 1); /* Sv39 */ in build_rhct()
H A Driscv-iommu.c813 /* sv39 and sv32 modes have the same value (8) */ in riscv_iommu_validate_process_ctx()