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

/gem5/src/arch/arm/
H A DArmTLB.py51 is_stage2 = Param.Bool(False, "Is this object for stage 2 translation?") variable in class:ArmTableWalker
70 is_stage2 = Param.Bool(False, "Is this a stage 2 TLB?") variable in class:ArmTLB
74 is_stage2 = True variable in class:ArmStage2TableWalker
79 is_stage2 = True variable in class:ArmStage2TLB
H A Dtlb.cc78 isStage2(p->is_stage2), stage2Req(false), stage2DescReq(false), _attr(0),
H A Dtable_walker.cc62 isStage2(p->is_stage2), tlb(NULL),

Completed in 13 milliseconds