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:AMDGPU_VM_PTB
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_vm_pt.c
58
case
AMDGPU_VM_PTB
:
in amdgpu_vm_pt_level_shift()
84
else if (level !=
AMDGPU_VM_PTB
)
in amdgpu_vm_pt_num_entries()
122
else if (level !=
AMDGPU_VM_PTB
)
in amdgpu_vm_pt_entries_mask()
197
if ((cursor->level ==
AMDGPU_VM_PTB
) || !cursor->entry ||
in amdgpu_vm_pt_descendant()
452
if (level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_pt_clear()
470
if (level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_pt_clear()
527
if (level <
AMDGPU_VM_PTB
)
in amdgpu_vm_pt_create()
819
if (level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_pte_update_flags()
838
if (level ==
AMDGPU_VM_PTB
)
in amdgpu_vm_pte_update_flags()
975
if (cursor.level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_ptes_update()
[all...]
H
A
D
amdgpu_vm.h
145
AMDGPU_VM_PTB
enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_vm.c
131
case
AMDGPU_VM_PTB
:
in amdgpu_vm_level_shift()
157
else if (level !=
AMDGPU_VM_PTB
)
in amdgpu_vm_num_entries()
195
else if (level !=
AMDGPU_VM_PTB
)
in amdgpu_vm_entries_mask()
817
if (level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_clear_bo()
835
if (level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_clear_bo()
910
if (cursor->level <
AMDGPU_VM_PTB
&& !entry->entries) {
in amdgpu_vm_alloc_pts()
1346
if (level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_update_flags()
1476
if (cursor.level !=
AMDGPU_VM_PTB
) {
in amdgpu_vm_update_ptes()
H
A
D
amdgpu_vm.h
135
AMDGPU_VM_PTB
enumerator
Completed in 7 milliseconds