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:aux_cmd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/mm/
H
A
D
cache.c
253
unsigned int
aux_cmd
;
in __cache_line_loop_v2()
local
257
aux_cmd
= ARC_REG_IC_IVIL;
in __cache_line_loop_v2()
260
aux_cmd
= op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL;
in __cache_line_loop_v2()
281
write_aux_reg(
aux_cmd
, paddr);
in __cache_line_loop_v2()
298
unsigned int
aux_cmd
, aux_tag;
in __cache_line_loop_v3()
local
302
aux_cmd
= ARC_REG_IC_IVIL;
in __cache_line_loop_v3()
305
aux_cmd
= op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL;
in __cache_line_loop_v3()
345
write_aux_reg(
aux_cmd
, vaddr);
in __cache_line_loop_v3()
369
unsigned int
aux_cmd
;
in __cache_line_loop_v4()
local
373
aux_cmd
in __cache_line_loop_v4()
[all...]
/kernel/linux/linux-6.6/arch/arc/mm/
H
A
D
cache.c
192
unsigned int
aux_cmd
, aux_tag;
in __cache_line_loop_v3()
local
196
aux_cmd
= ARC_REG_IC_IVIL;
in __cache_line_loop_v3()
199
aux_cmd
= op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL;
in __cache_line_loop_v3()
239
write_aux_reg(
aux_cmd
, vaddr);
in __cache_line_loop_v3()
252
unsigned int
aux_cmd
;
in __cache_line_loop_v4()
local
256
aux_cmd
= ARC_REG_IC_IVIL;
in __cache_line_loop_v4()
259
aux_cmd
= op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL;
in __cache_line_loop_v4()
292
write_aux_reg(
aux_cmd
, paddr);
in __cache_line_loop_v4()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
time-event.c
736
struct iwl_hs20_roc_req
aux_cmd
= {};
in iwl_mvm_remove_aux_roc_te()
local
737
u16 len = sizeof(
aux_cmd
) - iwl_mvm_chan_info_padding(mvm);
in iwl_mvm_remove_aux_roc_te()
745
aux_cmd
.event_unique_id = cpu_to_le32(uid);
in iwl_mvm_remove_aux_roc_te()
746
aux_cmd
.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
in iwl_mvm_remove_aux_roc_te()
747
aux_cmd
.id_and_color =
in iwl_mvm_remove_aux_roc_te()
750
le32_to_cpu(
aux_cmd
.event_unique_id));
in iwl_mvm_remove_aux_roc_te()
752
len, &
aux_cmd
);
in iwl_mvm_remove_aux_roc_te()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
time-event.c
766
struct iwl_hs20_roc_req
aux_cmd
= {};
in iwl_mvm_remove_aux_roc_te()
local
767
u16 len = sizeof(
aux_cmd
) - iwl_mvm_chan_info_padding(mvm);
in iwl_mvm_remove_aux_roc_te()
775
aux_cmd
.event_unique_id = cpu_to_le32(uid);
in iwl_mvm_remove_aux_roc_te()
776
aux_cmd
.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
in iwl_mvm_remove_aux_roc_te()
777
aux_cmd
.id_and_color =
in iwl_mvm_remove_aux_roc_te()
780
le32_to_cpu(
aux_cmd
.event_unique_id));
in iwl_mvm_remove_aux_roc_te()
782
len, &
aux_cmd
);
in iwl_mvm_remove_aux_roc_te()
Completed in 8 milliseconds