Lines Matching +full:architecturally +full:- +full:defined
3 /*-
37 /*-
38 * Copyright (c) 1994-1998 Mark Brinicombe.
89 #if defined(SMP)
140 * is not architecturally invisible. See ARM Architecture Reference
141 * Manual ARMv7-A and ARMv7-R edition, page B2-1264(65), Branch
148 * is effectively NOP on Cortex-A15 so it needs special treatment.
154 /* Branch Target Cache on Cortex-A15. */
238 ldr r6, [r11, #(TD_PROC)] /* newtd->proc */
239 ldr r6, [r6, #(P_VMSPACE)] /* newtd->proc->vmspace */
240 add r6, #VM_PMAP /* newtd->proc->vmspace->pmap */
299 stmia r3, {r4-r12, sp, lr, pc}
301 str r4, [r3, #(PCB_TPIDRURW - PCB_R4)]
308 * Save arguments. Note that we can now use r0-r14 until
317 ldr r7, [r11, #(TD_PCB)] /* r7 = newtd->td_pcb */
357 ldr r6, [r11, #TD_PROC] /* newtd->proc */
358 ldr r6, [r6, #P_VMSPACE] /* newtd->proc->vmspace */
359 add r6, #VM_PMAP /* newtd->proc->vmspace->pmap */
435 #if defined(SMP) && defined(SCHED_ULE)
467 ldmia r3, {r4-r12, sp, pc}