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:kfd_flush_tlb
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.c
265
kfd_flush_tlb
(qpd_to_pdd(qpd));
in allocate_vmid()
301
kfd_flush_tlb
(qpd_to_pdd(qpd));
in deallocate_vmid()
768
kfd_flush_tlb
(pdd);
in restore_process_queues_nocpsch()
H
A
D
kfd_priv.h
1116
void
kfd_flush_tlb
(struct kfd_process_device *pdd);
H
A
D
kfd_process.c
1716
void
kfd_flush_tlb
(struct kfd_process_device *pdd)
in kfd_flush_tlb()
function
H
A
D
kfd_chardev.c
1498
kfd_flush_tlb
(peer_pdd);
in kfd_ioctl_map_memory_to_gpu()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_priv.h
1465
void
kfd_flush_tlb
(struct kfd_process_device *pdd, enum TLB_FLUSH_TYPE type);
H
A
D
kfd_device_queue_manager.c
483
kfd_flush_tlb
(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY);
in allocate_vmid()
519
kfd_flush_tlb
(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY);
in deallocate_vmid()
1179
kfd_flush_tlb
(pdd, TLB_FLUSH_LEGACY);
in restore_process_queues_nocpsch()
H
A
D
kfd_chardev.c
1346
kfd_flush_tlb
(peer_pdd, TLB_FLUSH_LEGACY);
in kfd_ioctl_map_memory_to_gpu()
1443
kfd_flush_tlb
(peer_pdd, TLB_FLUSH_HEAVYWEIGHT);
in kfd_ioctl_unmap_memory_from_gpu()
H
A
D
kfd_svm.c
1351
kfd_flush_tlb
(pdd, TLB_FLUSH_HEAVYWEIGHT);
in svm_range_unmap_from_gpus()
1485
kfd_flush_tlb
(pdd, TLB_FLUSH_LEGACY);
in svm_range_map_to_gpus()
H
A
D
kfd_process.c
2057
void
kfd_flush_tlb
(struct kfd_process_device *pdd, enum TLB_FLUSH_TYPE type)
in kfd_flush_tlb()
function
Completed in 25 milliseconds