18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _SPARC64_DCR_H 38c2ecf20Sopenharmony_ci#define _SPARC64_DCR_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* UltraSparc-III/III+ Dispatch Control Register, ASR 0x12 */ 68c2ecf20Sopenharmony_ci#define DCR_DPE 0x0000000000001000 /* III+: D$ Parity Error Enable */ 78c2ecf20Sopenharmony_ci#define DCR_OBS 0x0000000000000fc0 /* Observability Bus Controls */ 88c2ecf20Sopenharmony_ci#define DCR_BPE 0x0000000000000020 /* Branch Predict Enable */ 98c2ecf20Sopenharmony_ci#define DCR_RPE 0x0000000000000010 /* Return Address Prediction Enable */ 108c2ecf20Sopenharmony_ci#define DCR_SI 0x0000000000000008 /* Single Instruction Disable */ 118c2ecf20Sopenharmony_ci#define DCR_IPE 0x0000000000000004 /* III+: I$ Parity Error Enable */ 128c2ecf20Sopenharmony_ci#define DCR_IFPOE 0x0000000000000002 /* IRQ FP Operation Enable */ 138c2ecf20Sopenharmony_ci#define DCR_MS 0x0000000000000001 /* Multi-Scalar dispatch */ 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* _SPARC64_DCR_H */ 16