Searched refs:firstLevel (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/arm/
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;
H A Dsmmu_v3_ptops.cc125 V7LPageTableOps::firstLevel(uint8_t tsz) const function in class:V7LPageTableOps
219 V8PageTableOps4k::firstLevel(uint8_t tsz) const function in class:V8PageTableOps4k
319 V8PageTableOps16k::firstLevel(uint8_t tsz) const function in class:V8PageTableOps16k
412 V8PageTableOps64k::firstLevel(uint8_t tsz) const function in class:V8PageTableOps64k
H A Dsmmu_v3_transl.cc890 level > pt_ops->firstLevel(context.t0sz);
924 pt_ops->firstLevel(context.t0sz),
965 unsigned level = pt_ops->firstLevel(context.s2t0sz);
971 level > pt_ops->firstLevel(context.s2t0sz);
998 pt_ops->firstLevel(context.s2t0sz),

Completed in 10 milliseconds