| /rk3399_ARM-atf/plat/nxp/common/psci/aarch64/ |
| H A D | psci_utils.S | 39 stp x6, x7, [sp, #-16]! 47 mov x6, x0 60 mov x0, x6 94 mov x0, x6 102 mov x0, x6 133 mov x0, x6 138 mov x0, x6 157 mov x0, x6 162 mov x0, x6 174 mov x0, x6 [all …]
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/soc/ |
| H A D | agilex5_cache.S | 35 mrs x6, ccsidr_el1 /* read the new cssidr_el1 */ 36 ubfx x2, x6, #0, #3 /* x2 <- log2(cache line size)-4 */ 37 ubfx x3, x6, #3, #10 /* x3 <- number of cache ways - 1 */ 38 ubfx x4, x6, #13, #15 /* x4 <- number of cache sets - 1 */ 48 mov x6, x3 /* x6 <- working copy of #ways */ 50 lsl x7, x6, x5 58 2: subs x6, x6, #1 /* decrement the way */
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1043a/aarch64/ |
| H A D | ls1043a.S | 298 ldr x6, =IPPDEXPCR_MASK2 299 and x6, x6, x7 300 cbz x6, 1f 308 tst x6, #IPPDEXPCR_I2C1 312 tst x6, #IPPDEXPCR_LPUART1 316 tst x6, #IPPDEXPCR_FLX_TMR1 320 tst x6, #IPPDEXPCR_OCRAM1 324 tst x6, #IPPDEXPCR_GPIO1 334 ldr x6, =IPPDEXPCR_MASK1 335 and x6, x6, x7 [all …]
|
| /rk3399_ARM-atf/common/aarch64/ |
| H A D | debug.S | 39 mov x6, #10 /* Divide by 10 after every loop iteration */ 46 udiv x5, x5, x6 /* Reduce divisor */ 67 mov x6, x1 84 tst x6, #~0xffff 86 mov x4, x6 176 mov x6, x30 185 mov x4, x6 199 mov x30, x6
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_sip_svc.c | 1102 u_register_t x5, x6, x7, x8, x9, x10, x11; local 1106 x6 = SMC_GET_GP(handle, CTX_GPREG_X6); 1116 x6, x7, x8, x9, x10, x11); 1423 uint32_t resp_payload_len = (uint32_t)x6 / MBOX_WORD_BYTE; 1560 x5, x6, x7, (uint32_t *) &x8, 1564 x5, x6, x7, (uint32_t *) &x8, 1736 x6, &mbox_error); 1748 x3, x4, x5, x6, x7, x8, is_final, 1755 status = intel_fcs_get_digest_init(x2, x3, x4, x5, x6, 1767 x3, x4, x5, x6, (uint32_t *) &x7, [all …]
|
| /rk3399_ARM-atf/bl31/aarch64/ |
| H A D | crash_reporting.S | 99 ldrb w4, [x6] 102 mov x4, x6 106 sub x0, x4, x6 108 mov x6, x4 199 msr vbar_el1, x6 224 mrs x6, vbar_el1 230 stp x6, x30, [x0, #REGSZ * 6] 354 adr x6, gp_regs 376 adr x6, el3_sys_regs 392 adr x6, non_el3_sys_regs [all …]
|
| /rk3399_ARM-atf/plat/nxp/common/ocram/aarch64/ |
| H A D | ocram.S | 29 stp x6, x7, [sp, #-16]! 42 ldp x6, x7, [x0, #16] 46 stp x6, x7, [x0, #16] 68 ldp x6, x7, [sp], #16
|
| /rk3399_ARM-atf/plat/imx/common/ |
| H A D | lpuart_console.S | 21 mov x6, x3 22 cbz x6, register_fail 23 str x0, [x6, #CONSOLE_T_BASE] 28 mov x0, x6
|
| H A D | imx_uart_console.S | 27 mov x6, x3 28 cbz x6, register_fail 29 str x0, [x6, #CONSOLE_T_BASE] 34 mov x0, x6
|
| /rk3399_ARM-atf/plat/qti/common/src/ |
| H A D | qti_syscall.c | 185 static int get_indirect_args(uint32_t smccc, u_register_t *x5, u_register_t *x6, in get_indirect_args() argument 209 *x6 = args[1]; in get_indirect_args() 215 *x6 = args[1]; in get_indirect_args() 230 u_register_t x5, u_register_t x6, u_register_t x7) in get_mem_params() argument 244 if (x2 == 0 || x4 == 0 || x6 == 0) { in get_mem_params() 250 add_overflow(x6, x7, &e6) != 0) { in get_mem_params() 256 start = MIN(start, x6); in get_mem_params() 300 memcpy(params->dst, (void *)(uintptr_t)x6, in get_mem_params() 329 u_register_t x5, x6, x7; in qti_sip_mem_assign() local 346 ret = get_indirect_args(smc_cc, &x5, &x6, &x7); in qti_sip_mem_assign() [all …]
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/ |
| H A D | plat_sip_calls.c | 60 uint64_t x5, x6; in rockchip_plat_sip_handler() local 71 x6 = read_ctx_reg(get_gpregs_ctx(handle), CTX_GPREG_X6); in rockchip_plat_sip_handler() 72 SMC_RET1(handle, dp_hdcp_store_key(x1, x2, x3, x4, x5, x6)); in rockchip_plat_sip_handler()
|
| /rk3399_ARM-atf/drivers/cadence/uart/aarch64/ |
| H A D | cdns_console.S | 73 mov x6, x3 74 cbz x6, register_fail 75 str x0, [x6, #CONSOLE_T_BASE] 80 mov x0, x6
|
| /rk3399_ARM-atf/include/plat/marvell/armada/common/aarch64/ |
| H A D | marvell_macros.S | 62 adr x6, icc_regs 74 adr x6, gicc_regs 119 adr x6, cci_iface_regs
|
| /rk3399_ARM-atf/plat/rockchip/common/include/ |
| H A D | plat_macros.S | 62 adr x6, icc_regs 73 adr x6, gicc_regs 104 adr x6, cci_iface_regs
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/dp/ |
| H A D | cdn_dp.c | 55 uint64_t x6) in dp_hdcp_store_key() argument 66 hdcp_key_pdata[5] = x6; in dp_hdcp_store_key()
|
| /rk3399_ARM-atf/drivers/arm/pl011/aarch64/ |
| H A D | pl011_console.S | 97 mov x6, x3 98 cbz x6, register_fail 99 str x0, [x6, #CONSOLE_T_BASE] 104 mov x0, x6
|
| /rk3399_ARM-atf/drivers/ti/uart/aarch64/ |
| H A D | 16550_console.S | 108 mov x6, x3 109 cbz x6, register_fail 110 str x0, [x6, #CONSOLE_T_BASE] 119 mov x0, x6
|
| /rk3399_ARM-atf/drivers/amlogic/console/aarch64/ |
| H A D | meson_console.S | 63 mov x6, x3 64 cbz x6, register_fail 65 str x0, [x6, #CONSOLE_T_BASE] 70 mov x0, x6
|
| /rk3399_ARM-atf/drivers/st/uart/aarch64/ |
| H A D | stm32_console.S | 136 mov x6, x3 137 cbz x6, register_fail 138 str x0, [x6, #CONSOLE_T_BASE] 143 mov x0, x6
|
| /rk3399_ARM-atf/drivers/marvell/uart/ |
| H A D | a3700_console.S | 134 mov x6, x3 135 cbz x6, register_fail 136 str x0, [x6, #CONSOLE_T_BASE] 141 mov x0, x6
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/include/ |
| H A D | plat_macros.S | 40 adr x6, gicc_regs 65 adr x6, cci_iface_regs
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/include/ |
| H A D | plat_macros.S | 40 adr x6, gicc_regs 65 adr x6, cci_iface_regs
|
| /rk3399_ARM-atf/plat/mediatek/mt8183/include/ |
| H A D | plat_macros.S | 38 adr x6, gicc_regs 67 adr x6, cci_iface_regs
|
| /rk3399_ARM-atf/plat/mediatek/mt8173/include/ |
| H A D | plat_macros.S | 38 adr x6, gicc_regs 67 adr x6, cci_iface_regs
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1088a/aarch64/ |
| H A D | ls1088a.S | 113 stp x6, x7, [sp, #-16]! 135 ldp x6, x7, [sp], #16 273 mov x6, x30 323 mov x30, x6 354 mov x6, x0 371 ldr w4, [x6, #GICR_CTLR_OFFSET] 405 ldr w4, [x6, #GICR_CTLR_OFFSET] 494 mov x6, x30 536 mov x30, x6 909 stp x6, x7, [sp, #-16]! [all …]
|