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

/gem5/src/arch/arm/
H A Dtable_walker.cc557 Addr ttbr, ttbr0_max, ttbr1_min, desc_addr; local
586 ttbr0_max = (1ULL << (32 - currState->ttbcr.t0sz)) - 1;
588 ttbr0_max = (1ULL << 32) -
591 ttbr0_max = (1ULL << 32) - 1;
603 if (currState->vaddr <= ttbr0_max) {
625 if (ttbr0_max < (1ULL << 30)) // Upper limit < 1 GB

Completed in 6 milliseconds