HomeSort by: relevance | last modified time | path
    Searched refs:crat_header (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 495 struct crat_header *crat_table = (struct crat_header *)crat_image;
943 struct crat_header *crat_table = (struct crat_header *)pcrat_image;
960 avail_size -= sizeof(struct crat_header);
964 memset(crat_table, 0, sizeof(struct crat_header));
967 crat_table->length = sizeof(struct crat_header);
1153 struct crat_header *crat_table = (struct crat_header *)pcrat_image;
1172 avail_size -= sizeof(struct crat_header);
    [all...]
kfd_crat.h 53 struct crat_header { struct

Completed in 12 milliseconds