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:REG_IP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
syscall_arg_fault.c
42
#define
REG_IP
REG_RIP
macro
45
#define
REG_IP
REG_EIP
macro
56
printf("\tIP = 0x%lx\n", (unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in sigsegv_or_sigbus()
76
unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[
REG_IP
];
in sigtrap()
93
unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[
REG_IP
];
in sigill()
H
A
D
mov_ss_trap.c
42
# define
REG_IP
REG_RIP
macro
44
# define
REG_IP
REG_EIP
macro
122
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
],
in sigtrap()
131
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in handle_and_return()
139
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in handle_and_longjmp()
H
A
D
single_step_syscall.c
63
# define
REG_IP
REG_RIP
macro
67
# define
REG_IP
REG_EIP
macro
88
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in sigtrap()
104
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
],
in print_and_longjmp()
H
A
D
sigreturn.c
299
# define
REG_IP
REG_RIP
macro
319
# define
REG_IP
REG_EIP
macro
449
ctx->uc_mcontext.gregs[
REG_IP
] =
in sigusr1()
619
if (i == REG_TRAPNO || i ==
REG_IP
)
in test_valid_sigreturn()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
syscall_arg_fault.c
39
#define
REG_IP
REG_RIP
macro
42
#define
REG_IP
REG_EIP
macro
53
printf("\tIP = 0x%lx\n", (unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in sigsegv_or_sigbus()
73
unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[
REG_IP
];
in sigtrap()
90
unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[
REG_IP
];
in sigill()
H
A
D
mov_ss_trap.c
42
# define
REG_IP
REG_RIP
macro
44
# define
REG_IP
REG_EIP
macro
121
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
],
in sigtrap()
130
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in handle_and_return()
138
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in handle_and_longjmp()
H
A
D
single_step_syscall.c
62
# define
REG_IP
REG_RIP
macro
66
# define
REG_IP
REG_EIP
macro
87
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
]);
in sigtrap()
103
(unsigned long)ctx->uc_mcontext.gregs[
REG_IP
],
in print_and_longjmp()
H
A
D
sigreturn.c
296
# define
REG_IP
REG_RIP
macro
316
# define
REG_IP
REG_EIP
macro
446
ctx->uc_mcontext.gregs[
REG_IP
] =
in sigusr1()
616
if (i == REG_TRAPNO || i ==
REG_IP
)
in test_valid_sigreturn()
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H
A
D
fpmodule.h
20
#define
REG_IP
12
macro
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H
A
D
fpmodule.h
20
#define
REG_IP
12
macro
Completed in 6 milliseconds