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:dbg_flags
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
ctxt-info-gen3.c
65
u32
dbg_flags
= 0;
in iwl_pcie_ctxt_info_dbg_enable()
local
73
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_DRAM;
in iwl_pcie_ctxt_info_dbg_enable()
89
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_INTERNAL;
in iwl_pcie_ctxt_info_dbg_enable()
95
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_TB22DTF;
in iwl_pcie_ctxt_info_dbg_enable()
104
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_DRAM;
in iwl_pcie_ctxt_info_dbg_enable()
117
if (
dbg_flags
)
in iwl_pcie_ctxt_info_dbg_enable()
118
*control_flags |= IWL_PRPH_SCRATCH_EARLY_DEBUG_EN |
dbg_flags
;
in iwl_pcie_ctxt_info_dbg_enable()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
ctxt-info-gen3.c
18
u32
dbg_flags
= 0;
in iwl_pcie_ctxt_info_dbg_enable()
local
26
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_DRAM;
in iwl_pcie_ctxt_info_dbg_enable()
42
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_INTERNAL;
in iwl_pcie_ctxt_info_dbg_enable()
48
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_TB22DTF;
in iwl_pcie_ctxt_info_dbg_enable()
57
dbg_flags
|= IWL_PRPH_SCRATCH_EDBG_DEST_DRAM;
in iwl_pcie_ctxt_info_dbg_enable()
74
if (
dbg_flags
)
in iwl_pcie_ctxt_info_dbg_enable()
75
*control_flags |= IWL_PRPH_SCRATCH_EARLY_DEBUG_EN |
dbg_flags
;
in iwl_pcie_ctxt_info_dbg_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_debug.c
350
uint32_t flags = pdd->process->
dbg_flags
;
in kfd_dbg_set_mes_debug_mode()
496
uint32_t prev_flags = target->
dbg_flags
;
in kfd_dbg_trap_set_flags()
507
target->
dbg_flags
= *flags & KFD_DBG_TRAP_FLAG_SINGLE_MEM_OP;
in kfd_dbg_trap_set_flags()
521
target->
dbg_flags
= prev_flags;
in kfd_dbg_trap_set_flags()
530
target->
dbg_flags
= prev_flags;
in kfd_dbg_trap_set_flags()
H
A
D
kfd_packet_manager_v9.c
117
!!(pdd->process->
dbg_flags
& KFD_DBG_TRAP_FLAG_SINGLE_MEM_OP);
in pm_map_process_aldebaran()
H
A
D
kfd_priv.h
974
u32
dbg_flags
;
member
Completed in 6 milliseconds