Searched refs:physAddr (Results 1 - 7 of 7) sorted by relevance
/gem5/src/cpu/trace/ |
H A D | trace_cpu.cc | 630 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 D | trace_cpu.hh | 604 Addr physAddr; member in class:TraceCPU::ElasticDataGen::GraphNode
|
/gem5/src/cpu/o3/probe/ |
H A D | elastic_trace.hh | 293 Addr physAddr; member in struct:ElasticTrace::TraceInfo
|
H A D | elastic_trace.cc | 412 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 D | gic_v3_its.hh | 180 Bitfield<51, 12> physAddr; variable 192 Bitfield<47, 12> physAddr; variable
|
H A D | gic_v3_its.cc | 364 (its.gitsCbaser.physAddr << 12) + (its.gitsCreadr.offset << 5);
|
/gem5/src/arch/x86/regs/ |
H A D | misc.hh | 833 Bitfield<51,23> physAddr; // Top of memory physical address member in namespace:X86ISA
|
Completed in 37 milliseconds