trace_cpu.hh (11252:18bb597fc40c) | trace_cpu.hh (11253:daf9f91b11e9) |
---|---|
1/* 2 * Copyright (c) 2013 - 2015 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 582 unchanged lines hidden (view full) --- 591 592 /** ROB occupancy number */ 593 NodeRobNum robNum; 594 595 /** Type of the node corresponding to the instruction modelled by it */ 596 RecordType type; 597 598 /** The address for the request if any */ | 1/* 2 * Copyright (c) 2013 - 2015 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 582 unchanged lines hidden (view full) --- 591 592 /** ROB occupancy number */ 593 NodeRobNum robNum; 594 595 /** Type of the node corresponding to the instruction modelled by it */ 596 RecordType type; 597 598 /** The address for the request if any */ |
599 Addr addr; | 599 Addr physAddr; |
600 | 600 |
601 /** The virtual address for the request if any */ 602 Addr virtAddr; 603 604 /** The address space id which is set if the virtual address is set */ 605 uint32_t asid; 606 |
|
601 /** Size of request if any */ 602 uint32_t size; 603 604 /** Request flags if any */ 605 Request::Flags flags; 606 607 /** Instruction PC */ 608 Addr pc; --- 505 unchanged lines hidden --- | 607 /** Size of request if any */ 608 uint32_t size; 609 610 /** Request flags if any */ 611 Request::Flags flags; 612 613 /** Instruction PC */ 614 Addr pc; --- 505 unchanged lines hidden --- |