Home
last modified time | relevance | path

Searched refs:ftop (Results 1 – 11 of 11) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dsignal.c244 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_to_sigcontext() local
246 return __put_user(current->thread.fpu.ftop, ftop); in copy_ftop_to_sigcontext()
251 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_from_sigcontext() local
253 return __get_user(current->thread.fpu.ftop, ftop); in copy_ftop_from_sigcontext()
336 uint32_t __user *ftop = &ctx->ftop; in save_hw_ftop_context() local
338 return _save_ftop_context(ftop); in save_hw_ftop_context()
343 uint32_t __user *ftop = &ctx->ftop; in restore_hw_ftop_context() local
345 return _restore_ftop_context(ftop); in restore_hw_ftop_context()
H A Dptrace.c354 r = membuf_write(&to, &target->thread.fpu.ftop, sizeof(u32)); in lbt_get()
375 &target->thread.fpu.ftop, in lbt_set()
H A Dasm-offsets.c172 OFFSET(THREAD_FTOP, loongarch_fpu, ftop); in output_thread_fpu_defines()
/linux/arch/loongarch/include/asm/
H A Dlbt.h20 asmlinkage int _save_ftop_context(void __user *ftop);
21 asmlinkage int _restore_ftop_context(void __user *ftop);
H A Dprocessor.h85 uint32_t ftop; member
182 .ftop = 0, \
/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h67 __u32 ftop; member
H A Dptrace.h58 __u32 ftop; member
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h91 u8 ftop; member
/linux/arch/loongarch/kvm/
H A Dvcpu.c852 *v = vcpu->arch.fpu.ftop; in kvm_get_one_reg()
942 vcpu->arch.fpu.ftop = v; in kvm_set_one_reg()
/linux/arch/loongarch/
H A DKconfig621 to SCR3), x86/ARM eflags (eflags) and x87 fpu stack pointer (ftop).
/linux/tools/power/pm-graph/
H A Dsleepgraph.py167 ftop = False variable in SystemValues
848 if self.ftop:
6871 sysvals.ftop = True