Searched refs:get_irq_regs (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/arch/mips/include/asm/
H A Dirq_regs.h13 static inline struct pt_regs *get_irq_regs(void) function
22 old_regs = get_irq_regs();
/linux-master/arch/loongarch/include/asm/
H A Dirq_regs.h12 static inline struct pt_regs *get_irq_regs(void) function
21 old_regs = get_irq_regs();
/linux-master/include/asm-generic/
H A Dirq_regs.h19 static inline struct pt_regs *get_irq_regs(void) function
/linux-master/kernel/time/
H A Dtick-legacy.c35 update_process_times(user_mode(get_irq_regs()));
/linux-master/arch/mips/kernel/
H A Dcrash.c32 regs = get_irq_regs();
/linux-master/arch/alpha/kernel/
H A Dirq_alpha.c156 machine, vector, get_irq_regs()->pc, mchk_header->code);
197 dik_show_regs(get_irq_regs(), NULL);
H A Derr_ev6.c265 dik_show_regs(get_irq_regs(), NULL);
H A Dsys_jensen.c156 irq, count, cc-last_cc, get_irq_regs()->pc);
H A Dsys_nautilus.c179 naut_sys_machine_check(vector, la_ptr, get_irq_regs());
/linux-master/arch/mips/sgi-ip22/
H A Dip22-berr.c92 struct pt_regs *regs = get_irq_regs();
/linux-master/arch/m68k/mac/
H A Dmacints.c151 show_registers(get_irq_regs());
/linux-master/arch/mips/dec/
H A Dkn02xa-berr.c105 struct pt_regs *regs = get_irq_regs();
H A Dkn01-berr.c151 struct pt_regs *regs = get_irq_regs();
H A Decc-berr.c200 struct pt_regs *regs = get_irq_regs();
/linux-master/arch/m68k/virt/
H A Dints.c99 show_registers(get_irq_regs());
/linux-master/arch/mips/mti-malta/
H A Dmalta-int.c90 struct pt_regs *regs = get_irq_regs();
/linux-master/arch/arm/kernel/
H A Dmachine_kexec.c82 crash_setup_regs(&regs, get_irq_regs());
H A Dperf_event_xscale.c171 regs = get_irq_regs();
503 regs = get_irq_regs();
/linux-master/drivers/xen/events/
H A Devents_2l.c281 pending = (get_irq_regs() && i == cpu)
282 ? xen_irqs_disabled(get_irq_regs())
/linux-master/arch/arm64/kernel/
H A Dsmp.c909 ipi_cpu_crash_stop(cpu, get_irq_regs());
932 nmi_cpu_backtrace(get_irq_regs());
936 kgdb_nmicallback(cpu, get_irq_regs());
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c160 instruction_pointer(get_irq_regs()));
/linux-master/arch/loongarch/kernel/
H A Dmachine_kexec.c171 regs = get_irq_regs();
/linux-master/drivers/s390/cio/
H A Dairq.c94 tpi_info = &get_irq_regs()->tpi_info;
/linux-master/arch/parisc/kernel/
H A Dsmp.c176 kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs());
/linux-master/arch/riscv/kernel/
H A Dsmp.c129 ipi_cpu_crash_stop(smp_processor_id(), get_irq_regs());

Completed in 519 milliseconds

123