Submit
Path:
~
/
/
lib
/
modules
/
5.15.0-152-generic
/
build
/
arch
/
x86
/
include
/
asm
/
fpu
/
File Content:
regset.h
/* SPDX-License-Identifier: GPL-2.0 */ /* * FPU regset handling methods: */ #ifndef _ASM_X86_FPU_REGSET_H #define _ASM_X86_FPU_REGSET_H #include <linux/regset.h> extern user_regset_active_fn regset_fpregs_active, regset_xregset_fpregs_active; extern user_regset_get2_fn fpregs_get, xfpregs_get, fpregs_soft_get, xstateregs_get; extern user_regset_set_fn fpregs_set, xfpregs_set, fpregs_soft_set, xstateregs_set; /* * xstateregs_active == regset_fpregs_active. Please refer to the comment * at the definition of regset_fpregs_active. */ #define xstateregs_active regset_fpregs_active #endif /* _ASM_X86_FPU_REGSET_H */
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
api.h
5039 bytes
0644
internal.h
0 bytes
0644
regset.h
637 bytes
0644
sched.h
2065 bytes
0644
signal.h
1494 bytes
0644
types.h
13797 bytes
0644
xcr.h
483 bytes
0644
xstate.h
4136 bytes
0644
N4ST4R_ID | Naxtarrr