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:fpinst
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/vfp/
H
A
D
vfpmodule.c
572
ufp_exc->
fpinst
= hwstate->
fpinst
;
in vfp_preserve_user_clear_hwstate()
618
hwstate->
fpinst
= ufp_exc->
fpinst
;
in vfp_restore_user_hwstate()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
fpstate.h
37
__u32
fpinst
;
member
H
A
D
user.h
100
unsigned long
fpinst
;
member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
fpstate.h
37
__u32
fpinst
;
member
H
A
D
user.h
96
unsigned long
fpinst
;
member
/kernel/linux/linux-6.6/arch/arm/vfp/
H
A
D
vfpmodule.c
572
ufp_exc->
fpinst
= hwstate->
fpinst
;
in vfp_preserve_user_clear_hwstate()
618
hwstate->
fpinst
= ufp_exc->
fpinst
;
in vfp_restore_user_hwstate()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
signal32.c
32
compat_ulong_t
fpinst
;
member
138
__put_user_error(0, &frame->ufp_exc.
fpinst
, err);
in compat_preserve_vfp_context()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
signal32.c
32
compat_ulong_t
fpinst
;
member
136
__put_user_error(0, &frame->ufp_exc.
fpinst
, err);
in compat_preserve_vfp_context()
Completed in 5 milliseconds