Searched refs:fiq (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.h | 26 #define FIQ_DEBUGGER_FIQ_IRQ_NAME "fiq" 31 * struct fiq_debugger_pdata - fiq debugger platform data 33 * the fiq. 39 * for real fiq mode debugger. 41 * for real fiq mode debugger. 56 void (*fiq_enable)(struct platform_device *pdev, unsigned int fiq, bool enable); 57 void (*fiq_ack)(struct platform_device *pdev, unsigned int fiq);
|
H A D | fiq_debugger.c | 78 int fiq;
member 202 return (state->fiq >= 0);
in fiq_debugger_have_fiq() 308 /* Safe outside fiq context */
417 fiq_debugger_printf(&state->output, "kgdb through fiq debugger not enabled\n");
in fiq_debugger_do_kgdb() 614 irq_set_affinity(state->fiq, &cpumask);
in fiq_debugger_switch_cpu() 730 fiq_debugger_printf_nfiq(state, "suspending fiq debugger\n");
in fiq_debugger_sleep_timer_expired() 780 pr_warn("fiq tty failed to consume byte\n");
in fiq_debugger_handle_console_irq_context() 965 fiq_debugger_puts(state, "fiq debugger mode\n");
in fiq_debugger_handle_uart_interrupt() 1048 state->pdata->fiq_ack(state->pdev, state->fiq);
in fiq_debugger_handle_uart_interrupt() 1116 * If FIQs are used, not everything can happen in fiq contex 1424 int fiq; fiq_debugger_probe() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.h | 26 #define FIQ_DEBUGGER_FIQ_IRQ_NAME "fiq" 31 * struct fiq_debugger_pdata - fiq debugger platform data 33 * the fiq. 39 * for real fiq mode debugger. 41 * for real fiq mode debugger. 56 void (*fiq_enable)(struct platform_device *pdev, unsigned int fiq, 58 void (*fiq_ack)(struct platform_device *pdev, unsigned int fiq);
|
H A D | fiq_debugger.c | 78 int fiq; member 198 return (state->fiq >= 0); in fiq_debugger_have_fiq() 294 /* Safe outside fiq context */ 404 fiq_debugger_printf(&state->output, "kgdb through fiq debugger not enabled\n"); in fiq_debugger_do_kgdb() 614 irq_set_affinity(state->fiq, &cpumask); in fiq_debugger_switch_cpu() 729 "suspending fiq debugger\n"); in fiq_debugger_sleep_timer_expired() 779 pr_warn("fiq tty failed to consume byte\n"); in fiq_debugger_handle_console_irq_context() 958 "fiq debugger mode\n"); in fiq_debugger_handle_uart_interrupt() 1047 state->pdata->fiq_ack(state->pdev, state->fiq); in fiq_debugger_handle_uart_interrupt() 1115 * If FIQs are used, not everything can happen in fiq contex 1418 int fiq; fiq_debugger_probe() local [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 32 _fiq: .word fiq 195 fiq: label
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 32 _fiq: .word fiq 195 fiq: label
|
/device/soc/rockchip/common/vendor/drivers/firmware/ |
H A D | rockchip_sip.c | 267 /************************** fiq debugger **************************************/ 355 * 'nsec_ctx->mon_lr' is not the fiq break point's PC, because it will in sip_fiq_debugger_get_pt_regs() 360 * deliver fiq break point's PC. in sip_fiq_debugger_get_pt_regs() 375 /* calling fiq handler */ in sip_fiq_debugger_uart_irq_tf_cb() 382 /* fiq handler done, return to EL3(then EL3 return to EL1 entry) */ in sip_fiq_debugger_uart_irq_tf_cb() 392 /* init fiq debugger callback */ in sip_fiq_debugger_uart_irq_tf_init() 455 int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *sw_cpu, u32 *flag) in sip_fiq_debugger_sdei_get_event_id() argument 460 *fiq = res.a1; in sip_fiq_debugger_sdei_get_event_id()
|
/device/soc/rockchip/rk3588/kernel/drivers/firmware/ |
H A D | rockchip_sip.c | 268 /************************** fiq debugger **************************************/ 358 * 'nsec_ctx->mon_lr' is not the fiq break point's PC, because it will in sip_fiq_debugger_get_pt_regs() 363 * deliver fiq break point's PC. in sip_fiq_debugger_get_pt_regs() 380 /* calling fiq handler */ in sip_fiq_debugger_uart_irq_tf_cb() 387 /* fiq handler done, return to EL3(then EL3 return to EL1 entry) */ in sip_fiq_debugger_uart_irq_tf_cb() 397 /* init fiq debugger callback */ in sip_fiq_debugger_uart_irq_tf_init() 464 int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *sw_cpu, u32 *flag) in sip_fiq_debugger_sdei_get_event_id() argument 470 *fiq = res.a1; in sip_fiq_debugger_sdei_get_event_id()
|
/device/soc/rockchip/common/sdk_linux/include/linux/rockchip/ |
H A D | rockchip_sip.h | 168 /***************************fiq debugger **************************************/ 178 int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *sw_cpu, u32 *flag); 257 /***************************fiq debugger **************************************/
|
/device/soc/rockchip/rk3588/kernel/include/linux/rockchip/ |
H A D | rockchip_sip.h | 169 /***************************fiq debugger **************************************/ 179 int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *sw_cpu, u32 *flag); 249 /***************************fiq debugger **************************************/
|
Completed in 9 milliseconds