Searched refs:physAddr (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/trace/
H A Dtrace_cpu.cc630 node_ptr->seqNum, node_ptr->physAddr, node_ptr->virtAddr,
649 Addr blk_offset = (node_ptr->physAddr & (Addr)(blk_size - 1));
657 node_ptr->physAddr, node_ptr->size,
667 req->setPaddr(node_ptr->physAddr);
1325 element->physAddr = pkt_msg.p_addr();
1327 element->physAddr = 0;
1440 DPRINTFR(TraceCPUData, ",%i", physAddr);
H A Dtrace_cpu.hh604 Addr physAddr; member in class:TraceCPU::ElasticDataGen::GraphNode
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh293 Addr physAddr; member in struct:ElasticTrace::TraceInfo
H A Delastic_trace.cc412 new_record->physAddr = head_inst->physEffAddr;
809 "size %i, flags %i\n", temp_ptr->physAddr,
834 dep_pkt.set_p_addr(temp_ptr->physAddr);
/gem5/src/dev/arm/
H A Dgic_v3_its.hh180 Bitfield<51, 12> physAddr; variable
192 Bitfield<47, 12> physAddr; variable
H A Dgic_v3_its.cc364 (its.gitsCbaser.physAddr << 12) + (its.gitsCreadr.offset << 5);
/gem5/src/arch/x86/regs/
H A Dmisc.hh833 Bitfield<51,23> physAddr; // Top of memory physical address member in namespace:X86ISA

Completed in 35 milliseconds