| /rk3399_ARM-atf/bl31/aarch64/ |
| H A D | ea_delegate.S | 30 mrs x30, esr_el3 31 ubfx x30, x30, #ESR_EC_SHIFT, #ESR_EC_LENGTH 34 cmp x30, #EC_IABORT_LOWER_EL 37 cmp x30, #EC_DABORT_LOWER_EL 104 str x30, [sp, #CTX_EL3STATE_OFFSET + CTX_SAVED_GPREG_LR] 105 mrs x30, esr_el3 106 str x30, [sp, #CTX_EL3STATE_OFFSET + CTX_SAVED_ESR_EL3] 107 mrs x30, spsr_el3 108 str x30, [sp, #CTX_EL3STATE_OFFSET + CTX_SAVED_SPSR_EL3] 109 mrs x30, elr_el3 [all …]
|
| H A D | runtime_exceptions.S | 48 str x30, [sp, #CTX_GPREGS_OFFSET + CTX_GPREG_LR] 52 ldr x30, [sp, #CTX_GPREGS_OFFSET + CTX_GPREG_LR] 62 mrs x30, ISR_EL1 63 tbz x30, #ISR_A_SHIFT, 2f 65 mrs x30, scr_el3 66 tst x30, #SCR_EA_BIT 90 per_cpu_cur percpu_data, x29, x30 91 mrs x30, cntpct_el0 92 str x30, [x29, #CPU_DATA_CPU_DATA_PMF_TS] 96 mrs x30, esr_el3 [all …]
|
| /rk3399_ARM-atf/services/std_svc/spm/common/aarch64/ |
| H A D | spm_shim_exceptions.S | 67 msr tpidr_el1, x30 68 mrs x30, esr_el1 69 ubfx x30, x30, #ESR_EC_SHIFT, #ESR_EC_LENGTH 71 cmp x30, #EC_AARCH64_SVC 74 cmp x30, #EC_AARCH32_SVC 77 cmp x30, #EC_AARCH64_SYS 88 mrs x30, tpidr_el1
|
| /rk3399_ARM-atf/bl1/aarch64/ |
| H A D | bl1_exceptions.S | 85 str x30, [sp, #CTX_GPREGS_OFFSET + CTX_GPREG_LR] 88 mrs x30, esr_el3 89 ubfx x30, x30, #ESR_EC_SHIFT, #ESR_EC_LENGTH 90 cmp x30, #EC_AARCH64_SMC 149 mov x30, #BL1_SMC_RUN_IMAGE 150 cmp x30, x0 157 mrs x30, scr_el3 158 tst x30, #SCR_NS_BIT 166 ldr x30, [sp, #CTX_EL3STATE_OFFSET + CTX_RUNTIME_SP] 168 mov sp, x30
|
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/ |
| H A D | plat_helpers.S | 65 mov x8, x30 68 mov x30, x8 78 mov x7, x30 82 mov x30, x7 115 mov x10, x30 127 mov x30, x10
|
| /rk3399_ARM-atf/lib/cpus/aarch64/ |
| H A D | cortex_a35.S | 45 mov x18, x30 58 mov x30, x18 63 mov x18, x30 89 mov x30, x18
|
| H A D | generic.S | 17 mov x18, x30 30 mov x18, x30
|
| /rk3399_ARM-atf/lib/psci/aarch64/ |
| H A D | psci_helpers.S | 25 stp x29, x30, [sp,#-16]! 64 ldp x29, x30, [sp], #16 78 stp x29, x30, [sp,#-16]! 108 ldp x29, x30, [sp], #16
|
| /rk3399_ARM-atf/plat/nxp/common/psci/aarch64/ |
| H A D | psci_utils.S | 43 stp x18, x30, [sp, #-16]! 186 ldp x18, x30, [sp], #16 225 stp x18, x30, [sp, #-16]! 267 ldp x18, x30, [sp], #16 324 stp x18, x30, [sp, #-16]! 352 ldp x18, x30, [sp], #16 410 stp x6, x30, [sp, #-16]! 442 ldp x6, x30, [sp], #16 455 stp x6, x30, [sp, #-16]! 478 ldp x6, x30, [sp], #16 [all …]
|
| /rk3399_ARM-atf/plat/mediatek/helpers/armv8_2/ |
| H A D | arch_helpers.S | 98 mov x10, x30 100 mov x30, x10 109 mov x10, x30 114 mov x30, x10
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1046a/aarch64/ |
| H A D | ls1046a.S | 68 mov x3, x30 80 mov x30, x3 128 mov x5, x30 169 mov x30, x5 348 mov x7, x30 447 mov x30, x7 459 mov x5, x30 490 mov x30, x5 502 mov x6, x30 548 mov x30, x6 [all …]
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen4/aarch64/ |
| H A D | plat_helpers.S | 73 mov x9, x30 /* lr */ 178 str x30, [sp, #-16]! 180 ldr x30, [sp], #16 196 str x30, [sp, #-16]! 208 ldr x30, [sp], #16 241 mov x28, x30 244 mov x30, x28
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen5/aarch64/ |
| H A D | plat_helpers.S | 73 mov x9, x30 /* lr */ 178 str x30, [sp, #-16]! 180 ldr x30, [sp], #16 196 str x30, [sp, #-16]! 208 ldr x30, [sp], #16 241 mov x28, x30 243 mov x30, x28
|
| /rk3399_ARM-atf/drivers/nxp/console/ |
| H A D | linflex_console.S | 86 mov x13, x30 88 mov x30, x13 136 mov x14, x30 138 mov x30, x14 173 mov x15, x30 175 mov x30, x15 217 mov x14, x30 219 mov x30, x14
|
| /rk3399_ARM-atf/services/std_svc/sdei/ |
| H A D | sdei_dispatch.S | 19 stp x30, xzr, [sp, #-16]! 22 ldp x30, xzr, [sp], #16
|
| /rk3399_ARM-atf/drivers/renesas/common/scif/ |
| H A D | scif_helpers.S | 31 mov x7, x30 39 mov x30, x7
|
| /rk3399_ARM-atf/plat/common/aarch64/ |
| H A D | platform_mp_stack.S | 35 mov x10, x30 48 mov x9, x30
|
| H A D | crash_console_helpers.S | 68 mov x4, x30 /* x3 and x4 are not clobbered by spin_lock() */ 115 str x30, [x1, #32] 149 ldr x30, [x1, #32] 162 stp x30, x15, [x1] 184 ldp x30, x15, [x1]
|
| /rk3399_ARM-atf/plat/qti/common/src/aarch64/ |
| H A D | qti_kryo4_silver.S | 22 mov x19, x30 25 mov x30, x19
|
| H A D | qti_kryo6_silver.S | 22 mov x19, x30 25 mov x30, x19
|
| H A D | qti_kryo4_gold.S | 28 mov x19, x30 31 mov x30, x19
|
| H A D | qti_kryo6_gold.S | 28 mov x19, x30 31 mov x30, x19
|
| /rk3399_ARM-atf/include/lib/pmf/aarch64/ |
| H A D | pmf_asm_macros.S | 18 mov x9, x30 20 mov x30, x9
|
| /rk3399_ARM-atf/drivers/renesas/common/pwrc/ |
| H A D | call_sram.S | 21 stp x29, x30, [sp,#-16] 46 ldp x29, x30, [sp,#-16]
|
| /rk3399_ARM-atf/common/aarch64/ |
| H A D | debug.S | 101 mov x3, x30 121 mov x3, x30 176 mov x6, x30 199 mov x30, x6
|