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

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v11.c309 info.prot_write = ring_id & 0x20;
316 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0;
H A Dkfd_int_process_v10.c385 info.prot_write = ring_id & 0x20;
392 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0;
H A Dkfd_int_process_v9.c431 info.prot_write = ring_id & 0x20;
438 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0;
H A Dkfd_events.c1202 info->prot_write ? 1 : 0;
/linux-master/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h56 bool prot_write; member in struct:kfd_vm_fault_info
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c1307 info->prot_write = protections & 0x10 ? true : false;
H A Dgmc_v8_0.c1487 info->prot_write = protections & 0x10 ? true : false;

Completed in 129 milliseconds