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:PRQ_ORDER
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
svm.c
29
#define
PRQ_ORDER
0
macro
36
pages = alloc_pages(GFP_KERNEL | __GFP_ZERO,
PRQ_ORDER
);
in intel_svm_enable_prq()
50
free_pages((unsigned long)iommu->prq,
PRQ_ORDER
);
in intel_svm_enable_prq()
69
dmar_writeq(iommu->reg + DMAR_PQA_REG, virt_to_phys(iommu->prq) |
PRQ_ORDER
);
in intel_svm_enable_prq()
88
free_pages((unsigned long)iommu->prq,
PRQ_ORDER
);
in intel_svm_finish_prq()
725
#define PRQ_RING_MASK ((0x1000 <<
PRQ_ORDER
) - 0x20)
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
svm.c
70
pages = alloc_pages(GFP_KERNEL | __GFP_ZERO,
PRQ_ORDER
);
in intel_svm_enable_prq()
108
dmar_writeq(iommu->reg + DMAR_PQA_REG, virt_to_phys(iommu->prq) |
PRQ_ORDER
);
in intel_svm_enable_prq()
121
free_pages((unsigned long)iommu->prq,
PRQ_ORDER
);
in intel_svm_enable_prq()
144
free_pages((unsigned long)iommu->prq,
PRQ_ORDER
);
in intel_svm_finish_prq()
H
A
D
iommu.h
493
#define
PRQ_ORDER
4
macro
494
#define PRQ_RING_MASK ((0x1000 <<
PRQ_ORDER
) - 0x20)
495
#define PRQ_DEPTH ((0x1000 <<
PRQ_ORDER
) >> 5)
Completed in 6 milliseconds