Searched refs:SError (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/ata/ |
| D | sata_fsl.c | 1080 u32 hstatus, dereg=0, cereg = 0, SError = 0; in sata_fsl_error_intr() local 1099 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_error_intr() 1100 if (unlikely(SError & 0xFFFF0000)) in sata_fsl_error_intr() 1101 sata_fsl_scr_write(&ap->link, SCR_ERROR, SError); in sata_fsl_error_intr() 1104 hstatus, cereg, ioread32(hcr_base + DE), SError); in sata_fsl_error_intr() 1208 u32 SError; in sata_fsl_host_intr() local 1214 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_host_intr() 1235 SError); in sata_fsl_host_intr() 1245 if (unlikely(SError & 0xFFFF0000)) { in sata_fsl_host_intr() 1246 DPRINTK("serror @host_intr : 0x%x\n", SError); in sata_fsl_host_intr()
|
| /Linux-v5.4/Documentation/translations/zh_CN/arm64/ |
| D | booting.txt | 160 所有形式的中断必须在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | api.txt | 972 such a way that a real device would generate a physical SError, KVM may make 973 a virtual SError pending for that VCPU. This system error interrupt remains 976 Running the VCPU may cause it to take a pending SError, or make an access that 977 causes an SError to become pending. The event's description is only valid while 983 guest-visible registers. It is not possible to 'cancel' an SError that has been 986 A device being emulated in user-space may also wish to generate an SError. To do 988 should be read first, to ensure no existing SError is pending. If an existing 989 SError is pending, the architecture's 'Multiple SError interrupts' rules should 993 SError exceptions always have an ESR value. Some CPUs have the ability to 994 specify what the virtual SError's ESR value should be. These systems will [all …]
|
| /Linux-v5.4/Documentation/arm64/ |
| D | booting.rst | 168 All forms of interrupts must be masked in PSTATE.DAIF (Debug, SError,
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | libata.rst | 893 For SATA, it's strongly recommended to clear at least SError register
|