Searched refs:protections (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gmc_v7_0.c786 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, local
796 protections, vmid, pasid, addr,
1321 u32 protections = REG_GET_FIELD(status, local
1331 info->prot_valid = protections & 0x7 ? true : false;
1332 info->prot_read = protections & 0x8 ? true : false;
1333 info->prot_write = protections & 0x10 ? true : false;
1334 info->prot_exec = protections & 0x20 ? true : false;
H A Damdgpu_gmc_v8_0.c1024 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, local
1034 protections, vmid, pasid, addr,
1500 u32 protections = REG_GET_FIELD(status, local
1510 info->prot_valid = protections & 0x7 ? true : false;
1511 info->prot_read = protections & 0x8 ? true : false;
1512 info->prot_write = protections & 0x10 ? true : false;
1513 info->prot_exec = protections & 0x20 ? true : false;
H A Damdgpu_gmc_v6_0.c638 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, local
647 protections, vmid, addr,
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ni.c2545 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; local
2687 protections, vmid, addr,
H A Dradeon_si.c4833 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; local
5078 protections, vmid, addr,
H A Dradeon_cik.c5682 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; local
5692 protections, vmid, addr,

Completed in 297 milliseconds