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_table
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
pasid.c
91
struct
pasid_table
*
pasid_table
)
in device_attach_pasid_table()
93
info->
pasid_table
=
pasid_table
;
in device_attach_pasid_table()
94
list_add(&info->table, &
pasid_table
->dev);
in device_attach_pasid_table()
99
struct
pasid_table
*
pasid_table
)
in device_detach_pasid_table()
101
info->
pasid_table
= NULL;
in device_detach_pasid_table()
106
struct
pasid_table
**
pasid_table
;
member
90
device_attach_
pasid_table
(struct device_domain_info *info, struct
pasid_table
*
pasid_table
)
device_attach_pasid_table()
argument
98
device_detach_
pasid_table
(struct device_domain_info *info, struct
pasid_table
*
pasid_table
)
device_detach_pasid_table()
argument
145
struct
pasid_table
*
pasid_table
;
intel_pasid_alloc_table()
local
198
struct
pasid_table
*
pasid_table
;
intel_pasid_free_table()
local
250
struct
pasid_table
*
pasid_table
;
intel_pasid_get_entry()
local
[all...]
H
A
D
pasid.h
73
struct
pasid_table
{
struct
114
struct
pasid_table
*intel_pasid_get_table(struct device *dev);
H
A
D
iommu.c
2096
static inline unsigned long context_get_sm_pds(struct
pasid_table
*table)
in context_get_sm_pds()
2142
struct
pasid_table
*table,
in domain_context_mapping_one()
2292
struct
pasid_table
*table;
2309
struct
pasid_table
*table;
in domain_context_mapping()
2721
info->
pasid_table
= NULL;
in dmar_insert_one_dev_info()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
pasid.c
97
struct
pasid_table
*
pasid_table
;
in intel_pasid_alloc_table()
local
106
if (WARN_ON(info->
pasid_table
))
in intel_pasid_alloc_table()
109
pasid_table
= kzalloc(sizeof(*
pasid_table
), GFP_KERNEL);
in intel_pasid_alloc_table()
110
if (!
pasid_table
)
in intel_pasid_alloc_table()
122
kfree(
pasid_table
);
in intel_pasid_alloc_table()
126
pasid_table
->table = page_address(pages);
in intel_pasid_alloc_table()
127
pasid_table
->order = order;
in intel_pasid_alloc_table()
128
pasid_table
in intel_pasid_alloc_table()
140
struct
pasid_table
*
pasid_table
;
intel_pasid_free_table()
local
189
struct
pasid_table
*
pasid_table
;
intel_pasid_get_entry()
local
[all...]
H
A
D
pasid.h
65
struct
pasid_table
{
struct
102
struct
pasid_table
*intel_pasid_get_table(struct device *dev);
H
A
D
iommu.h
721
struct
pasid_table
*
pasid_table
; /* pasid table */
member
H
A
D
iommu.c
1882
static inline unsigned long context_get_sm_pds(struct
pasid_table
*table)
in context_get_sm_pds()
1928
struct
pasid_table
*table,
in domain_context_mapping_one()
2070
struct
pasid_table
*table;
2087
struct
pasid_table
*table;
in domain_context_mapping()
/kernel/linux/linux-5.10/include/linux/
H
A
D
intel-iommu.h
639
struct
pasid_table
*
pasid_table
; /* pasid table */
member
Completed in 34 milliseconds