Searched refs:ESR (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/video/fbdev/i810/ |
A D | i810_regs.h | 50 #define ESR 0x020B8 macro
|
/linux/drivers/iommu/ |
A 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/arch/openrisc/ |
A D | Kconfig | 181 bool "Check for possible ESR exception bug"
|
/linux/drivers/net/ethernet/renesas/ |
A D | ravb.h | 75 ESR = 0x0088, enumerator
|
/linux/arch/powerpc/kernel/ |
A D | exceptions-64e.S | 126 SPECIAL_EXC_STORE(r10,ESR) 196 SPECIAL_EXC_LOAD(r10,ESR)
|
/linux/Documentation/virt/kvm/ |
A D | ppc-pv.rst | 105 KVM_MAGIC_FEAT_MAS0_TO_SPRG7 Maps MASn, ESR, PIR and high SPRGs
|
A D | api.rst | 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 1177 with exception.has_esr as zero, KVM will choose an ESR. 7188 the ESR syndrome. Other parts of the ESR, such as the EC are generated by the
|
/linux/arch/x86/kvm/ |
A D | trace.h | 246 AREG(TMR), AREG(IRR), AREG(ESR), AREG(ICR), AREG(ICR2), AREG(LVTT), \
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_reg.h | 2928 #define ESR _MMIO(0x20b8) macro
|
Completed in 109 milliseconds