Home
last modified time | relevance | path

Searched refs:gpu_event_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-nvidia-events.c542 EFI_NVIDIA_GPU_EVENT_INFO gpu_event_info = { 0 }; in parse_gpu_info_to_ir()
544 gpu_event_info.EventOriginator = json_object_get_uint64( in parse_gpu_info_to_ir()
546 gpu_event_info.SourcePartition = json_object_get_int64( in parse_gpu_info_to_ir()
548 gpu_event_info.SourceSubPartition = json_object_get_int64( in parse_gpu_info_to_ir()
550 gpu_event_info.Pdi = json_object_get_uint64( in parse_gpu_info_to_ir()
553 return fwrite(&gpu_event_info, 1, sizeof(EFI_NVIDIA_GPU_EVENT_INFO), in parse_gpu_info_to_ir()
532 EFI_NVIDIA_GPU_EVENT_INFO *gpu_event_info = parse_gpu_info_to_ir() local
570 EFI_NVIDIA_GPU_EVENT_INFO gpu_event_info = { 0 }; parse_gpu_info_to_bin() local