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:dbcr_dac
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-adv.c
112
dbcr_dac
(task) &= ~(DBCR_DAC1R | DBCR_DAC1W);
in ptrace_set_debugreg()
130
dbcr_dac
(task) &= ~(DBCR_DAC1R | DBCR_DAC1W);
in ptrace_set_debugreg()
132
dbcr_dac
(task) |= DBCR_DAC1R;
in ptrace_set_debugreg()
134
dbcr_dac
(task) |= DBCR_DAC1W;
in ptrace_set_debugreg()
298
if ((
dbcr_dac
(child) & (DBCR_DAC1R | DBCR_DAC1W)) == 0) {
in set_dac()
301
dbcr_dac
(child) |= DBCR_DAC1R;
in set_dac()
303
dbcr_dac
(child) |= DBCR_DAC1W;
in set_dac()
319
} else if ((
dbcr_dac
(child) & (DBCR_DAC2R | DBCR_DAC2W)) == 0) {
in set_dac()
322
dbcr_dac
(child) |= DBCR_DAC2R;
in set_dac()
324
dbcr_dac
(chil
in set_dac()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-adv.c
113
dbcr_dac
(task) &= ~(DBCR_DAC1R | DBCR_DAC1W);
in ptrace_set_debugreg()
131
dbcr_dac
(task) &= ~(DBCR_DAC1R | DBCR_DAC1W);
in ptrace_set_debugreg()
133
dbcr_dac
(task) |= DBCR_DAC1R;
in ptrace_set_debugreg()
135
dbcr_dac
(task) |= DBCR_DAC1W;
in ptrace_set_debugreg()
299
if ((
dbcr_dac
(child) & (DBCR_DAC1R | DBCR_DAC1W)) == 0) {
in set_dac()
302
dbcr_dac
(child) |= DBCR_DAC1R;
in set_dac()
304
dbcr_dac
(child) |= DBCR_DAC1W;
in set_dac()
320
} else if ((
dbcr_dac
(child) & (DBCR_DAC2R | DBCR_DAC2W)) == 0) {
in set_dac()
323
dbcr_dac
(child) |= DBCR_DAC2R;
in set_dac()
325
dbcr_dac
(chil
in set_dac()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg_booke.h
415
#define
dbcr_dac
(task) ((task)->thread.debug.dbcr1)
macro
461
#define
dbcr_dac
(task) ((task)->thread.debug.dbcr0)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg_booke.h
403
#define
dbcr_dac
(task) ((task)->thread.debug.dbcr1)
macro
449
#define
dbcr_dac
(task) ((task)->thread.debug.dbcr0)
macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
traps.c
1972
dbcr_dac
(current) &= ~(DBCR_DAC1R | DBCR_DAC1W);
in handle_debug()
1980
dbcr_dac
(current) &= ~(DBCR_DAC2R | DBCR_DAC2W);
in handle_debug()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
traps.c
1977
dbcr_dac
(current) &= ~(DBCR_DAC1R | DBCR_DAC1W);
in handle_debug()
1985
dbcr_dac
(current) &= ~(DBCR_DAC2R | DBCR_DAC2W);
in handle_debug()
Completed in 11 milliseconds