Searched refs:patched_ihre (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcik_event_interrupt.c31 uint32_t *patched_ihre,
48 (struct cik_ih_ring_entry *)patched_ihre;
29 cik_event_interrupt_isr(struct kfd_node *dev, const uint32_t *ih_ring_entry, uint32_t *patched_ihre, bool *patched_flag) argument
H A Dkfd_interrupt.c173 uint32_t *patched_ihre, bool *flag)
179 ih_ring_entry, patched_ihre, flag);
171 interrupt_is_wanted(struct kfd_node *dev, const uint32_t *ih_ring_entry, uint32_t *patched_ihre, bool *flag) argument
H A Dkfd_int_process_v9.c218 uint32_t *patched_ihre,
264 memcpy(patched_ihre, ih_ring_entry,
270 patched_ihre[3] = cpu_to_le32((le32_to_cpu(patched_ihre[3])
470 uint32_t *patched_ihre,
488 patched_ihre, patched_flag);
216 event_interrupt_isr_v9(struct kfd_node *dev, const uint32_t *ih_ring_entry, uint32_t *patched_ihre, bool *patched_flag) argument
468 event_interrupt_isr_v9_4_3(struct kfd_node *node, const uint32_t *ih_ring_entry, uint32_t *patched_ihre, bool *patched_flag) argument
H A Dkfd_device.c1031 uint32_t patched_ihre[KFD_MAX_RING_ENTRY_SIZE], i; local
1039 if (kfd->device_info.ih_ring_entry_size > sizeof(patched_ihre)) {
1050 patched_ihre, &is_patched)
1052 is_patched ? patched_ihre : ih_ring_entry)) {
H A Dkfd_int_process_v11.c235 uint32_t *patched_ihre,
233 event_interrupt_isr_v11(struct kfd_node *dev, const uint32_t *ih_ring_entry, uint32_t *patched_ihre, bool *patched_flag) argument
H A Dkfd_int_process_v10.c191 uint32_t *patched_ihre,
189 event_interrupt_isr_v10(struct kfd_node *dev, const uint32_t *ih_ring_entry, uint32_t *patched_ihre, bool *patched_flag) argument
H A Dkfd_priv.h215 const uint32_t *ih_ring_entry, uint32_t *patched_ihre,
1154 uint32_t *patched_ihre, bool *flag);

Completed in 287 milliseconds