xbar.hh (11168:f98eb2da15a4) xbar.hh (11186:2d1d51615e0e)
1/*
2 * Copyright (c) 2011-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

--- 326 unchanged lines hidden (view full) ---

335 AddrRange defaultRange;
336
337 /**
338 * Function called by the port when the crossbar is recieving a
339 * range change.
340 *
341 * @param master_port_id id of the port that received the change
342 */
1/*
2 * Copyright (c) 2011-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

--- 326 unchanged lines hidden (view full) ---

335 AddrRange defaultRange;
336
337 /**
338 * Function called by the port when the crossbar is recieving a
339 * range change.
340 *
341 * @param master_port_id id of the port that received the change
342 */
343 void recvRangeChange(PortID master_port_id);
343 virtual void recvRangeChange(PortID master_port_id);
344
345 /** Find which port connected to this crossbar (if any) should be
346 * given a packet with this address.
347 *
348 * @param addr Address to find port for.
349 * @return id of port that the packet should be sent out of.
350 */
351 PortID findPort(Addr addr);

--- 120 unchanged lines hidden ---
344
345 /** Find which port connected to this crossbar (if any) should be
346 * given a packet with this address.
347 *
348 * @param addr Address to find port for.
349 * @return id of port that the packet should be sent out of.
350 */
351 PortID findPort(Addr addr);

--- 120 unchanged lines hidden ---