Searched refs:tsz (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_ptops.cc125 V7LPageTableOps::firstLevel(uint8_t tsz) const
219 V8PageTableOps4k::firstLevel(uint8_t tsz) const
221 if (tsz >= 16 && tsz <= 24) return 0;
222 if (tsz >= 25 && tsz <= 33) return 1;
223 if (tsz >= 34 && tsz <= 39) return 2;
225 panic("Unsupported TnSZ: %d\n", tsz);
319 V8PageTableOps16k::firstLevel(uint8_t tsz) cons
[all...]
H A Dsmmu_v3_ptops.hh58 virtual unsigned firstLevel(uint8_t tsz) const = 0;
71 unsigned firstLevel(uint8_t tsz) const override;
84 unsigned firstLevel(uint8_t tsz) const override;
97 unsigned firstLevel(uint8_t tsz) const override;
110 unsigned firstLevel(uint8_t tsz) const override;
/gem5/src/arch/arm/
H A Dtable_walker.cc558 int tsz, n; local
575 tsz = sext<4>(currState->vtcr.t0sz);
580 tsz = currState->htcr.t0sz;
624 tsz = currState->ttbcr.t0sz;
648 tsz = currState->ttbcr.t1sz;
672 n = 5 - tsz;
679 n = (tsz >= 2 ? 14 - tsz : 12);
722 TableWalker::adjustTableSizeAArch64(unsigned tsz) argument
724 if (tsz < 2
755 int tsz = 0, ps = 0; local
[all...]
H A Dtable_walker.hh958 static unsigned adjustTableSizeAArch64(unsigned tsz);

Completed in 36 milliseconds