/usr/src/linux-headers-5.15.0-190/arch/riscv/include/uapi/asm
NameSizeModeActions
auxvec.h11450644editdlrm
bitsperlong.h3770644editdlrm
bpf_perf_event.h2610644editdlrm
byteorder.h3270644editdlrm
elf.h28230644editdlrm
hwcap.h9270644editdlrm
Kbuild350644editdlrm
perf_regs.h9200644editdlrm
ptrace.h16330644editdlrm
setup.h2030644editdlrm
sigcontext.h5370644editdlrm
ucontext.h13360644editdlrm
unistd.h18690644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/arch/riscv/include/uapi/asm/sigcontext.h (537B)
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * Copyright (C) 2012 Regents of the University of California */ #ifndef _UAPI_ASM_RISCV_SIGCONTEXT_H #define _UAPI_ASM_RISCV_SIGCONTEXT_H #include /* * Signal context structure * * This contains the context saved before a signal handler is invoked; * it is restored by sys_sigreturn / sys_rt_sigreturn. */ struct sigcontext { struct user_regs_struct sc_regs; union __riscv_fp_state sc_fpregs; }; #endif /* _UAPI_ASM_RISCV_SIGCONTEXT_H */