Home
last modified time | relevance | path

Searched refs:ESR (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_regs.h50 #define ESR 0x020B8 macro
/openbmc/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h95 #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
/openbmc/linux/arch/openrisc/
H A DKconfig240 bool "Check for possible ESR exception bug"
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dravb.h75 ESR = 0x0088, enumerator
/openbmc/linux/arch/powerpc/kernel/
H A Dexceptions-64e.S127 SPECIAL_EXC_STORE(r10,ESR)
198 SPECIAL_EXC_LOAD(r10,ESR)
/openbmc/linux/Documentation/virt/kvm/
H A Dppc-pv.rst105 KVM_MAGIC_FEAT_MAS0_TO_SPRG7 Maps MASn, ESR, PIR and high SPRGs
H A Dapi.rst1159 SError exceptions always have an ESR value. Some CPUs have the ability to
1160 specify what the virtual SError's ESR value should be. These systems will
1165 with exception.has_esr as zero, KVM will choose an ESR.
7999 the ESR syndrome. Other parts of the ESR, such as the EC are generated by the
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h622 #define ESR SPRN_ESR /* Exception Syndrome Register */ macro
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S295 mtspr ESR,r0 /* clear exception syndrome register */
/openbmc/linux/arch/x86/kvm/
H A Dtrace.h251 AREG(TMR), AREG(IRR), AREG(ESR), AREG(ICR), AREG(ICR2), AREG(LVTT), \
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex1161 esr\_el1 & uint64 & Register ESR (EL1).\\
1201 esr\_el2 & uint64 & Register ESR (EL2).\\
1237 esr\_el3 & uint64 & Register ESR (EL3).\\
/openbmc/linux/arch/arm64/kvm/
H A Dsys_regs.c2475 EL12_REG(ESR, access_vm_reg, reset_unknown, 0),
/openbmc/linux/arch/arm64/
H A DKconfig1024 bool "Cortex-A715: 2645198: Workaround possible [ESR|FAR]_ELx corruption"
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h1047 #define ESR _MMIO(0x20b8) macro