Lines Matching +full:cortex +full:- +full:a8
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mm/proc-v7-2level.S
32 * - pgd_phys - physical address of new TTB
35 * - we are not using split page tables
38 * even on Cortex-A8 revisions not affected by 430973.
43 mmid r1, r1 @ get mm->context.id
67 * - ptep - pointer to level 2 translation table entry
69 * - pte - PTE value to store
70 * - ext - value for extended PTE bits
113 * TR = PRRR[2n+1:2n] - memory type
114 * IR = NMRR[2n+1:2n] - inner cacheable property
115 * OR = NMRR[2n+17:2n+16] - outer cacheable property
131 * DS0 = PRRR[16] = 0 - device shareable property
132 * DS1 = PRRR[17] = 1 - device shareable property
133 * NS0 = PRRR[18] = 0 - normal shareable property
134 * NS1 = PRRR[19] = 1 - normal shareable property
135 * NOS = PRRR[24+n] = 1 - not outer shareable
142 * - \ttb0 and \ttb1 updated with the corresponding flags.