Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dptrace.c58 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_get()
63 membuf_write(&to, fstate, offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_get()
74 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_set()
77 offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_set()
80 offsetof(struct __riscv_d_ext_state, fcsr) + in riscv_fpr_set()
H A 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()
/OK3568_Linux_fs/kernel/arch/riscv/include/uapi/asm/
H A Dptrace.h59 struct __riscv_d_ext_state { struct
76 struct __riscv_d_ext_state d; argument
H A Delf.h25 #define ELF_NFPREG (sizeof(struct __riscv_d_ext_state) / sizeof(elf_fpreg_t))
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dprocessor.h36 struct __riscv_d_ext_state fstate;