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
defs:fpregs
(Results
51 - 65
of
65
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
ptrace_64.c
377
unsigned long *
fpregs
= task_thread_info(target)->
fpregs
;
in fpregs64_set()
local
705
unsigned long *
fpregs
= task_thread_info(target)->
fpregs
;
in fpregs32_set()
local
853
unsigned long *
fpregs
= task_thread_info(target)->
fpregs
;
setfpregs_set()
local
[all...]
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H
A
D
fpudispatch.c
158
static void parisc_linux_get_fpu_type(u_int
fpregs
[])
in parisc_linux_get_fpu_type()
argument
182
fpudispatch(u_int ir, u_int excp_code, u_int holder, u_int
fpregs
[])
in fpudispatch()
argument
237
emfpudispatch(u_int ir, u_int dummy1, u_int dummy2, u_int
fpregs
[])
emfpudispatch()
argument
275
decode_0c(u_int ir, u_int class, u_int subop, u_int
fpregs
[])
decode_0c()
argument
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
ptrace_64.c
376
unsigned long *
fpregs
= task_thread_info(target)->
fpregs
;
in fpregs64_set()
local
703
unsigned long *
fpregs
= task_thread_info(target)->
fpregs
;
in fpregs32_set()
local
851
unsigned long *
fpregs
= task_thread_info(target)->
fpregs
;
setfpregs_set()
local
[all...]
/third_party/musl/arch/mips/bits/
H
A
D
signal.h
33
fpregset_t
fpregs
;
member
/third_party/musl/arch/sh/bits/
H
A
D
signal.h
17
unsigned long
fpregs
[16];
member
/third_party/musl/arch/m68k/bits/
H
A
D
signal.h
69
fpregset_t
fpregs
;
member
/third_party/musl/arch/mips64/bits/
H
A
D
signal.h
42
fpregset_t
fpregs
;
member
/third_party/musl/arch/mipsn32/bits/
H
A
D
signal.h
42
fpregset_t
fpregs
;
member
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
thread_info_64.h
63
unsigned long
fpregs
[(7 * 256) / sizeof(unsigned long)]
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
thread_info_64.h
63
unsigned long
fpregs
[(7 * 256) / sizeof(unsigned long)]
member
/third_party/musl/arch/i386/bits/
H
A
D
signal.h
71
fpregset_t
fpregs
;
member
/third_party/musl/arch/x32/bits/
H
A
D
signal.h
82
fpregset_t
fpregs
;
member
/third_party/musl/arch/x86_64/bits/
H
A
D
signal.h
82
fpregset_t
fpregs
;
member
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
protection_keys.c
325
char *
fpregs
;
in signal_handler()
local
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
protection_keys.c
317
char *
fpregs
;
in signal_handler()
local
Completed in 13 milliseconds
1
2
3