Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/kernel/
Dptrace.c62 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_get()
65 offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_get()
68 offsetof(struct __riscv_d_ext_state, fcsr) + in riscv_fpr_get()
81 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_set()
84 offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_set()
87 offsetof(struct __riscv_d_ext_state, fcsr) + in riscv_fpr_set()
Dsignal.c32 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in restore_fp_state()
59 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in save_fp_state()
/Linux-v5.4/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.4/arch/riscv/include/asm/
Dprocessor.h34 struct __riscv_d_ext_state fstate;