Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dptrace.c57 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_get()
62 membuf_write(&to, fstate, offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_get()
73 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_set()
76 offsetof(struct __riscv_d_ext_state, fcsr)); in riscv_fpr_set()
79 offsetof(struct __riscv_d_ext_state, fcsr) + in riscv_fpr_set()
Dcompat_signal.c53 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in compat_restore_fp_state()
80 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in compat_save_fp_state()
Dsignal.c46 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in restore_fp_state()
60 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in save_fp_state()
/linux-6.12.1/arch/riscv/include/uapi/asm/
Dptrace.h64 struct __riscv_d_ext_state { struct
96 struct __riscv_d_ext_state d;
Delf.h25 #define ELF_NFPREG (sizeof(struct __riscv_d_ext_state) / sizeof(elf_fpreg_t))
Dkvm.h254 (offsetof(struct __riscv_d_ext_state, name) / sizeof(__u64))
/linux-6.12.1/arch/riscv/include/asm/
Dprocessor.h103 struct __riscv_d_ext_state fstate;
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst2885 0x8020 0000 06 <index into the __riscv_d_ext_state struct:24> (fcsr)
2886 0x8030 0000 06 <index into the __riscv_d_ext_state struct:24> (non-fcsr)