Home
last modified time | relevance | path

Searched refs:handle_segv (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc46 static void handle_segv(int sig, siginfo_t *info, void *ucontext)
102 /* Trigger SEGV and check that handle_segv() ran. */
114 act.sa_sigaction = handle_segv;
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c174 static void handle_segv(int pid, struct uml_pt_regs *regs, unsigned long *aux_fp_regs) in handle_segv() function
474 else handle_segv(pid, regs, aux_fp_regs); in userspace()