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:arm_smmu_cmdq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
348
static struct
arm_smmu_cmdq
*arm_smmu_get_cmdq(struct arm_smmu_device *smmu)
in arm_smmu_get_cmdq()
444
static void arm_smmu_cmdq_shared_lock(struct
arm_smmu_cmdq
*cmdq)
in arm_smmu_cmdq_shared_lock()
462
static void arm_smmu_cmdq_shared_unlock(struct
arm_smmu_cmdq
*cmdq)
in arm_smmu_cmdq_shared_unlock()
467
static bool arm_smmu_cmdq_shared_tryunlock(struct
arm_smmu_cmdq
*cmdq)
in arm_smmu_cmdq_shared_tryunlock()
511
* 3. Mark our slots as valid in
arm_smmu_cmdq
.valid_map.
532
static void __arm_smmu_cmdq_poll_set_valid_map(struct
arm_smmu_cmdq
*cmdq,
in __arm_smmu_cmdq_poll_set_valid_map()
579
static void arm_smmu_cmdq_set_valid_map(struct
arm_smmu_cmdq
*cmdq,
in arm_smmu_cmdq_set_valid_map()
586
static void arm_smmu_cmdq_poll_valid_map(struct
arm_smmu_cmdq
*cmdq,
in arm_smmu_cmdq_poll_valid_map()
598
struct
arm_smmu_cmdq
*cmdq = arm_smmu_get_cmdq(smmu);
in arm_smmu_cmdq_poll_until_not_full()
633
struct
arm_smmu_cmdq
*cmd
in __arm_smmu_cmdq_poll_until_msi()
[all...]
H
A
D
arm-smmu-v3.h
548
struct
arm_smmu_cmdq
{
struct
657
struct
arm_smmu_cmdq
cmdq;
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
439
static void arm_smmu_cmdq_shared_lock(struct
arm_smmu_cmdq
*cmdq)
in arm_smmu_cmdq_shared_lock()
457
static void arm_smmu_cmdq_shared_unlock(struct
arm_smmu_cmdq
*cmdq)
in arm_smmu_cmdq_shared_unlock()
462
static bool arm_smmu_cmdq_shared_tryunlock(struct
arm_smmu_cmdq
*cmdq)
in arm_smmu_cmdq_shared_tryunlock()
506
* 3. Mark our slots as valid in
arm_smmu_cmdq
.valid_map.
527
static void __arm_smmu_cmdq_poll_set_valid_map(struct
arm_smmu_cmdq
*cmdq,
in __arm_smmu_cmdq_poll_set_valid_map()
574
static void arm_smmu_cmdq_set_valid_map(struct
arm_smmu_cmdq
*cmdq,
in arm_smmu_cmdq_set_valid_map()
581
static void arm_smmu_cmdq_poll_valid_map(struct
arm_smmu_cmdq
*cmdq,
in arm_smmu_cmdq_poll_valid_map()
593
struct
arm_smmu_cmdq
*cmdq = &smmu->cmdq;
in arm_smmu_cmdq_poll_until_not_full()
628
struct
arm_smmu_cmdq
*cmdq = &smmu->cmdq;
in __arm_smmu_cmdq_poll_until_msi()
651
struct
arm_smmu_cmdq
*cmd
in __arm_smmu_cmdq_poll_until_consumed()
[all...]
H
A
D
arm-smmu-v3.h
509
struct
arm_smmu_cmdq
{
struct
614
struct
arm_smmu_cmdq
cmdq;
Completed in 10 milliseconds