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:first_vmid_kfd
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
cik_event_interrupt.c
61
vmid >= dev->vm_info.
first_vmid_kfd
&&
in cik_event_interrupt_isr()
67
if (vmid < dev->vm_info.
first_vmid_kfd
||
in cik_event_interrupt_isr()
H
A
D
kfd_int_process_v9.c
39
if (vmid < dev->vm_info.
first_vmid_kfd
||
in event_interrupt_isr_v9()
H
A
D
kfd_device.c
661
kfd->vm_info.
first_vmid_kfd
= ffs(gpu_resources->compute_vmid_bitmap)-1;
in kgd2kfd_device_init()
664
- kfd->vm_info.
first_vmid_kfd
+ 1;
in kgd2kfd_device_init()
H
A
D
kfd_priv.h
217
uint32_t
first_vmid_kfd
;
member
H
A
D
kfd_dbgdev.c
769
int first_vmid_to_scan = dev->vm_info.
first_vmid_kfd
;
in dbgdev_wave_reset_wavefronts()
H
A
D
kfd_device_queue_manager.c
234
for (i = dqm->dev->vm_info.
first_vmid_kfd
;
in allocate_vmid()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
cik_event_interrupt.c
61
vmid >= dev->vm_info.
first_vmid_kfd
&&
in cik_event_interrupt_isr()
67
if (vmid < dev->vm_info.
first_vmid_kfd
||
in cik_event_interrupt_isr()
H
A
D
kfd_device.c
632
uint32_t
first_vmid_kfd
, last_vmid_kfd, vmid_num_kfd;
in kgd2kfd_device_init()
local
671
first_vmid_kfd
= ffs(gpu_resources->compute_vmid_bitmap)-1;
in kgd2kfd_device_init()
673
vmid_num_kfd = last_vmid_kfd -
first_vmid_kfd
+ 1;
in kgd2kfd_device_init()
690
first_vmid_kfd
= last_vmid_kfd + 1 - vmid_num_kfd*2;
in kgd2kfd_device_init()
796
node->vm_info.
first_vmid_kfd
= (i%2 == 0) ?
in kgd2kfd_device_init()
797
first_vmid_kfd
:
in kgd2kfd_device_init()
798
first_vmid_kfd
+vmid_num_kfd;
in kgd2kfd_device_init()
804
((0x1 << (node->vm_info.
first_vmid_kfd
)) - 1);
in kgd2kfd_device_init()
806
node->vm_info.
first_vmid_kfd
=
first_vmid_kfd
;
in kgd2kfd_device_init()
[all...]
H
A
D
kfd_int_process_v10.c
197
(vmid < dev->vm_info.
first_vmid_kfd
||
in event_interrupt_isr_v10()
H
A
D
kfd_int_process_v11.c
243
(vmid < dev->vm_info.
first_vmid_kfd
||
in event_interrupt_isr_v11()
H
A
D
kfd_int_process_v9.c
227
(vmid < dev->vm_info.
first_vmid_kfd
||
in event_interrupt_isr_v9()
H
A
D
kfd_priv.h
250
uint32_t
first_vmid_kfd
;
member
H
A
D
kfd_device_queue_manager.c
449
for (i = dqm->dev->vm_info.
first_vmid_kfd
;
in allocate_vmid()
701
int first_vmid_to_scan = dev->vm_info.
first_vmid_kfd
;
in dbgdev_wave_reset_wavefronts()
Completed in 17 milliseconds