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:irptndx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H
A
D
arm-smmu.c
568
reg |= FIELD_PREP(ARM_SMMU_CBAR_IRPTNDX, cfg->
irptndx
);
in arm_smmu_write_context_bank()
760
cfg->
irptndx
= atomic_inc_return(&smmu->
irptndx
);
in arm_smmu_init_domain_context()
761
cfg->
irptndx
%= smmu->num_context_irqs;
in arm_smmu_init_domain_context()
763
cfg->
irptndx
= cfg->cbndx;
in arm_smmu_init_domain_context()
815
irq = smmu->irqs[smmu->num_global_irqs + cfg->
irptndx
];
in arm_smmu_init_domain_context()
826
cfg->
irptndx
, irq);
in arm_smmu_init_domain_context()
827
cfg->
irptndx
= ARM_SMMU_INVALID_IRPTNDX;
in arm_smmu_init_domain_context()
865
if (cfg->
irptndx
!= ARM_SMMU_INVALID_IRPTNDX) {
in arm_smmu_destroy_domain_context()
866
irq = smmu->irqs[smmu->num_global_irqs + cfg->
irptndx
];
in arm_smmu_destroy_domain_context()
[all...]
H
A
D
arm-smmu.h
304
atomic_t
irptndx
;
member
339
u8
irptndx
;
member
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H
A
D
arm-smmu.c
542
reg |= FIELD_PREP(ARM_SMMU_CBAR_IRPTNDX, cfg->
irptndx
);
in arm_smmu_write_context_bank()
737
cfg->
irptndx
= atomic_inc_return(&smmu->
irptndx
);
in arm_smmu_init_domain_context()
738
cfg->
irptndx
%= smmu->num_context_irqs;
in arm_smmu_init_domain_context()
740
cfg->
irptndx
= cfg->cbndx;
in arm_smmu_init_domain_context()
792
irq = smmu->irqs[cfg->
irptndx
];
in arm_smmu_init_domain_context()
803
cfg->
irptndx
, irq);
in arm_smmu_init_domain_context()
804
cfg->
irptndx
= ARM_SMMU_INVALID_IRPTNDX;
in arm_smmu_init_domain_context()
842
if (cfg->
irptndx
!= ARM_SMMU_INVALID_IRPTNDX) {
in arm_smmu_destroy_domain_context()
843
irq = smmu->irqs[cfg->
irptndx
];
in arm_smmu_destroy_domain_context()
[all...]
H
A
D
arm-smmu.h
308
atomic_t
irptndx
;
member
342
u8
irptndx
;
member
Completed in 7 milliseconds