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:UCONTEXT_NIA
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
H
A
D
exc_validate.c
14
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.gp_regs[PT_NIP]
macro
16
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
macro
18
#error implement
UCONTEXT_NIA
25
unsigned long *ip = &
UCONTEXT_NIA
(uc);
in segv_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H
A
D
exc_validate.c
14
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.gp_regs[PT_NIP]
macro
16
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
macro
18
#error implement
UCONTEXT_NIA
25
unsigned long *ip = &
UCONTEXT_NIA
(uc);
in segv_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H
A
D
utils.h
139
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.gp_regs[PT_NIP]
macro
142
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
macro
145
#error implement
UCONTEXT_NIA
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H
A
D
utils.h
202
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.gp_regs[PT_NIP]
macro
205
#define
UCONTEXT_NIA
(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
macro
208
#error implement
UCONTEXT_NIA
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H
A
D
sigreturn_unaligned.c
22
UCONTEXT_NIA
(uc) |= 3;
in sigusr1_handler()
H
A
D
sigreturn_kernel.c
27
UCONTEXT_NIA
(uc) = sigreturn_addr;
in sigusr1_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/security/
H
A
D
flush_utils.c
42
unsigned long *pc = &
UCONTEXT_NIA
(ctx);
in sigill_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/security/
H
A
D
flush_utils.c
56
unsigned long *pc = &
UCONTEXT_NIA
(ctx);
in sigill_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/
H
A
D
load_unaligned_zeropad.c
73
unsigned long *ip = &
UCONTEXT_NIA
(uc);
in segv_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/
H
A
D
load_unaligned_zeropad.c
73
unsigned long *ip = &
UCONTEXT_NIA
(uc);
in segv_handler()
Completed in 3 milliseconds