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:ELF_NVRREG
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
sigcontext.h
88
long vmx_reserve[
ELF_NVRREG
+
ELF_NVRREG
+ 1 + 32];
H
A
D
elf.h
114
# define
ELF_NVRREG
34 /* includes vscr & vrsave in split vectors */
macro
123
# define
ELF_NVRREG
33 /* includes vscr */
macro
161
typedef elf_vrreg_t elf_vrregset_t[
ELF_NVRREG
];
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
sigcontext.h
88
long vmx_reserve[
ELF_NVRREG
+
ELF_NVRREG
+ 1 + 32];
H
A
D
elf.h
116
# define
ELF_NVRREG
34 /* includes vscr & vrsave in split vectors */
macro
125
# define
ELF_NVRREG
33 /* includes vscr */
macro
163
typedef elf_vrreg_t elf_vrregset_t[
ELF_NVRREG
];
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
signal_32.c
80
#undef
ELF_NVRREG
macro
81
#define
ELF_NVRREG
ELF_NVRREG32
macro
256
ELF_NVRREG
* sizeof(vector128)))
in save_user_regs()
370
ELF_NVRREG
* sizeof(vector128)))
in save_tm_user_regs()
375
ELF_NVRREG
* sizeof(vector128)))
in save_tm_user_regs()
380
ELF_NVRREG
* sizeof(vector128)))
in save_tm_user_regs()
523
ELF_NVRREG
* sizeof(vector128));
in restore_user_regs()
629
ELF_NVRREG
* sizeof(vector128));
in restore_tm_user_regs()
631
ELF_NVRREG
* sizeof(vector128));
in restore_tm_user_regs()
H
A
D
signal_64.c
159
v_regs +=
ELF_NVRREG
;
in setup_sigcontext()
283
v_regs +=
ELF_NVRREG
;
in setup_tm_sigcontexts()
284
tm_v_regs +=
ELF_NVRREG
;
in setup_tm_sigcontexts()
401
v_regs +=
ELF_NVRREG
;
in restore_sigcontext()
534
v_regs +=
ELF_NVRREG
;
in restore_tm_sigcontexts()
535
tm_v_regs +=
ELF_NVRREG
;
in restore_tm_sigcontexts()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
signal_32.c
78
#undef
ELF_NVRREG
macro
79
#define
ELF_NVRREG
ELF_NVRREG32
macro
280
ELF_NVRREG
* sizeof(vector128), failed);
in __unsafe_save_user_regs()
387
ELF_NVRREG
* sizeof(vector128), failed);
in save_tm_user_regs_unsafe()
391
ELF_NVRREG
* sizeof(vector128), failed);
in save_tm_user_regs_unsafe()
395
ELF_NVRREG
* sizeof(vector128), failed);
in save_tm_user_regs_unsafe()
506
ELF_NVRREG
* sizeof(vector128));
in restore_user_regs()
606
ELF_NVRREG
* sizeof(vector128));
in restore_tm_user_regs()
608
ELF_NVRREG
* sizeof(vector128));
in restore_tm_user_regs()
H
A
D
signal_64.c
171
v_regs +=
ELF_NVRREG
;
in __unsafe_setup_sigcontext()
297
v_regs +=
ELF_NVRREG
;
in setup_tm_sigcontexts()
298
tm_v_regs +=
ELF_NVRREG
;
in setup_tm_sigcontexts()
417
v_regs +=
ELF_NVRREG
;
in __unsafe_restore_sigcontext()
553
v_regs +=
ELF_NVRREG
;
in restore_tm_sigcontexts()
554
tm_v_regs +=
ELF_NVRREG
;
in restore_tm_sigcontexts()
Completed in 8 milliseconds