Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A 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()
H A 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()
H A Dkfd_int_process_v9.c473 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v9()
480 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v9()
H A Dkfd_events.c1212 info->prot_write ? 1 : 0; in kfd_signal_vm_fault_event()
/linux-6.15/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h56 bool prot_write; member
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c1312 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
H A Dgmc_v8_0.c1493 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()