Searched refs:phys_max (Results 1 - 1 of 1) sorted by relevance
/gem5/src/arch/arm/ | ||
H A D | semihosting.cc | 580 const Addr phys_max = (1ULL << 32) - 1; local 581 panic_if(mem_start > phys_max, 583 if (mem_end > phys_max) { 585 mem_end = phys_max; |
Completed in 7 milliseconds