Lines Matching full:levels
71 ctrl->levels[0].physAddress = vmm->pd->pt[0]->addr; in r535_mmu_promote_vmm()
72 ctrl->levels[0].size = 0x20; in r535_mmu_promote_vmm()
73 ctrl->levels[0].aperture = 1; in r535_mmu_promote_vmm()
74 ctrl->levels[0].pageShift = 0x2f; in r535_mmu_promote_vmm()
75 ctrl->levels[1].physAddress = vmm->pd->pde[0]->pt[0]->addr; in r535_mmu_promote_vmm()
76 ctrl->levels[1].size = 0x1000; in r535_mmu_promote_vmm()
77 ctrl->levels[1].aperture = 1; in r535_mmu_promote_vmm()
78 ctrl->levels[1].pageShift = 0x26; in r535_mmu_promote_vmm()
80 ctrl->levels[2].physAddress = vmm->pd->pde[0]->pde[0]->pt[0]->addr; in r535_mmu_promote_vmm()
81 ctrl->levels[2].size = 0x1000; in r535_mmu_promote_vmm()
82 ctrl->levels[2].aperture = 1; in r535_mmu_promote_vmm()
83 ctrl->levels[2].pageShift = 0x1d; in r535_mmu_promote_vmm()