Home
last modified time | relevance | path

Searched refs:__riscv_d_ext_state (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/riscv/kernel/
Dptrace.c57 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_get()
59 membuf_write(&to, fstate, offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_get()
70 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_set()
73 offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_set()
76 offsetof(struct __riscv_d_ext_state, fcsr) + in riscv_fpr_set()
Dsignal.c37 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in restore_fp_state()
64 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in save_fp_state()
/Linux-v5.10/arch/riscv/include/uapi/asm/
Dptrace.h59 struct __riscv_d_ext_state { struct
76 struct __riscv_d_ext_state d; argument
Delf.h25 #define ELF_NFPREG (sizeof(struct __riscv_d_ext_state) / sizeof(elf_fpreg_t))
/Linux-v5.10/arch/riscv/include/asm/
Dprocessor.h36 struct __riscv_d_ext_state fstate;