Searched refs:SError (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/ata/ |
D | sata_fsl.c | 1058 u32 hstatus, dereg=0, cereg = 0, SError = 0; in sata_fsl_error_intr() local 1077 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_error_intr() 1078 if (unlikely(SError & 0xFFFF0000)) in sata_fsl_error_intr() 1079 sata_fsl_scr_write(&ap->link, SCR_ERROR, SError); in sata_fsl_error_intr() 1082 hstatus, cereg, ioread32(hcr_base + DE), SError); in sata_fsl_error_intr() 1186 u32 SError; in sata_fsl_host_intr() local 1192 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_host_intr() 1213 SError); in sata_fsl_host_intr() 1223 if (unlikely(SError & 0xFFFF0000)) { in sata_fsl_host_intr() 1224 ata_port_dbg(ap, "serror @host_intr : 0x%x\n", SError); in sata_fsl_host_intr()
|
/Linux-v6.1/Documentation/translations/zh_CN/arm64/ |
D | booting.txt | 160 所有形式的中断必须在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
/Linux-v6.1/Documentation/translations/zh_TW/arm64/ |
D | booting.txt | 164 所有形式的中斷必須在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sdm850-lenovo-yoga-c630.dts | 819 /* FIXME: qce_start triggers an SError */
|
D | sdm850-samsung-w737.dts | 391 /* No idea why it causes an SError when enabled */
|
/Linux-v6.1/Documentation/virt/kvm/ |
D | api.rst | 1161 such a way that a real device would generate a physical SError, KVM may make 1162 a virtual SError pending for that VCPU. This system error interrupt remains 1165 Running the VCPU may cause it to take a pending SError, or make an access that 1166 causes an SError to become pending. The event's description is only valid while 1172 guest-visible registers. It is not possible to 'cancel' an SError that has been 1175 A device being emulated in user-space may also wish to generate an SError. To do 1177 should be read first, to ensure no existing SError is pending. If an existing 1178 SError is pending, the architecture's 'Multiple SError interrupts' rules should 1182 SError exceptions always have an ESR value. Some CPUs have the ability to 1183 specify what the virtual SError's ESR value should be. These systems will [all …]
|
/Linux-v6.1/Documentation/arm64/ |
D | booting.rst | 168 All forms of interrupts must be masked in PSTATE.DAIF (Debug, SError,
|
/Linux-v6.1/Documentation/driver-api/ |
D | libata.rst | 882 For SATA, it's strongly recommended to clear at least SError register
|