Home
last modified time | relevance | path

Searched refs:TARGET_SI_KERNEL (Results 1 – 3 of 3) sorted by relevance

/qemu/linux-user/loongarch64/
H A Dcpu_loop.c73 force_sig_fault(TARGET_SIGSYS, TARGET_SI_KERNEL, env->pc); in cpu_loop()
/qemu/linux-user/
H A Dsignal.c634 info.si_code = TARGET_SI_KERNEL; in force_sig()
H A Dsyscall_defs.h636 #define TARGET_SI_KERNEL 0x80 /* sent by the kernel from somewhere */ macro