Searched refs:SError (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/ata/ |
| A D | sata_fsl.c | 1082 u32 hstatus, dereg=0, cereg = 0, SError = 0; in sata_fsl_error_intr() local 1101 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_error_intr() 1102 if (unlikely(SError & 0xFFFF0000)) in sata_fsl_error_intr() 1103 sata_fsl_scr_write(&ap->link, SCR_ERROR, SError); in sata_fsl_error_intr() 1106 hstatus, cereg, ioread32(hcr_base + DE), SError); in sata_fsl_error_intr() 1210 u32 SError; in sata_fsl_host_intr() local 1216 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_host_intr() 1237 SError); in sata_fsl_host_intr() 1247 if (unlikely(SError & 0xFFFF0000)) { in sata_fsl_host_intr() 1248 DPRINTK("serror @host_intr : 0x%x\n", SError); in sata_fsl_host_intr()
|
| /linux/Documentation/translations/zh_CN/arm64/ |
| A D | booting.txt | 160 所有形式的中断必须在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
| /linux/Documentation/translations/zh_TW/arm64/ |
| A D | booting.txt | 164 所有形式的中斷必須在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
| /linux/Documentation/virt/kvm/ |
| A D | api.rst | 1150 such a way that a real device would generate a physical SError, KVM may make 1151 a virtual SError pending for that VCPU. This system error interrupt remains 1154 Running the VCPU may cause it to take a pending SError, or make an access that 1155 causes an SError to become pending. The event's description is only valid while 1166 should be read first, to ensure no existing SError is pending. If an existing 1167 SError is pending, the architecture's 'Multiple SError interrupts' rules should 1171 SError exceptions always have an ESR value. Some CPUs have the ability to 1172 specify what the virtual SError's ESR value should be. These systems will 1174 always have a non-zero value when read, and the agent making an SError pending 1246 Set the pending SError exception state for this VCPU. It is not possible to [all …]
|
| /linux/Documentation/arm64/ |
| A D | booting.rst | 168 All forms of interrupts must be masked in PSTATE.DAIF (Debug, SError,
|
| /linux/Documentation/driver-api/ |
| A D | libata.rst | 893 For SATA, it's strongly recommended to clear at least SError register
|
Completed in 19 milliseconds