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:use_iommu_v2
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_iommu.c
48
if (!kfd->
use_iommu_v2
)
in kfd_iommu_check_device()
70
if (!kfd->
use_iommu_v2
)
in kfd_iommu_device_init()
116
if (!dev->
use_iommu_v2
|| pdd->bound == PDD_BOUND)
in kfd_iommu_bind_process_to_device()
291
if (!kfd->
use_iommu_v2
)
in kfd_iommu_suspend()
311
if (!kfd->
use_iommu_v2
)
in kfd_iommu_resume()
H
A
D
kfd_flat_memory.c
324
if (!pdd->dev->
use_iommu_v2
) {
in kfd_init_apertures_vi()
428
if (!dev->
use_iommu_v2
) {
in kfd_init_apertures()
H
A
D
kfd_device_queue_manager_v9.c
65
!dqm->dev->
use_iommu_v2
)
in update_qpd_v9()
H
A
D
kfd_topology.c
1142
if (!gpu->
use_iommu_v2
&&
in kfd_assign_gpu()
1391
if (dev->gpu->
use_iommu_v2
)
in kfd_topology_add_device()
1520
gpu->
use_iommu_v2
= false;
in kfd_double_confirm_iommu_support()
1534
gpu->
use_iommu_v2
= true;
in kfd_double_confirm_iommu_support()
H
A
D
kfd_priv.h
301
bool
use_iommu_v2
;
member
H
A
D
kfd_device.c
742
kfd->
use_iommu_v2
= false;
in kgd2kfd_device_init()
H
A
D
kfd_chardev.c
1258
if (dev->
use_iommu_v2
)
in kfd_dev_is_large_bar()
Completed in 10 milliseconds