Searched refs:ex_imask (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/blackfin/include/asm/
H A Dpda.h39 unsigned long ex_imask; /* Saved imask from exception */ member in struct:blackfin_pda
/linux-4.4.14/arch/blackfin/kernel/
H A Dkgdb.c404 kgdb_arch_imask = cpu_pda[raw_smp_processor_id()].ex_imask; kgdb_arch_handle_exception()
405 cpu_pda[raw_smp_processor_id()].ex_imask = 0; kgdb_arch_handle_exception()
H A Dasm-offsets.c132 DEFINE(PDA_EXIMASK, offsetof(struct blackfin_pda, ex_imask)); main()
H A Dtrace.c882 (long)fp->seqstat, fp->ipend, cpu_pda[raw_smp_processor_id()].ex_imask, fp->syscfg); show_regs()
885 if (!(cpu_pda[raw_smp_processor_id()].ex_imask & (EVT_IVG13 | EVT_IVG12 | EVT_IVG11 | show_regs()
888 if (!(cpu_pda[raw_smp_processor_id()].ex_imask & (EVT_IVG15 | EVT_IVG14))) show_regs()

Completed in 122 milliseconds