ihre               33 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	const struct cik_ih_ring_entry *ihre =
ihre               41 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	if ((ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT ||
ihre               42 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) &&
ihre               48 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		*tmp_ihre = *ihre;
ihre               63 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	vmid  = (ihre->ring_id & 0x0000ff00) >> 8;
ihre               69 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	pasid = (ihre->ring_id & 0xffff0000) >> 16;
ihre               76 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	return ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE ||
ihre               77 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		ihre->source_id == CIK_INTSRC_SDMA_TRAP ||
ihre               78 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		ihre->source_id == CIK_INTSRC_SQ_INTERRUPT_MSG ||
ihre               79 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		ihre->source_id == CIK_INTSRC_CP_BAD_OPCODE ||
ihre               80 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT ||
ihre               81 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT;
ihre               87 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	const struct cik_ih_ring_entry *ihre =
ihre               89 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	uint32_t context_id = ihre->data & 0xfffffff;
ihre               90 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	unsigned int vmid  = (ihre->ring_id & 0x0000ff00) >> 8;
ihre               91 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	unsigned int pasid = (ihre->ring_id & 0xffff0000) >> 16;
ihre               96 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	if (ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE)
ihre               98 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	else if (ihre->source_id == CIK_INTSRC_SDMA_TRAP)
ihre              100 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	else if (ihre->source_id == CIK_INTSRC_SQ_INTERRUPT_MSG)
ihre              102 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	else if (ihre->source_id == CIK_INTSRC_CP_BAD_OPCODE)
ihre              104 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 	else if (ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT ||
ihre              105 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c 		ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) {