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:cons_reg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
156
writel_relaxed(q->llq.cons, q->
cons_reg
);
in queue_sync_cons_out()
382
u32 cons = readl_relaxed(q->
cons_reg
);
in arm_smmu_cmdq_skip_err()
601
WRITE_ONCE(cmdq->q.llq.cons, readl_relaxed(cmdq->q.
cons_reg
));
in arm_smmu_cmdq_poll_until_not_full()
686
* readl(
cons_reg
);
in __arm_smmu_cmdq_poll_until_consumed()
691
llq->cons = readl(cmdq->q.
cons_reg
);
in __arm_smmu_cmdq_poll_until_consumed()
842
readl_relaxed(cmdq->q.
cons_reg
));
in arm_smmu_cmdq_issue_cmdlist()
2637
q->
cons_reg
= arm_smmu_page1_fixup(cons_off, smmu);
in arm_smmu_init_one_queue()
H
A
D
arm-smmu-v3.h
499
u32 __iomem *
cons_reg
;
member
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
146
writel_relaxed(q->llq.cons, q->
cons_reg
);
in queue_sync_cons_out()
384
u32 cons = readl_relaxed(q->
cons_reg
);
in __arm_smmu_cmdq_skip_err()
606
WRITE_ONCE(cmdq->q.llq.cons, readl_relaxed(cmdq->q.
cons_reg
));
in arm_smmu_cmdq_poll_until_not_full()
691
* readl(
cons_reg
);
in __arm_smmu_cmdq_poll_until_consumed()
696
llq->cons = readl(cmdq->q.
cons_reg
);
in __arm_smmu_cmdq_poll_until_consumed()
847
readl_relaxed(cmdq->q.
cons_reg
));
in arm_smmu_cmdq_issue_cmdlist()
2922
q->
cons_reg
= page + cons_off;
in arm_smmu_init_one_queue()
H
A
D
arm-smmu-v3.h
538
u32 __iomem *
cons_reg
;
member
Completed in 13 milliseconds