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_vrreg_t
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
elf.h
160
typedef __vector128
elf_vrreg_t
;
typedef
161
typedef
elf_vrreg_t
elf_vrregset_t[ELF_NVRREG];
163
typedef
elf_vrreg_t
elf_vrregset_t32[ELF_NVRREG32];
H
A
D
sigcontext.h
35
* extended by appending a pointer (v_regs) to a quadword type (
elf_vrreg_t
)
43
* The pointer (v_regs) of vector type (
elf_vrreg_t
) is type compatible with
87
elf_vrreg_t
__user *v_regs;
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
elf.h
162
typedef __vector128
elf_vrreg_t
;
typedef
163
typedef
elf_vrreg_t
elf_vrregset_t[ELF_NVRREG];
165
typedef
elf_vrreg_t
elf_vrregset_t32[ELF_NVRREG32];
H
A
D
sigcontext.h
35
* extended by appending a pointer (v_regs) to a quadword type (
elf_vrreg_t
)
43
* The pointer (v_regs) of vector type (
elf_vrreg_t
) is type compatible with
87
elf_vrreg_t
__user *v_regs;
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-altivec.c
47
elf_vrreg_t
reg;
in vr_get()
99
elf_vrreg_t
reg;
in vr_set()
H
A
D
ptrace-tm.c
345
elf_vrreg_t
reg;
in tm_cvmx_get()
417
elf_vrreg_t
reg;
in tm_cvmx_set()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-altivec.c
47
elf_vrreg_t
reg;
in vr_get()
99
elf_vrreg_t
reg;
in vr_set()
H
A
D
ptrace-tm.c
346
elf_vrreg_t
reg;
in tm_cvmx_get()
418
elf_vrreg_t
reg;
in tm_cvmx_set()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H
A
D
tm-signal-pagefault.c
205
get_uf_mem(sizeof(
elf_vrreg_t
), ucp->uc_mcontext.v_regs);
in signal_handler()
208
get_uf_mem(sizeof(
elf_vrreg_t
), ucp->uc_link->uc_mcontext.v_regs);
in signal_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H
A
D
tm-signal-pagefault.c
205
get_uf_mem(sizeof(
elf_vrreg_t
), ucp->uc_mcontext.v_regs);
in signal_handler()
208
get_uf_mem(sizeof(
elf_vrreg_t
), ucp->uc_link->uc_mcontext.v_regs);
in signal_handler()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
signal_64.c
81
static
elf_vrreg_t
__user *sigcontext_vmx_regs(struct sigcontext __user *sc)
in sigcontext_vmx_regs()
83
return (
elf_vrreg_t
__user *) (((unsigned long)sc->vmx_reserve + 15) & ~0xful);
in sigcontext_vmx_regs()
104
elf_vrreg_t
__user *v_regs = sigcontext_vmx_regs(sc);
in setup_sigcontext()
207
elf_vrreg_t
__user *v_regs = sigcontext_vmx_regs(sc);
in setup_tm_sigcontexts()
208
elf_vrreg_t
__user *tm_v_regs = sigcontext_vmx_regs(tm_sc);
in setup_tm_sigcontexts()
325
elf_vrreg_t
__user *v_regs;
in restore_sigcontext()
423
elf_vrreg_t
__user *v_regs, *tm_v_regs;
in restore_tm_sigcontexts()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
signal_64.c
81
static
elf_vrreg_t
__user *sigcontext_vmx_regs(struct sigcontext __user *sc)
in sigcontext_vmx_regs()
83
return (
elf_vrreg_t
__user *) (((unsigned long)sc->vmx_reserve + 15) & ~0xful);
in sigcontext_vmx_regs()
127
elf_vrreg_t
__user *v_regs = sigcontext_vmx_regs(sc);
in __unsafe_setup_sigcontext()
221
elf_vrreg_t
__user *v_regs = sigcontext_vmx_regs(sc);
in setup_tm_sigcontexts()
222
elf_vrreg_t
__user *tm_v_regs = sigcontext_vmx_regs(tm_sc);
in setup_tm_sigcontexts()
341
elf_vrreg_t
__user *v_regs;
in __unsafe_restore_sigcontext()
442
elf_vrreg_t
__user *v_regs, *tm_v_regs;
in restore_tm_sigcontexts()
Completed in 9 milliseconds