Searched refs:patched_ihre (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_int_process_v9.c | 31 uint32_t *patched_ihre, in event_interrupt_isr_v9() argument 55 memcpy(patched_ihre, ih_ring_entry, in event_interrupt_isr_v9() 61 patched_ihre[3] = cpu_to_le32((le32_to_cpu(patched_ihre[3]) in event_interrupt_isr_v9()
|
| H A D | kfd_interrupt.c | 161 uint32_t *patched_ihre, bool *flag) in interrupt_is_wanted() argument 167 ih_ring_entry, patched_ihre, flag); in interrupt_is_wanted()
|
| H A D | cik_event_interrupt.c | 31 uint32_t *patched_ihre, in cik_event_interrupt_isr() argument 48 (struct cik_ih_ring_entry *)patched_ihre; in cik_event_interrupt_isr()
|
| H A D | kfd_device.c | 946 uint32_t patched_ihre[KFD_MAX_RING_ENTRY_SIZE]; in kgd2kfd_interrupt() local 953 if (kfd->device_info->ih_ring_entry_size > sizeof(patched_ihre)) { in kgd2kfd_interrupt() 962 patched_ihre, &is_patched) in kgd2kfd_interrupt() 964 is_patched ? patched_ihre : ih_ring_entry)) in kgd2kfd_interrupt()
|
| H A D | kfd_priv.h | 184 const uint32_t *ih_ring_entry, uint32_t *patched_ihre, 945 uint32_t *patched_ihre, bool *flag);
|