Searched refs:ESR (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/i810/ |
D | i810_regs.h | 50 #define ESR 0x020B8 macro
|
/linux-5.19.10/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 95 #define SET_ESR(b, v) SET_GLOBAL_REG(ESR, (b), (v)) 111 #define GET_ESR(b) GET_GLOBAL_REG(ESR, (b)) 218 #define SET_CFG(b, v) SET_GLOBAL_FIELD(b, ESR, CFG, v) 219 #define SET_BYPASS(b, v) SET_GLOBAL_FIELD(b, ESR, BYPASS, v) 220 #define SET_ESR_MULTI(b, v) SET_GLOBAL_FIELD(b, ESR, ESR_MULTI, v) 335 #define GET_CFG(b) GET_GLOBAL_FIELD(b, ESR, CFG) 336 #define GET_BYPASS(b) GET_GLOBAL_FIELD(b, ESR, BYPASS) 337 #define GET_ESR_MULTI(b) GET_GLOBAL_FIELD(b, ESR, ESR_MULTI) 814 #define ESR (0xFFF88) macro
|
/linux-5.19.10/arch/openrisc/ |
D | Kconfig | 233 bool "Check for possible ESR exception bug"
|
/linux-5.19.10/drivers/net/ethernet/renesas/ |
D | ravb.h | 75 ESR = 0x0088, enumerator
|
/linux-5.19.10/Documentation/virt/kvm/ |
D | ppc-pv.rst | 105 KVM_MAGIC_FEAT_MAS0_TO_SPRG7 Maps MASn, ESR, PIR and high SPRGs
|
D | api.rst | 1178 SError exceptions always have an ESR value. Some CPUs have the ability to 1179 specify what the virtual SError's ESR value should be. These systems will 1184 with exception.has_esr as zero, KVM will choose an ESR. 7622 the ESR syndrome. Other parts of the ESR, such as the EC are generated by the
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | exceptions-64e.S | 126 SPECIAL_EXC_STORE(r10,ESR) 196 SPECIAL_EXC_LOAD(r10,ESR)
|
/linux-5.19.10/arch/x86/kvm/ |
D | trace.h | 248 AREG(TMR), AREG(IRR), AREG(ESR), AREG(ICR), AREG(ICR2), AREG(LVTT), \
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | i915_reg.h | 1064 #define ESR _MMIO(0x20b8) macro
|