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:dawr_enabled
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hw_breakpoint.h
117
static inline bool
dawr_enabled
(void)
in dawr_enabled()
function
123
static inline bool
dawr_enabled
(void) { return false; }
in dawr_enabled()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hw_breakpoint.h
117
static inline bool
dawr_enabled
(void)
in dawr_enabled()
function
123
static inline bool
dawr_enabled
(void) { return false; }
in dawr_enabled()
function
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_p9_entry.c
573
if (
dawr_enabled
()) {
in kvmhv_vcpu_entry_p9()
618
if (
dawr_enabled
()) {
in kvmhv_vcpu_entry_p9()
891
if (
dawr_enabled
()) {
in kvmhv_vcpu_entry_p9()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-noadv.c
55
if (
dawr_enabled
())
in ppc_gethwdinfo()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-noadv.c
51
if (
dawr_enabled
())
in ppc_gethwdinfo()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
hw_breakpoint.c
419
if (
dawr_enabled
()) {
in hw_breakpoint_validate_len()
H
A
D
process.c
883
if (
dawr_enabled
())
in __set_breakpoint()
899
if (
dawr_enabled
())
in ppc_breakpoint_available()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
hw_breakpoint.c
166
if (
dawr_enabled
()) {
in hw_breakpoint_validate_len()
H
A
D
process.c
867
if (
dawr_enabled
())
in set_hw_breakpoint()
889
if (
dawr_enabled
())
in ppc_breakpoint_available()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3497
if (
dawr_enabled
()) {
in kvmhv_load_hv_regs_and_go()
Completed in 16 milliseconds