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:ivrs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/amd/
H
A
D
init.c
1147
entry->cmd_line ? "cmd" : "
ivrs
",
in add_acpi_hid_device()
1669
* @
ivrs
: Pointer to the IVRS header
1673
static u8 get_highest_supported_ivhd_type(struct acpi_table_header *
ivrs
)
in get_highest_supported_ivhd_type()
argument
1675
u8 *base = (u8 *)
ivrs
;
in get_highest_supported_ivhd_type()
1681
while (((u8 *)ivhd - base <
ivrs
->length) &&
in get_highest_supported_ivhd_type()
2574
static void __init ivinfo_init(void *
ivrs
)
in ivinfo_init()
argument
2576
amd_iommu_ivinfo = *((u32 *)(
ivrs
+ IOMMU_IVINFO_OFFSET));
in ivinfo_init()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
init.c
1311
entry->cmd_line ? "cmd" : "
ivrs
",
in add_acpi_hid_device()
1908
* @
ivrs
: Pointer to the IVRS header
1912
static u8 get_highest_supported_ivhd_type(struct acpi_table_header *
ivrs
)
in get_highest_supported_ivhd_type()
argument
1914
u8 *base = (u8 *)
ivrs
;
in get_highest_supported_ivhd_type()
1920
while (((u8 *)ivhd - base <
ivrs
->length) &&
in get_highest_supported_ivhd_type()
3065
static void __init ivinfo_init(void *
ivrs
)
in ivinfo_init()
argument
3067
amd_iommu_ivinfo = *((u32 *)(
ivrs
+ IOMMU_IVINFO_OFFSET));
in ivinfo_init()
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H
A
D
iommu.c
1812
* @
ivrs
Pointer to the IVRS header
1816
static u8 get_highest_supported_ivhd_type(struct acpi_table_header *
ivrs
)
in get_highest_supported_ivhd_type()
argument
1818
u8 *base = (u8 *)
ivrs
;
in get_highest_supported_ivhd_type()
1823
while (((u8 *)ivhd - base <
ivrs
->length) &&
in get_highest_supported_ivhd_type()
1852
pr_info("%s get
ivrs
table failed\n", __func__);
in loongson_iommu_ivrs_init()
2011
pr_err("Failed to init iommu by
ivrs
\n");
in loongson_iommu_driver_init()
Completed in 11 milliseconds