Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_int_process_v10.c317 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v10()
324 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v10()
Dkfd_int_process_v11.c310 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v11()
317 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v11()
Dkfd_int_process_v9.c471 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v9()
478 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v9()
Dkfd_events.c1203 info->prot_write ? 1 : 0; in kfd_signal_vm_fault_event()
/linux-6.12.1/drivers/gpu/drm/amd/include/
Dkgd_kfd_interface.h56 bool prot_write; member
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dgmc_v7_0.c1304 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
Dgmc_v8_0.c1485 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()