Searched refs:faultinfo (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/x86/um/asm/
H A Dprocessor_64.h13 struct faultinfo faultinfo; member in struct:arch_thread
18 .faultinfo = { 0, 0, 0 } }
H A Dprocessor_32.h25 struct faultinfo faultinfo; member in struct:arch_thread
33 .faultinfo = { 0, 0, 0 } \
H A Dprocessor.h6 /* include faultinfo structure */
7 #include <sysdep/faultinfo.h>
/linux-master/arch/x86/um/
H A Dstub_segv.c7 #include <sysdep/faultinfo.h>
14 struct faultinfo *f = get_stub_data();
H A Dsignal.c242 struct faultinfo * fi = &current->thread.arch.faultinfo;
/linux-master/arch/x86/um/shared/sysdep/
H A Dfaultinfo_32.h10 /* this structure contains the full arch-specific faultinfo
18 struct faultinfo { struct
H A Dfaultinfo_64.h10 /* this structure contains the full arch-specific faultinfo
18 struct faultinfo { struct
H A Dptrace.h6 #include <sysdep/faultinfo.h>
62 struct faultinfo faultinfo; member in struct:uml_pt_regs
70 #define UPT_FAULTINFO(r) (&(r)->faultinfo)
/linux-master/arch/um/kernel/
H A Dtrap.c137 struct faultinfo *fi = UPT_FAULTINFO(regs);
155 static void bad_segv(struct faultinfo fi, unsigned long ip)
157 current->thread.arch.faultinfo = fi;
179 * The handler first extracts the faultinfo from the UML ptrace regs struct.
185 struct faultinfo * fi = UPT_FAULTINFO(regs);
196 * We give a *copy* of the faultinfo in the regs to segv.
201 unsigned long segv(struct faultinfo fi, unsigned long ip, int is_user,
261 current->thread.arch.faultinfo = fi;
265 current->thread.arch.faultinfo = fi;
294 struct faultinfo *f
[all...]
/linux-master/arch/um/include/shared/
H A Dkern_util.h10 #include <sysdep/faultinfo.h>
30 extern unsigned long segv(struct faultinfo fi, unsigned long ip,
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c142 static void get_skas_faultinfo(int pid, struct faultinfo *fi, unsigned long *aux_fp_regs)
161 * faultinfo is prepared by the stub_segv_handler at start of
176 get_skas_faultinfo(pid, &regs->faultinfo, aux_fp_regs);
177 segv(regs->faultinfo, 0, 1, NULL);
425 &regs->faultinfo, aux_fp_regs);
/linux-master/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c454 u32 dbg_ls0stat, dbg_ls1stat, faultbus, faultinfo, swrest; local
465 faultinfo = snd_sof_dsp_read(sdev, DSP_REG_BAR, DSP_PFAULTINFO);
470 dev_info(sdev->dev, "dbg_inst %#x, ls0stat %#x, ls1stat %#x, faultbus %#x, faultinfo %#x",
471 dbg_inst, dbg_ls0stat, dbg_ls1stat, faultbus, faultinfo);
/linux-master/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c434 u32 dbg_pc, dbg_data, dbg_inst, dbg_ls0stat, dbg_status, faultinfo; local
442 faultinfo = snd_sof_dsp_read(sdev, DSP_REG_BAR, DSP_PFAULTINFO);
446 dev_info(sdev->dev, "ls0stat %#x, status %#x, faultinfo %#x",
447 dbg_ls0stat, dbg_status, faultinfo);
/linux-master/arch/um/os-Linux/
H A Dsignal.c42 GET_FAULTINFO_FROM_MC(r.faultinfo, mc);

Completed in 154 milliseconds