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:dtl_enable_mask
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
94
lppaca_of(dtl->cpu).
dtl_enable_mask
|= dtl_event_mask;
in dtl_start()
110
/* restore
dtl_enable_mask
*/
in dtl_stop()
111
lppaca_of(dtl->cpu).
dtl_enable_mask
= DTL_LOG_PREEMPT;
in dtl_stop()
150
lppaca_of(dtl->cpu).
dtl_enable_mask
= dtl_event_mask;
in dtl_start()
159
lppaca_of(dtl->cpu).
dtl_enable_mask
= 0x0;
in dtl_stop()
H
A
D
kexec.c
33
if (get_lppaca()->
dtl_enable_mask
) {
in pseries_kexec_cpu_down()
H
A
D
lpar.c
135
lppaca_of(cpu).
dtl_enable_mask
= dtl_mask;
in register_dtl_buffer()
443
lppaca_of(cpu).
dtl_enable_mask
= dtl_mask;
in set_global_dtl_mask()
456
lppaca_of(cpu).
dtl_enable_mask
= dtl_mask;
in reset_global_dtl_mask()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
104
lppaca_of(dtl->cpu).
dtl_enable_mask
|= dtl_event_mask;
in dtl_start()
120
/* restore
dtl_enable_mask
*/
in dtl_stop()
121
lppaca_of(dtl->cpu).
dtl_enable_mask
= DTL_LOG_PREEMPT;
in dtl_stop()
160
lppaca_of(dtl->cpu).
dtl_enable_mask
= dtl_event_mask;
in dtl_start()
169
lppaca_of(dtl->cpu).
dtl_enable_mask
= 0x0;
in dtl_stop()
H
A
D
kexec.c
33
if (get_lppaca()->
dtl_enable_mask
) {
in pseries_kexec_cpu_down()
H
A
D
lpar.c
138
lppaca_of(cpu).
dtl_enable_mask
= dtl_mask;
in register_dtl_buffer()
446
lppaca_of(cpu).
dtl_enable_mask
= dtl_mask;
in set_global_dtl_mask()
459
lppaca_of(cpu).
dtl_enable_mask
= dtl_mask;
in reset_global_dtl_mask()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
lppaca.h
83
u8
dtl_enable_mask
; /* Dispatch Trace Log mask */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
lppaca.h
61
u8
dtl_enable_mask
; /* Dispatch Trace Log mask */
member
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/asm/
H
A
D
lppaca.h
83
u8
dtl_enable_mask
; /* Dispatch Trace Log mask */
member
Completed in 9 milliseconds