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:pasid_max
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
svm.c
473
int
pasid_max
;
in intel_svm_bind_mm()
local
483
pasid_max
= pci_max_pasids(to_pci_dev(dev));
in intel_svm_bind_mm()
484
if (
pasid_max
< 0)
in intel_svm_bind_mm()
487
pasid_max
= 1 << 20;
in intel_svm_bind_mm()
505
if (svm->pasid >=
pasid_max
) {
in intel_svm_bind_mm()
564
if (
pasid_max
> intel_pasid_max_id)
in intel_svm_bind_mm()
565
pasid_max
= intel_pasid_max_id;
in intel_svm_bind_mm()
569
pasid_max
- 1, svm);
in intel_svm_bind_mm()
/kernel/linux/linux-5.10/drivers/misc/ocxl/
H
A
D
ocxl_internal.h
44
int
pasid_max
; /* maximum number of contexts */
member
H
A
D
sysfs.c
51
afu->pasid_count, afu->
pasid_max
);
in contexts_show()
H
A
D
context.c
20
afu->pasid_base + afu->
pasid_max
, GFP_KERNEL);
in ocxl_context_alloc()
H
A
D
core.c
111
afu->
pasid_max
= pasid_count;
in assign_afu_pasid()
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H
A
D
ocxl_internal.h
44
int
pasid_max
; /* maximum number of contexts */
member
H
A
D
sysfs.c
51
afu->pasid_count, afu->
pasid_max
);
in contexts_show()
H
A
D
context.c
20
afu->pasid_base + afu->
pasid_max
, GFP_KERNEL);
in ocxl_context_alloc()
H
A
D
core.c
111
afu->
pasid_max
= pasid_count;
in assign_afu_pasid()
Completed in 7 milliseconds