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:hw_brk
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-noadv.c
72
dabr_fake = ((child->thread.
hw_brk
[0].address & (~HW_BRK_TYPE_DABR)) |
in ptrace_get_debugreg()
73
(child->thread.
hw_brk
[0].type & HW_BRK_TYPE_DABR));
in ptrace_get_debugreg()
91
struct arch_hw_breakpoint
hw_brk
;
in ptrace_set_debugreg()
local
119
hw_brk
.address = data & (~HW_BRK_TYPE_DABR);
in ptrace_set_debugreg()
120
hw_brk
.type = (data & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL;
in ptrace_set_debugreg()
121
hw_brk
.len = DABR_MAX_LEN;
in ptrace_set_debugreg()
122
hw_brk
.hw_len = DABR_MAX_LEN;
in ptrace_set_debugreg()
123
set_bp = (data) && (
hw_brk
.type & HW_BRK_TYPE_RDWR);
in ptrace_set_debugreg()
135
attr.bp_addr =
hw_brk
.address;
in ptrace_set_debugreg()
137
arch_bp_generic_fields(
hw_brk
in ptrace_set_debugreg()
[all...]
H
A
D
ptrace32.c
262
(child->thread.
hw_brk
[0].address & (~HW_BRK_TYPE_DABR)) |
in compat_arch_ptrace()
263
(child->thread.
hw_brk
[0].type & HW_BRK_TYPE_DABR));
in compat_arch_ptrace()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-noadv.c
68
dabr_fake = ((child->thread.
hw_brk
[0].address & (~HW_BRK_TYPE_DABR)) |
in ptrace_get_debugreg()
69
(child->thread.
hw_brk
[0].type & HW_BRK_TYPE_DABR));
in ptrace_get_debugreg()
87
struct arch_hw_breakpoint
hw_brk
;
in ptrace_set_debugreg()
local
115
hw_brk
.address = data & (~HW_BRK_TYPE_DABR);
in ptrace_set_debugreg()
116
hw_brk
.type = (data & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL;
in ptrace_set_debugreg()
117
hw_brk
.len = DABR_MAX_LEN;
in ptrace_set_debugreg()
118
hw_brk
.hw_len = DABR_MAX_LEN;
in ptrace_set_debugreg()
119
set_bp = (data) && (
hw_brk
.type & HW_BRK_TYPE_RDWR);
in ptrace_set_debugreg()
131
attr.bp_addr =
hw_brk
.address;
in ptrace_set_debugreg()
133
arch_bp_generic_fields(
hw_brk
in ptrace_set_debugreg()
[all...]
H
A
D
ptrace32.c
260
(child->thread.
hw_brk
[0].address & (~HW_BRK_TYPE_DABR)) |
in compat_arch_ptrace()
261
(child->thread.
hw_brk
[0].type & HW_BRK_TYPE_DABR));
in compat_arch_ptrace()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
signal.c
288
if (tsk->thread.
hw_brk
[i].address && tsk->thread.
hw_brk
[i].type)
in do_signal()
289
__set_breakpoint(i, &tsk->thread.
hw_brk
[i]);
in do_signal()
H
A
D
process.c
642
current->thread.
hw_brk
[0] = null_brk;
in do_break_handler()
643
current->thread.
hw_brk
[0].flags |= HW_BRK_FLAG_DISABLED;
in do_break_handler()
651
info = ¤t->thread.
hw_brk
[i];
in do_break_handler()
657
current->thread.
hw_brk
[i] = null_brk;
in do_break_handler()
658
current->thread.
hw_brk
[i].flags |= HW_BRK_FLAG_DISABLED;
in do_break_handler()
776
thread->
hw_brk
[i] = null_brk;
in set_debug_reg_defaults()
778
set_breakpoint(i, &thread->
hw_brk
[i]);
in set_debug_reg_defaults()
801
&new->thread.
hw_brk
[i])))
in switch_hw_breakpoint()
804
__set_breakpoint(i, &new->thread.
hw_brk
[i]);
in switch_hw_breakpoint()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
signal.c
275
if (tsk->thread.
hw_brk
[i].address && tsk->thread.
hw_brk
[i].type)
in do_signal()
276
__set_breakpoint(i, &tsk->thread.
hw_brk
[i]);
in do_signal()
H
A
D
process.c
640
current->thread.
hw_brk
[0] = null_brk;
in do_break_handler()
641
current->thread.
hw_brk
[0].flags |= HW_BRK_FLAG_DISABLED;
in do_break_handler()
649
info = ¤t->thread.
hw_brk
[i];
in do_break_handler()
655
current->thread.
hw_brk
[i] = null_brk;
in do_break_handler()
656
current->thread.
hw_brk
[i].flags |= HW_BRK_FLAG_DISABLED;
in do_break_handler()
773
thread->
hw_brk
[i] = null_brk;
in set_debug_reg_defaults()
775
set_breakpoint(i, &thread->
hw_brk
[i]);
in set_debug_reg_defaults()
798
&new->thread.
hw_brk
[i])))
in switch_hw_breakpoint()
801
__set_breakpoint(i, &new->thread.
hw_brk
[i]);
in switch_hw_breakpoint()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
processor.h
185
struct arch_hw_breakpoint
hw_brk
[HBP_NUM_MAX]; /* hardware breakpoint info */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
processor.h
176
struct arch_hw_breakpoint
hw_brk
[HBP_NUM_MAX]; /* hardware breakpoint info */
member
Completed in 11 milliseconds