Lines Matching +full:co +full:- +full:processor
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/arch/arm/mm/proc-v6.S
8 * This is the "shell" of the ARMv6 processor support.
15 #include <asm/asm-offsets.h>
17 #include <asm/pgtable-hwdef.h>
19 #include "proc-macros.S"
57 * - loc - location to jump to for soft reset
74 * Idle the processor (eg, wait for interrupt).
80 mcr p15, 0, r1, c7, c10, 4 @ DWB - WFI may enter a low-power mode
98 * - pgd_phys - physical address of new TTB
101 * - we are not using split page tables
106 mmid r1, r1 @ get mm->context.id
128 * - ptep - pointer to level 2 translation table entry
129 * (hardware version is stored at -1024 bytes)
130 * - pte - PTE value to store
131 * - ext - value for extended PTE bits
142 /* Suspend/resume support: taken from arch/arm/mach-s3c64xx/sleep.S */
147 stmfd sp!, {r4 - r9, lr}
154 mrc p15, 0, r8, c1, c0, 2 @ co-processor access control
156 stmia r0, {r4 - r9}
157 ldmfd sp!, {r4- r9, pc}
167 ldmia r0, {r4 - r9}
178 mcr p15, 0, r8, c1, c0, 2 @ co-processor access control
185 string cpu_v6_name, "ARMv6-compatible processor"
202 * - cache type register is implemented
230 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
237 * corruption with hit-under-miss enabled). The conditional code below
239 * and the FI bit in the control register) disables hit-under-miss
240 * without putting the processor into full low interrupt latency mode.
243 mrc p15, 0, r5, c0, c0, 0 @ get processor id
264 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
276 * Match any ARMv6 processor core.
306 .size __v6_proc_info, . - __v6_proc_info