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:actual_loc
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_migrate.c
501
if (prange->
actual_loc
== best_loc) {
in svm_migrate_ram_to_vram()
546
prange->
actual_loc
= best_loc;
in svm_migrate_ram_to_vram()
784
if (!prange->
actual_loc
) {
in svm_migrate_vram_to_ram()
790
node = svm_range_get_node_by_id(prange, prange->
actual_loc
);
in svm_migrate_vram_to_ram()
792
pr_debug("failed to get kfd node by id 0x%x\n", prange->
actual_loc
);
in svm_migrate_vram_to_ram()
797
prange->
actual_loc
);
in svm_migrate_vram_to_ram()
826
prange->
actual_loc
= 0;
in svm_migrate_vram_to_ram()
855
pr_debug("from gpu 0x%x to gpu 0x%x\n", prange->
actual_loc
, best_loc);
in svm_migrate_vram_to_vram()
861
} while (prange->
actual_loc
&& --retries);
in svm_migrate_vram_to_vram()
863
if (prange->
actual_loc
)
in svm_migrate_vram_to_vram()
[all...]
H
A
D
kfd_svm.c
849
prange->
actual_loc
);
in svm_range_debug_dump()
860
prange->
actual_loc
);
in svm_range_debug_dump()
1005
if (old->
actual_loc
&& old->ttm_res) {
in svm_range_split_adjust()
1017
new->
actual_loc
= old->
actual_loc
;
in svm_range_split_adjust()
1618
if (prange->
actual_loc
) {
in svm_range_validate_and_map()
1620
prange->
actual_loc
);
in svm_range_validate_and_map()
1623
prange->
actual_loc
);
in svm_range_validate_and_map()
1650
if (prange->
actual_loc
&& !prange->ttm_res) {
in svm_range_validate_and_map()
1651
/* This should never happen.
actual_loc
get
in svm_range_validate_and_map()
[all...]
H
A
D
kfd_svm.h
91
* @
actual_loc
: the actual location, 0 for CPU, or GPU id
125
uint32_t
actual_loc
;
member
Completed in 5 milliseconds