/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v7_0.c | 773 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local 783 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault() 1302 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local 1312 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt() 1313 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt() 1314 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt() 1315 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
|
H A D | gmc_v8_0.c | 1023 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local 1033 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault() 1493 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local 1503 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt() 1504 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt() 1505 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt() 1506 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
|
H A D | gmc_v6_0.c | 618 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local 627 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v7_0.c | 766 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local 776 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault() 1295 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local 1305 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt() 1306 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt() 1307 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt() 1308 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
|
H A D | gmc_v8_0.c | 998 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local 1008 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault() 1470 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local 1480 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt() 1481 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt() 1482 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt() 1483 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
|
H A D | gmc_v6_0.c | 607 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local 616 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | ni.c | 2538 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local 2680 protections, vmid, addr, in cayman_vm_decode_fault()
|
H A D | si.c | 4830 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in si_vm_decode_fault() local 5075 protections, vmid, addr, in si_vm_decode_fault()
|
H A D | cik.c | 5665 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cik_vm_decode_fault() local 5675 protections, vmid, addr, in cik_vm_decode_fault()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | ni.c | 2523 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local 2665 protections, vmid, addr, in cayman_vm_decode_fault()
|
H A D | si.c | 4825 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in si_vm_decode_fault() local 5070 protections, vmid, addr, in si_vm_decode_fault()
|
H A D | cik.c | 5656 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cik_vm_decode_fault() local 5666 protections, vmid, addr, in cik_vm_decode_fault()
|