Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_int_process_v10.c382 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v10()
389 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v10()
H A 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()
H A Dkfd_int_process_v9.c428 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v9()
435 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v9()
H A Dkfd_events.c1198 info->prot_write ? 1 : 0; in kfd_signal_vm_fault_event()
/openbsd-src/sys/dev/pci/drm/amd/include/
H A Dkgd_kfd_interface.h56 bool prot_write; member
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Dgmc_v7_0.c1307 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
H A Dgmc_v8_0.c1482 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()