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:context_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
iommu.c
211
static inline void context_clear_pasid_enable(struct
context_entry
*context)
in context_clear_pasid_enable()
216
static inline bool context_pasid_enabled(struct
context_entry
*context)
in context_pasid_enabled()
221
static inline void context_set_copied(struct
context_entry
*context)
in context_set_copied()
226
static inline bool context_copied(struct
context_entry
*context)
in context_copied()
231
static inline bool __context_present(struct
context_entry
*context)
in __context_present()
236
bool context_present(struct
context_entry
*context)
in context_present()
243
static inline void context_set_present(struct
context_entry
*context)
in context_set_present()
248
static inline void context_set_fault_enable(struct
context_entry
*context)
in context_set_fault_enable()
253
static inline void context_set_translation_type(struct
context_entry
*context,
in context_set_translation_type()
260
static inline void context_set_address_root(struct
context_entry
*contex
[all...]
H
A
D
debugfs.c
25
struct
context_entry
*ctx_entry;
216
struct
context_entry
*context;
in ctx_tbl_walk()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
171
static inline void context_set_present(struct
context_entry
*context)
in context_set_present()
176
static inline void context_set_fault_enable(struct
context_entry
*context)
in context_set_fault_enable()
181
static inline void context_set_translation_type(struct
context_entry
*context,
in context_set_translation_type()
188
static inline void context_set_address_root(struct
context_entry
*context,
in context_set_address_root()
195
static inline void context_set_address_width(struct
context_entry
*context,
in context_set_address_width()
201
static inline void context_set_domain_id(struct
context_entry
*context,
in context_set_domain_id()
207
static inline void context_set_pasid(struct
context_entry
*context)
in context_set_pasid()
212
static inline int context_domain_id(struct
context_entry
*c)
in context_domain_id()
217
static inline void context_clear_entry(struct
context_entry
*context)
in context_clear_entry()
591
struct
context_entry
*iommu_context_add
[all...]
H
A
D
iommu.h
569
struct
context_entry
{
struct
803
static inline bool context_present(struct
context_entry
*context)
in context_present()
894
struct
context_entry
*iommu_context_addr(struct intel_iommu *iommu, u8 bus,
H
A
D
debugfs.c
26
struct
context_entry
*ctx_entry;
220
struct
context_entry
*context;
in ctx_tbl_walk()
/kernel/linux/linux-5.10/include/linux/
H
A
D
intel-iommu.h
506
struct
context_entry
{
struct
795
bool context_present(struct
context_entry
*context);
796
struct
context_entry
*iommu_context_addr(struct intel_iommu *iommu, u8 bus,
Completed in 15 milliseconds