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:DBCR0_IAC1
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-adv.c
143
int slot1_in_use = ((child->thread.debug.dbcr0 &
DBCR0_IAC1
) != 0);
in set_instruction_bp()
166
child->thread.debug.dbcr0 |=
DBCR0_IAC1
;
in set_instruction_bp()
199
child->thread.debug.dbcr0 |=
DBCR0_IAC1
;
in set_instruction_bp()
232
if ((child->thread.debug.dbcr0 &
DBCR0_IAC1
) == 0)
in del_instruction_bp()
241
child->thread.debug.dbcr0 &= ~
DBCR0_IAC1
;
in del_instruction_bp()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-adv.c
144
int slot1_in_use = ((child->thread.debug.dbcr0 &
DBCR0_IAC1
) != 0);
in set_instruction_bp()
167
child->thread.debug.dbcr0 |=
DBCR0_IAC1
;
in set_instruction_bp()
200
child->thread.debug.dbcr0 |=
DBCR0_IAC1
;
in set_instruction_bp()
233
if ((child->thread.debug.dbcr0 &
DBCR0_IAC1
) == 0)
in del_instruction_bp()
242
child->thread.debug.dbcr0 &= ~
DBCR0_IAC1
;
in del_instruction_bp()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg_booke.h
386
#define
DBCR0_IAC1
DBCR0_IA1
macro
425
#define DBCR0_ACTIVE_EVENTS (DBCR0_ICMP |
DBCR0_IAC1
| DBCR0_IAC2 | \
448
#define
DBCR0_IAC1
0x00800000 /* Instr Addr compare 1 enable */
macro
526
#define DBCR0_ACTIVE_EVENTS (DBCR0_ICMP |
DBCR0_IAC1
| DBCR0_IAC2 | \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg_booke.h
374
#define
DBCR0_IAC1
DBCR0_IA1
macro
413
#define DBCR0_ACTIVE_EVENTS (DBCR0_ICMP |
DBCR0_IAC1
| DBCR0_IAC2 | \
436
#define
DBCR0_IAC1
0x00800000 /* Instr Addr compare 1 enable */
macro
514
#define DBCR0_ACTIVE_EVENTS (DBCR0_ICMP |
DBCR0_IAC1
| DBCR0_IAC2 | \
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
booke_emulate.c
222
DBCR0_IAC1
| DBCR0_IAC2 | DBCR0_IAC3 | DBCR0_IAC4 |
in kvmppc_booke_emulate_mtspr()
H
A
D
booke.c
1873
dbg_reg->dbcr0 |=
DBCR0_IAC1
;
in kvmppc_booke_add_breakpoint()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
booke_emulate.c
222
DBCR0_IAC1
| DBCR0_IAC2 | DBCR0_IAC3 | DBCR0_IAC4 |
in kvmppc_booke_emulate_mtspr()
H
A
D
booke.c
1906
dbg_reg->dbcr0 |=
DBCR0_IAC1
;
in kvmppc_booke_add_breakpoint()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
traps.c
1985
current->thread.debug.dbcr0 &= ~
DBCR0_IAC1
;
in handle_debug()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
traps.c
1990
current->thread.debug.dbcr0 &= ~
DBCR0_IAC1
;
in handle_debug()
Completed in 16 milliseconds