Searched refs:__riscv_d_ext_state (Results 1 – 5 of 5) sorted by relevance
62 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()
32 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()
59 struct __riscv_d_ext_state { struct76 struct __riscv_d_ext_state d; argument
25 #define ELF_NFPREG (sizeof(struct __riscv_d_ext_state) / sizeof(elf_fpreg_t))
34 struct __riscv_d_ext_state fstate;