Lines Matching refs:x9
135 1: ldr x10, [x9] /* Load PSCI function table */
141 add x9, x9, #8 /* If not match, try next entry */
163 adr x9, _psci_32_table
168 ubfx x9, x0, #30, #1
169 cbz x9, handle_smc32
172 ldr x9, =0xC400001F
173 cmp x0, x9
175 ldr x9, =0xC4000000
176 cmp x0, x9
179 adr x9, _psci_64_table
192 mrs x9, MPIDR_EL1
193 ubfx x9, x9, #8, #8
195 mul x9, x10, x9
197 mov x9, xzr
201 add x0, x10, x9
208 adr x9, __secure_stack_end
210 sub x0, x9, x0
223 mov x9, #1
224 msr spsel, x9
230 mrs x9, esr_el3
231 ubfx x9, x9, #26, #6
232 cmp x9, #0x13
234 cmp x9, #0x17