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:iommu_detected
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
iommu.h
13
extern int
iommu_detected
;
19
#define
iommu_detected
(0)
macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
iommu.h
13
extern int
iommu_detected
;
19
#define
iommu_detected
(0)
macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
dma-mapping.c
6
int
iommu_detected
__read_mostly;
H
A
D
pci-dma.c
26
if (
iommu_detected
)
in pci_iommu_init()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
dma-mapping.c
6
int
iommu_detected
__read_mostly;
H
A
D
pci-dma.c
26
if (
iommu_detected
)
in pci_iommu_init()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
iommu.h
10
extern int
iommu_detected
;
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
iommu.h
10
extern int
iommu_detected
;
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
pci-dma.c
35
int
iommu_detected
__read_mostly = 0;
H
A
D
aperture_64.c
420
iommu_detected
= 1;
in gart_iommu_hole_init()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
pci-dma.c
38
int
iommu_detected
__read_mostly = 0;
H
A
D
aperture_64.c
430
iommu_detected
= 1;
in gart_iommu_hole_init()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dmar.h
135
extern int
iommu_detected
, no_iommu;
/kernel/linux/linux-6.6/include/linux/
H
A
D
dmar.h
138
extern int
iommu_detected
, no_iommu;
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
init.c
451
if (
iommu_detected
)
in mem_init()
/kernel/linux/linux-5.10/arch/ia64/mm/
H
A
D
init.c
664
if (!
iommu_detected
)
in mem_init()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
dmar.c
924
if (!ret && !no_iommu && !
iommu_detected
&&
in detect_intel_iommu()
926
iommu_detected
= 1;
in detect_intel_iommu()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
dmar.c
930
if (!ret && !no_iommu && !
iommu_detected
&&
in detect_intel_iommu()
932
iommu_detected
= 1;
in detect_intel_iommu()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H
A
D
init.c
2991
if (no_iommu || (
iommu_detected
&& !gart_iommu_aperture))
in amd_iommu_detect()
3002
iommu_detected
= 1;
in amd_iommu_detect()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
init.c
3458
if (no_iommu || (
iommu_detected
&& !gart_iommu_aperture))
in amd_iommu_detect()
3469
iommu_detected
= 1;
in amd_iommu_detect()
Completed in 21 milliseconds