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

/gem5/src/arch/arm/
H A Dpagetable.hh193 match(Addr va, uint8_t _vmid, bool hypLookUp, bool secure_lookup, argument
196 return match(va, 0, _vmid, hypLookUp, secure_lookup, true, target_el);
200 match(Addr va, uint16_t asn, uint8_t _vmid, bool hypLookUp, argument
215 match = isHyp || (_vmid == vmid);
H A Dtable_walker.hh907 uint16_t asid, uint8_t _vmid,
H A Dtable_walker.cc191 uint8_t _vmid, bool _isHyp, TLB::Mode _mode,
249 currState->vmid = _vmid;
190 walk(const RequestPtr &_req, ThreadContext *_tc, uint16_t _asid, uint8_t _vmid, bool _isHyp, TLB::Mode _mode, TLB::Translation *_trans, bool _timing, bool _functional, bool secure, TLB::ArmTranslationType tranType, bool _stage2Req) argument

Completed in 16 milliseconds