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:breakpoint_insn
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
kprobes.c
26
static const union mips_instruction
breakpoint_insn
= {
variable
137
*p->addr =
breakpoint_insn
;
in arch_arm_kprobe()
236
if (p->opcode.word ==
breakpoint_insn
.word ||
in prepare_singlestep()
294
p->ainsn.insn->word ==
breakpoint_insn
.word) {
in kprobe_handler()
317
} else if (addr->word !=
breakpoint_insn
.word) {
in kprobe_handler()
330
if (addr->word !=
breakpoint_insn
.word) {
in kprobe_handler()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
kprobes.c
28
static const union mips_instruction
breakpoint_insn
= {
variable
141
*p->addr =
breakpoint_insn
;
in arch_arm_kprobe()
243
if (p->opcode.word ==
breakpoint_insn
.word ||
in prepare_singlestep()
300
p->ainsn.insn->word ==
breakpoint_insn
.word) {
in kprobe_handler()
323
} else if (addr->word !=
breakpoint_insn
.word) {
in kprobe_handler()
336
if (addr->word !=
breakpoint_insn
.word) {
in kprobe_handler()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
kprobes.c
20
static const union loongarch_instruction
breakpoint_insn
= {
variable
108
*p->addr =
breakpoint_insn
;
in arch_arm_kprobe()
183
if (p->ainsn.insn->word ==
breakpoint_insn
.word) {
in setup_singlestep()
264
if (addr->word !=
breakpoint_insn
.word) {
in kprobe_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
mov_ss_trap.c
48
extern unsigned char
breakpoint_insn
[];
68
dr1 = (unsigned long)
breakpoint_insn
;
in enable_watchpoint()
244
asm volatile ("mov %[ss], %%ss;
breakpoint_insn
: nop" :: [ss] "m" (ss));
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
mov_ss_trap.c
48
extern unsigned char
breakpoint_insn
[];
67
dr1 = (unsigned long)
breakpoint_insn
;
in enable_watchpoint()
243
asm volatile ("mov %[ss], %%ss;
breakpoint_insn
: nop" :: [ss] "m" (ss));
in main()
Completed in 4 milliseconds