Home
last modified time | relevance | path

Searched refs:eregs (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtraps.h14 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
18 asmlinkage __visible noinstr struct pt_regs *vc_switch_off_ist(struct pt_regs *eregs);
/openbmc/u-boot/arch/x86/lib/
H A Dbios.h59 struct eregs { struct
79 void x86_exception(struct eregs *info); argument
H A Dbios.c59 struct eregs reg_info = { in int_exception_handler()
74 struct eregs *regs = &reg_info; in int_exception_handler()
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c822 asmlinkage __visible noinstr struct pt_regs *sync_regs(struct pt_regs *eregs) in sync_regs() argument
825 if (regs != eregs) in sync_regs()
826 *regs = *eregs; in sync_regs()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.h232 __be32 eregs[8]; member
H A Dqla_dbg.c499 iter_reg = fcec->eregs; in qla25xx_copy_fce()