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:gpuvm_base
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_flat_memory.c
329
pdd->
gpuvm_base
= SVM_USER_BASE;
in kfd_init_apertures_vi()
336
pdd->
gpuvm_base
= MAKE_GPUVM_APP_BASE_VI(id + 1);
in kfd_init_apertures_vi()
337
pdd->gpuvm_limit = MAKE_GPUVM_APP_LIMIT(pdd->
gpuvm_base
,
in kfd_init_apertures_vi()
353
* Set
gpuvm_base
and gpuvm_limit to CANONICAL addresses so that they
in kfd_init_apertures_v9()
356
pdd->
gpuvm_base
= SVM_USER_BASE;
in kfd_init_apertures_v9()
394
pdd->
gpuvm_base
= pdd->gpuvm_limit = 0;
in kfd_init_apertures()
441
dev_dbg(kfd_device, "
gpuvm_base
%llX\n", pdd->
gpuvm_base
);
in kfd_init_apertures()
H
A
D
kfd_chardev.c
895
pAperture->
gpuvm_base
= pdd->
gpuvm_base
;
in kfd_ioctl_get_process_apertures()
909
"
gpuvm_base
%llX\n", pdd->
gpuvm_base
);
in kfd_ioctl_get_process_apertures()
981
pa[nodes].
gpuvm_base
= pdd->
gpuvm_base
;
in kfd_ioctl_get_process_apertures_new()
993
"
gpuvm_base
%llX\n", pdd->
gpuvm_base
);
in kfd_ioctl_get_process_apertures_new()
H
A
D
kfd_priv.h
668
uint64_t
gpuvm_base
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_flat_memory.c
329
pdd->
gpuvm_base
= SVM_USER_BASE;
in kfd_init_apertures_vi()
345
* Set
gpuvm_base
and gpuvm_limit to CANONICAL addresses so that they
in kfd_init_apertures_v9()
348
pdd->
gpuvm_base
= SVM_USER_BASE;
in kfd_init_apertures_v9()
386
pdd->
gpuvm_base
= pdd->gpuvm_limit = 0;
in kfd_init_apertures()
422
dev_dbg(kfd_device, "
gpuvm_base
%llX\n", pdd->
gpuvm_base
);
in kfd_init_apertures()
H
A
D
kfd_chardev.c
728
pAperture->
gpuvm_base
= pdd->
gpuvm_base
;
in kfd_ioctl_get_process_apertures()
742
"
gpuvm_base
%llX\n", pdd->
gpuvm_base
);
in kfd_ioctl_get_process_apertures()
801
pa[i].
gpuvm_base
= pdd->
gpuvm_base
;
in kfd_ioctl_get_process_apertures_new()
813
"
gpuvm_base
%llX\n", pdd->
gpuvm_base
);
in kfd_ioctl_get_process_apertures_new()
1847
if (!kgd_mem->va || kgd_mem->va > pdd->
gpuvm_base
)
in get_process_num_bos()
1923
if (kgd_mem->va && kgd_mem->va <= pdd->
gpuvm_base
)
in criu_checkpoint_bos()
[all...]
H
A
D
kfd_debug.c
1049
device_info.
gpuvm_base
= pdd->
gpuvm_base
;
in kfd_dbg_trap_device_snapshot()
H
A
D
kfd_priv.h
743
uint64_t
gpuvm_base
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
kfd_ioctl.h
121
__u64
gpuvm_base
;
member
177
__u64
gpuvm_base
; /* from KFD */
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
kfd_ioctl.h
134
__u64
gpuvm_base
; /* from KFD */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
kfd_ioctl.h
98
__u64
gpuvm_base
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
kfd_ioctl.h
98
__u64
gpuvm_base
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
kfd_ioctl.h
77
__u64
gpuvm_base
;
member
Completed in 24 milliseconds