Home
last modified time | relevance | path

Searched refs:mmu (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/lib/libkvm/
H A Dkvm_powerpc64.h54 #define PPC64_MMU_OPS(kd) (kd)->vmst->mmu.ops
56 #define PPC64_MMU_DATA(kd) (kd)->vmst->mmu.data
74 struct ppc64_mmu mmu; member
/freebsd/sys/powerpc/include/
H A Dmmuvar.h193 const struct mmu_kobj *mmu = mmu_obj; \
195 f = mmu->funcs->func; \
197 mmu = mmu->base; \
198 } while (mmu != NULL); \
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Drockchip,iommu.txt24 - rockchip,disable-mmu-reset : Don't use the mmu reset operation.
25 Some mmu instances may produce unexpected results
H A Dti,omap-iommu.txt33 mmu_isp: mmu@480bd400 {
43 mmu0_dsp2: mmu@41501000 {
52 mmu1_dsp2: mmu@41502000 {
/freebsd/sys/riscv/riscv/
H A Didentcpu.c313 char mmu[16]; in parse_mmu_fdt() local
316 if (OF_getprop(node, "mmu-type", mmu, sizeof(mmu)) > 0) { in parse_mmu_fdt()
317 if (strcmp(mmu, "riscv,sv48") == 0) in parse_mmu_fdt()
319 else if (strcmp(mmu, "riscv,sv57") == 0) in parse_mmu_fdt()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmicrowatt.dts42 mmu-radix {
101 ibm,mmu-lpid-bits = <12>;
102 ibm,mmu-pid-bits = <20>;
/freebsd/stand/libofw/
H A Dofw_copy.c95 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem()
101 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0) in ofw_mapmem()
H A Dopenfirm.h71 extern ihandle_t memory, mmu;
H A Dofw_memory.c60 mmup = OF_instance_to_package(mmu); in ofw_memmap()
H A Dopenfirm.c69 ihandle_t mmu; variable
99 if (OF_getprop(chosen, "mmu", &mmu, sizeof(mmu)) == -1) in OF_init()
/freebsd/sys/contrib/device-tree/src/riscv/sifive/
H A Dfu540-c000.dtsi56 mmu-type = "riscv,sv39";
83 mmu-type = "riscv,sv39";
110 mmu-type = "riscv,sv39";
137 mmu-type = "riscv,sv39";
H A Dfu740-c000.dtsi57 mmu-type = "riscv,sv39";
84 mmu-type = "riscv,sv39";
111 mmu-type = "riscv,sv39";
138 mmu-type = "riscv,sv39";
/freebsd/sys/contrib/device-tree/src/arm64/amd/
H A Damd-seattle-xgbe-b.dtsi89 compatible = "arm,mmu-401";
102 compatible = "arm,mmu-401";
H A Damd-seattle-soc.dtsi79 compatible = "arm,mmu-401";
88 compatible = "arm,mmu-401";
260 compatible = "arm,mmu-401";
/freebsd/sys/contrib/device-tree/Bindings/nios2/
H A Dnios2.txt27 - altr,has-mmu: Specifies CPU support MMU support, should be 1.
61 altr,has-mmu = <1>;
/freebsd/sys/contrib/device-tree/src/riscv/kendryte/
H A Dk210.dtsi36 mmu-type = "none";
54 mmu-type = "none";
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-base.dtsi37 compatible = "arm,mmu-400", "arm,smmu-v1";
49 compatible = "arm,mmu-401", "arm,smmu-v1";
60 compatible = "arm,mmu-401", "arm,smmu-v1";
660 interrupt-names = "job", "mmu", "gpu";
805 compatible = "arm,mmu-401", "arm,smmu-v1";
815 compatible = "arm,mmu-401", "arm,smmu-v1";
824 compatible = "arm,mmu-401", "arm,smmu-v1";
833 compatible = "arm,mmu-401", "arm,smmu-v1";
/freebsd/sys/contrib/device-tree/src/riscv/microchip/
H A Dmicrochip-mpfs.dtsi49 mmu-type = "riscv,sv39";
76 mmu-type = "riscv,sv39";
103 mmu-type = "riscv,sv39";
130 mmu-type = "riscv,sv39";
H A Dmpfs.dtsi52 mmu-type = "riscv,sv39";
83 mmu-type = "riscv,sv39";
114 mmu-type = "riscv,sv39";
145 mmu-type = "riscv,sv39";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra74x.dtsi73 mmu0_dsp2: mmu@0 {
103 mmu1_dsp2: mmu@0 {
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/
H A Dsun20i-d1s.dtsi25 mmu-type = "riscv,sv39";
/freebsd/sys/contrib/device-tree/src/riscv/thead/
H A Dth1520.dtsi35 mmu-type = "riscv,sv39";
59 mmu-type = "riscv,sv39";
83 mmu-type = "riscv,sv39";
107 mmu-type = "riscv,sv39";
/freebsd/sys/contrib/device-tree/src/nios2/
H A D3c120_devboard.dts42 altr,has-mmu = <1>;
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A De500v1_power_isa.dtsi49 mmu-type = "power-embedded";
H A De500v2_power_isa.dtsi50 mmu-type = "power-embedded";

12345