prot_write       1289 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 		info->prot_write = protections & 0x10 ? true : false;
prot_write       1474 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 		info->prot_write = protections & 0x10 ? true : false;
prot_write        995 drivers/gpu/drm/amd/amdkfd/kfd_events.c 			info->prot_write ? 1 : 0;
prot_write        119 drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c 		info.prot_write = ring_id & 0x20;
prot_write         56 drivers/gpu/drm/amd/include/kgd_kfd_interface.h 	bool		prot_write;