Home
last modified time | relevance | path

Searched refs:cpu_context (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c380 memset(&p->thread.cpu_context, 0, sizeof(struct cpu_context)); in copy_thread()
432 p->thread.cpu_context.x19 = stack_start; in copy_thread()
433 p->thread.cpu_context.x20 = stk_sz; in copy_thread()
435 p->thread.cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
436 p->thread.cpu_context.sp = (unsigned long)childregs; in copy_thread()
/device/soc/rockchip/common/vendor/drivers/firmware/
H A Drockchip_sip.c373 char *cpu_context; in sip_fiq_debugger_uart_irq_tf_cb() local
377 cpu_context = (char *)ft_fiq_mem_base + offset; in sip_fiq_debugger_uart_irq_tf_cb()
378 fiq_pt_regs = sip_fiq_debugger_get_pt_regs(cpu_context, sp_el1); in sip_fiq_debugger_uart_irq_tf_cb()
/device/soc/rockchip/rk3588/kernel/drivers/firmware/
H A Drockchip_sip.c378 char *cpu_context; in sip_fiq_debugger_uart_irq_tf_cb() local
382 cpu_context = (char *)ft_fiq_mem_base + offset; in sip_fiq_debugger_uart_irq_tf_cb()
383 fiq_pt_regs = sip_fiq_debugger_get_pt_regs(cpu_context, sp_el1); in sip_fiq_debugger_uart_irq_tf_cb()

Completed in 6 milliseconds