Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_fpx_sw_bytes
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H
A
D
signal.c
18
static struct
_fpx_sw_bytes
fx_sw_reserved, fx_sw_reserved_ia32;
26
struct
_fpx_sw_bytes
*fx_sw)
in check_for_xstate()
89
struct
_fpx_sw_bytes
*sw_bytes;
in save_xstate_epilog()
313
struct
_fpx_sw_bytes
fx_sw_user;
in __fpu__restore_sig()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H
A
D
signal.c
28
struct
_fpx_sw_bytes
*fx_sw)
in check_xstate_in_sigframe()
105
static inline void save_sw_bytes(struct
_fpx_sw_bytes
*sw_bytes, bool ia32_frame,
in save_sw_bytes()
121
struct
_fpx_sw_bytes
sw_bytes = {};
in save_xstate_epilog()
346
struct
_fpx_sw_bytes
fx_sw_user;
in __fpu_restore_sig()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
sigcontext.h
40
struct
_fpx_sw_bytes
{
struct
134
struct
_fpx_sw_bytes
sw_reserved; /* Potential extended state is encoded here */
164
struct
_fpx_sw_bytes
sw_reserved; /* Potential extended state is encoded here */
228
* (struct
_fpx_sw_bytes
)
271
* (struct
_fpx_sw_bytes
)
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
sigcontext.h
40
struct
_fpx_sw_bytes
{
struct
134
struct
_fpx_sw_bytes
sw_reserved; /* Potential extended state is encoded here */
164
struct
_fpx_sw_bytes
sw_reserved; /* Potential extended state is encoded here */
228
* (struct
_fpx_sw_bytes
)
271
* (struct
_fpx_sw_bytes
)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
sigcontext.h
26
struct
_fpx_sw_bytes
{
struct
68
struct
_fpx_sw_bytes
sw_reserved;
85
struct
_fpx_sw_bytes
sw_reserved;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
sigcontext.h
26
struct
_fpx_sw_bytes
{
struct
68
struct
_fpx_sw_bytes
sw_reserved;
85
struct
_fpx_sw_bytes
sw_reserved;
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
amx.c
226
/* See 'struct
_fpx_sw_bytes
' at sigcontext.h */
231
static inline struct
_fpx_sw_bytes
*get_fpx_sw_bytes(void *buffer)
in get_fpx_sw_bytes()
233
return (struct
_fpx_sw_bytes
*)(buffer + SW_BYTES_OFFSET);
in get_fpx_sw_bytes()
261
struct
_fpx_sw_bytes
*sw_bytes;
in handle_noperm()
Completed in 6 milliseconds