memory_exception_data 621 drivers/gpu/drm/amd/amdkfd/kfd_events.c dst = &data[i].memory_exception_data; memory_exception_data 622 drivers/gpu/drm/amd/amdkfd/kfd_events.c src = &event->memory_exception_data; memory_exception_data 850 drivers/gpu/drm/amd/amdkfd/kfd_events.c ev->memory_exception_data = *ev_data; memory_exception_data 880 drivers/gpu/drm/amd/amdkfd/kfd_events.c struct kfd_hsa_memory_exception_data memory_exception_data; memory_exception_data 903 drivers/gpu/drm/amd/amdkfd/kfd_events.c memset(&memory_exception_data, 0, sizeof(memory_exception_data)); memory_exception_data 908 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.gpu_id = dev->id; memory_exception_data 909 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.va = address; memory_exception_data 911 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NotPresent = 1; memory_exception_data 912 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NoExecute = 0; memory_exception_data 913 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.ReadOnly = 0; memory_exception_data 915 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NotPresent = 0; memory_exception_data 918 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.ReadOnly = 1; memory_exception_data 920 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.ReadOnly = 0; memory_exception_data 923 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NoExecute = 1; memory_exception_data 925 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NoExecute = 0; memory_exception_data 932 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NotPresent, memory_exception_data 933 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NoExecute, memory_exception_data 934 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.ReadOnly); memory_exception_data 944 drivers/gpu/drm/amd/amdkfd/kfd_events.c &memory_exception_data); memory_exception_data 980 drivers/gpu/drm/amd/amdkfd/kfd_events.c struct kfd_hsa_memory_exception_data memory_exception_data; memory_exception_data 984 drivers/gpu/drm/amd/amdkfd/kfd_events.c memset(&memory_exception_data, 0, sizeof(memory_exception_data)); memory_exception_data 985 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.gpu_id = dev->id; memory_exception_data 986 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.imprecise = true; memory_exception_data 989 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.va = (info->page_addr) << PAGE_SHIFT; memory_exception_data 990 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NotPresent = memory_exception_data 992 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.NoExecute = memory_exception_data 994 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.ReadOnly = memory_exception_data 996 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.imprecise = 0; memory_exception_data 1003 drivers/gpu/drm/amd/amdkfd/kfd_events.c ev->memory_exception_data = memory_exception_data; memory_exception_data 1014 drivers/gpu/drm/amd/amdkfd/kfd_events.c struct kfd_hsa_memory_exception_data memory_exception_data; memory_exception_data 1029 drivers/gpu/drm/amd/amdkfd/kfd_events.c memset(&memory_exception_data, 0, sizeof(memory_exception_data)); memory_exception_data 1030 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.ErrorType = KFD_MEM_ERR_SRAM_ECC; memory_exception_data 1031 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.gpu_id = dev->id; memory_exception_data 1032 drivers/gpu/drm/amd/amdkfd/kfd_events.c memory_exception_data.failure.imprecise = true; memory_exception_data 1045 drivers/gpu/drm/amd/amdkfd/kfd_events.c ev->memory_exception_data = memory_exception_data; memory_exception_data 68 drivers/gpu/drm/amd/amdkfd/kfd_events.h struct kfd_hsa_memory_exception_data memory_exception_data; memory_exception_data 278 include/uapi/linux/kfd_ioctl.h struct kfd_hsa_memory_exception_data memory_exception_data;