OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scratch_base
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_flat_memory.c
346
pdd->
scratch_base
= MAKE_SCRATCH_APP_BASE_VI();
347
pdd->scratch_limit = MAKE_SCRATCH_APP_LIMIT(pdd->
scratch_base
);
365
pdd->
scratch_base
= MAKE_SCRATCH_APP_BASE_V9();
366
pdd->scratch_limit = MAKE_SCRATCH_APP_LIMIT(pdd->
scratch_base
);
400
pdd->
scratch_base
= pdd->scratch_limit = 0;
446
dev_dbg(kfd_device, "
scratch_base
%llX\n", pdd->
scratch_base
);
kfd_device_queue_manager_v10.c
50
uint32_t private_base = pdd->
scratch_base
>> 48;
kfd_device_queue_manager_v9.c
51
uint32_t private_base = pdd->
scratch_base
>> 48;
kfd_chardev.c
897
pAperture->
scratch_base
= pdd->
scratch_base
;
913
"
scratch_base
%llX\n", pdd->
scratch_base
);
983
pa[nodes].
scratch_base
= pdd->
scratch_base
;
997
"
scratch_base
%llX\n", pdd->
scratch_base
);
kfd_priv.h
635
uint64_t
scratch_base
;
member in struct:kfd_process_device
Completed in 16 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025