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:loongson_iommu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H
A
D
iommu.c
97
static void iommu_write_regl(
loongson_iommu
*iommu, unsigned long off, u32 val)
in iommu_write_regl()
103
static u32 iommu_read_regl(
loongson_iommu
*iommu, unsigned long off)
in iommu_read_regl()
112
static void iommu_translate_disable(
loongson_iommu
*iommu)
in iommu_translate_disable()
133
static void iommu_translate_enable(
loongson_iommu
*iommu)
in iommu_translate_enable()
173
static int has_dom(
loongson_iommu
*iommu)
in has_dom()
190
loongson_iommu
*iommu;
in update_dev_table()
262
static void flush_iotlb(
loongson_iommu
*iommu)
in flush_iotlb()
283
static int flush_pgtable_is_busy(
loongson_iommu
*iommu)
in flush_pgtable_is_busy()
297
static int __iommu_flush_iotlb_all(
loongson_iommu
*iommu)
in __iommu_flush_iotlb_all()
320
static void priv_flush_iotlb_pde(
loongson_iommu
*iomm
[all...]
H
A
D
iommu.h
136
typedef struct
loongson_iommu
{
struct
151
}
loongson_iommu
;
typedef
156
struct
loongson_iommu
**loongson_iommu_rlookup_table;
172
struct
loongson_iommu
*iommu;
191
struct
loongson_iommu
*iommu;
198
static inline unsigned long iommu_pgt_v2p(
loongson_iommu
*iommu, void *va)
in iommu_pgt_v2p()
Completed in 3 milliseconds