Home | History | Annotate | Download | only in AArch64

Lines Matching defs:TCR

562   UINT64                        TCR;

577 // Set TCR that allows us to retrieve T0SZ in the subsequent functions
583 TCR = T0SZ | (1UL << 31) | (1UL << 23) | TCR_TG0_4KB;
587 TCR |= TCR_PS_4GB;
589 TCR |= TCR_PS_64GB;
591 TCR |= TCR_PS_1TB;
593 TCR |= TCR_PS_4TB;
595 TCR |= TCR_PS_16TB;
597 TCR |= TCR_PS_256TB;
605 TCR = T0SZ | TCR_TG0_4KB | TCR_TG1_4KB | TCR_EPD1;
609 TCR |= TCR_IPS_4GB;
611 TCR |= TCR_IPS_64GB;
613 TCR |= TCR_IPS_1TB;
615 TCR |= TCR_IPS_4TB;
617 TCR |= TCR_IPS_16TB;
619 TCR |= TCR_IPS_256TB;
639 TCR |= TCR_SH_INNER_SHAREABLE |
643 // Set TCR
644 ArmSetTCR (TCR);