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:cap_ndoms
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
iommu.c
1805
ndomains =
cap_ndoms
(iommu->cap);
in iommu_init_domains()
1885
int elems = ALIGN(
cap_ndoms
(iommu->cap), 256) >> 8;
in free_dmar_iommu()
1971
ndomains =
cap_ndoms
(iommu->cap);
in domain_attach_iommu()
2186
if (did_old <
cap_ndoms
(iommu->cap)) {
in domain_context_mapping_one()
3126
if (did >= 0 && did <
cap_ndoms
(iommu->cap))
in copy_context_table()
4761
for (did = 0; did <
cap_ndoms
(iommu->cap); did++) {
in free_all_cpu_cached_iovas()
4857
return sprintf(buf, "%ld\n",
cap_ndoms
(iommu->cap));
in intel_iommu_show_ndoms()
4867
cap_ndoms
(iommu->cap)));
in intel_iommu_show_ndoms_used()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
1672
ndomains =
cap_ndoms
(iommu->cap);
in iommu_init_domains()
1712
if (WARN_ON(bitmap_weight(iommu->domain_ids,
cap_ndoms
(iommu->cap))
in disable_dmar_iommu()
1801
ndomains =
cap_ndoms
(iommu->cap);
in domain_attach_iommu()
1966
if (did_old <
cap_ndoms
(iommu->cap)) {
in domain_context_mapping_one()
2654
if (did >= 0 && did <
cap_ndoms
(iommu->cap))
in copy_context_table()
3660
return sysfs_emit(buf, "%ld\n",
cap_ndoms
(iommu->cap));
in domains_supported_show()
3670
cap_ndoms
(iommu->cap)));
in domains_used_show()
H
A
D
iommu.h
189
#define
cap_ndoms
(c) (((unsigned long)1) << (4 + 2 * ((c) & 0x7)))
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
intel-iommu.h
168
#define
cap_ndoms
(c) (((unsigned long)1) << (4 + 2 * ((c) & 0x7)))
macro
Completed in 19 milliseconds