OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcrat_image
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c
763
void *
pcrat_image
;
local in function:kfd_create_crat_image_acpi
787
pcrat_image
= kmemdup(crat_table, crat_table->length, GFP_KERNEL);
788
if (!
pcrat_image
)
791
*crat_image =
pcrat_image
;
937
* @
pcrat_image
: Fill in VCRAT for CPU
941
static int kfd_create_vcrat_image_cpu(void *
pcrat_image
, size_t *size)
943
struct crat_header *crat_table = (struct crat_header *)
pcrat_image
;
954
if (!
pcrat_image
|| avail_size < VCRAT_SIZE_FOR_CPU)
1145
* @
pcrat_image
: Fill in VCRAT for GPU
1149
static int kfd_create_vcrat_image_gpu(void *
pcrat_image
,
1353
void *
pcrat_image
= NULL;
local in function:kfd_create_crat_image_virtual
[
all
...]
kfd_crat.c
763
void *
pcrat_image
;
local in function:kfd_create_crat_image_acpi
787
pcrat_image
= kmemdup(crat_table, crat_table->length, GFP_KERNEL);
788
if (!
pcrat_image
)
791
*crat_image =
pcrat_image
;
937
* @
pcrat_image
: Fill in VCRAT for CPU
941
static int kfd_create_vcrat_image_cpu(void *
pcrat_image
, size_t *size)
943
struct crat_header *crat_table = (struct crat_header *)
pcrat_image
;
954
if (!
pcrat_image
|| avail_size < VCRAT_SIZE_FOR_CPU)
1145
* @
pcrat_image
: Fill in VCRAT for GPU
1149
static int kfd_create_vcrat_image_gpu(void *
pcrat_image
,
1353
void *
pcrat_image
= NULL;
local in function:kfd_create_crat_image_virtual
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025