Searched refs:asid (Results 26 - 39 of 39) sorted by relevance

12

/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh115 asid = 0;
H A Dbase_dyn_inst.hh221 short asid; member in class:BaseDynInst
912 void setASID(short addr_space_id) { asid = addr_space_id; }
913 short getASID() { return asid; }
/gem5/src/arch/mips/
H A Dmt.hh213 tidTCStatus.asid = tcStatus.asid;
/gem5/src/dev/arm/
H A Dsmmu_v3_defs.hh283 Bitfield<63, 48> asid; member in struct:ContextDescriptor
358 Bitfield<63, 48> asid; member in struct:SMMUCommand
/gem5/src/cpu/simple/
H A Dtiming.cc427 const int asid = 0;
436 asid, addr, size, flags, dataMasterId(), pc,
505 const int asid = 0;
522 asid, addr, size, flags, dataMasterId(), pc,
573 const int asid = 0;
581 RequestPtr req = make_shared<Request>(asid, addr, size, flags,
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc411 new_record->asid = head_inst->asid;
839 dep_pkt.set_asid(temp_ptr->asid);
/gem5/src/arch/arm/
H A Disa.cc1504 auto asid = haveLargeAsid64 ? bits(newVal, 63, 48) :
1509 asid);
1520 auto asid = haveLargeAsid64 ? bits(newVal, 63, 48) :
1525 asid);
1536 auto asid = haveLargeAsid64 ? bits(newVal, 63, 48) :
1539 TLBIASID tlbiOp(EL1, haveSecurity && !scr.ns, asid);
1548 auto asid = haveLargeAsid64 ? bits(newVal, 63, 48) :
1551 TLBIASID tlbiOp(EL1, haveSecurity && !scr.ns, asid);
H A Dtable_walker.hh168 /** Is the translation global (no asid used)? */
311 /** Is the translation global (no asid used)? */
550 /** Is the translation global (no asid used)? */
710 uint16_t asid; member in class:ArmISA::TableWalker::LongDescriptor::WalkerState
907 uint16_t asid, uint8_t _vmid,
H A Dtlb.hh420 uint16_t asid; member in class:ArmISA::TLB
H A Dtable_walker.cc132 asid(0), vmid(0), isHyp(false), transState(nullptr),
220 // changed out from under us (e.g. asid). It will either be a
248 currState->asid = _asid;
372 TlbEntry* te = tlb->lookup(currState->vaddr, currState->asid,
438 te = tlb->lookup(currState->vaddr, currState->asid,
2057 te.asid = currState->asid;
2107 DPRINTF(TLB, " - vpn:%#x xn:%d pxn:%d ap:%d domain:%d asid:%d "
2109 te.ap, static_cast<uint8_t>(te.domain), te.asid, te.vmid, te.isHyp,
H A Dmiscregs_types.hh587 Bitfield<7,0> asid; member in namespace:ArmISA
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc662 // If virtual address is valid, set the asid and virtual address fields
665 req->setVirt(node_ptr->asid, node_ptr->virtAddr, node_ptr->size,
1335 element->asid = pkt_msg.asid();
1337 element->asid = 0;
H A Dtrace_cpu.hh610 uint32_t asid; member in class:TraceCPU::ElasticDataGen::GraphNode
/gem5/src/cpu/o3/
H A Dlsq.hh460 setVirt(int asid, Addr vaddr, unsigned size, Request::Flags flags_, argument
463 request()->setVirt(asid, vaddr, size, flags_, mid, pc);

Completed in 58 milliseconds

12