Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_int_process_v10.c381 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v10()
388 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v10()
Dkfd_int_process_v11.c306 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v11()
313 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v11()
Dkfd_int_process_v9.c427 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v9()
434 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v9()
Dkfd_events.c1198 info->prot_write ? 1 : 0; in kfd_signal_vm_fault_event()
/linux-6.6.21/drivers/gpu/drm/amd/include/
Dkgd_kfd_interface.h56 bool prot_write; member
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dgmc_v7_0.c1307 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
Dgmc_v8_0.c1482 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()