Searched refs:_end (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/
H A Daddr_range.hh78 /// Both _start and _end are part of the range.
80 Addr _end; member in class:AddrRange
95 : _start(1), _end(0), intlvMatch(0)
114 * _start <= a < _end
122 * @param _end The end address of this range (not included in the range)
126 AddrRange(Addr _start, Addr _end, const std::vector<Addr> &_masks, argument
128 : _start(_start), _end(_end), masks(_masks),
144 * _start <= a < _end
155 * @param _end Th
160 AddrRange(Addr _start, Addr _end, uint8_t _intlv_high_bit, uint8_t _xor_high_bit, uint8_t _intlv_bits, uint8_t _intlv_match) argument
198 AddrRange(Addr _start, Addr _end) argument
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dentry.S13 #define STACK_TOP (_end + 4096)
/gem5/system/alpha/console/
H A Dconsole.c371 extern ulong _end;
416 unix_boot_mem = ROUNDUP8K(&_end);

Completed in 10 milliseconds