#ifndef _ARM_ARMREG_H
#define _ARM_ARMREG_H
#include <arm/cputypes.h>
#ifdef __arm__
#define PSR_FLAGS 0xf0000000
#define PSR_N_bit (1 << 31)
#define PSR_Z_bit (1 << 30)
#define PSR_C_bit (1 << 29)
#define PSR_V_bit (1 << 28)
#define PSR_Q_bit (1 << 27)
#define PSR_IT1_bit (1 << 26)
#define PSR_IT0_bit (1 << 25)
#define PSR_J_bit (1 << 24)
#define PSR_GE_bits (15 << 16)
#define PSR_IT7_bit (1 << 15)
#define PSR_IT6_bit (1 << 14)
#define PSR_IT5_bit (1 << 13)
#define PSR_IT4_bit (1 << 12)
#define PSR_IT3_bit (1 << 11)
#define PSR_IT2_bit (1 << 10)
#define PSR_E_BIT (1 << 9)
#define PSR_A_BIT (1 << 8)
#define I32_bit (1 << 7)
#define F32_bit (1 << 6)
#define IF32_bits (3 << 6)
#define PSR_T_bit (1 << 5)
#define PSR_MODE 0x0000001f
#define PSR_USR32_MODE 0x00000010
#define PSR_FIQ32_MODE 0x00000011
#define PSR_IRQ32_MODE 0x00000012
#define PSR_SVC32_MODE 0x00000013
#define PSR_MON32_MODE 0x00000016
#define PSR_ABT32_MODE 0x00000017
#define PSR_HYP32_MODE 0x0000001a
#define PSR_UND32_MODE 0x0000001b
#define PSR_SYS32_MODE 0x0000001f
#define PSR_32_MODE 0x00000010
#define R15_FLAGS 0xf0000000
#define R15_FLAG_N 0x80000000
#define R15_FLAG_Z 0x40000000
#define R15_FLAG_C 0x20000000
#define R15_FLAG_V 0x10000000
#define ARM_CP15_CPU_ID 0
#define ARM_ISA3_SYNCHPRIM_MASK 0x0000f000
#define ARM_ISA4_SYNCHPRIM_MASK 0x00f00000
#define ARM_ISA3_SYNCHPRIM_LDREX 0x10
#define ARM_ISA3_SYNCHPRIM_LDREXPLUS 0x13
#define ARM_ISA3_SYNCHPRIM_LDREXD 0x20
#define ARM_PFR0_THUMBEE_MASK 0x0000f000
#define ARM_PFR1_GTIMER_MASK 0x000f0000
#define ARM_PFR1_VIRT_MASK 0x0000f000
#define ARM_PFR1_SEC_MASK 0x000000f0
#define ARM_MVFR0_ROUNDING_MASK 0xf0000000
#define ARM_MVFR0_SHORTVEC_MASK 0x0f000000
#define ARM_MVFR0_SQRT_MASK 0x00f00000
#define ARM_MVFR0_DIVIDE_MASK 0x000f0000
#define ARM_MVFR0_EXCEPT_MASK 0x0000f000
#define ARM_MVFR0_DFLOAT_MASK 0x00000f00
#define ARM_MVFR0_SFLOAT_MASK 0x000000f0
#define ARM_MVFR0_ASIMD_MASK 0x0000000f
#define ARM_MVFR1_ASIMD_FMACS_MASK 0xf0000000
#define ARM_MVFR1_VFP_HPFP_MASK 0x0f000000
#define ARM_MVFR1_ASIMD_HPFP_MASK 0x00f00000
#define ARM_MVFR1_ASIMD_SPFP_MASK 0x000f0000
#define ARM_MVFR1_ASIMD_INT_MASK 0x0000f000
#define ARM_MVFR1_ASIMD_LDST_MASK 0x00000f00
#define ARM_MVFR1_D_NAN_MASK 0x000000f0
#define ARM_MVFR1_FTZ_MASK 0x0000000f
#define ARM3_CP15_FLUSH 1
#define ARM3_CP15_CONTROL 2
#define ARM3_CP15_CACHEABLE 3
#define ARM3_CP15_UPDATEABLE 4
#define ARM3_CP15_DISRUPTIVE 5
#define ARM3_CTL_CACHE_ON 0x00000001
#define ARM3_CTL_SHARED 0x00000002
#define ARM3_CTL_MONITOR 0x00000004
#define CPU_CONTROL_MMU_ENABLE 0x00000001
#define CPU_CONTROL_AFLT_ENABLE 0x00000002
#define CPU_CONTROL_DC_ENABLE 0x00000004
#define CPU_CONTROL_WBUF_ENABLE 0x00000008
#define CPU_CONTROL_32BP_ENABLE 0x00000010
#define CPU_CONTROL_32BD_ENABLE 0x00000020
#define CPU_CONTROL_LABT_ENABLE 0x00000040
#define CPU_CONTROL_BEND_ENABLE 0x00000080
#define CPU_CONTROL_SYST_ENABLE 0x00000100
#define CPU_CONTROL_ROM_ENABLE 0x00000200
#define CPU_CONTROL_CPCLK 0x00000400
#define CPU_CONTROL_SWP_ENABLE 0x00000400
#define CPU_CONTROL_BPRD_ENABLE 0x00000800
#define CPU_CONTROL_IC_ENABLE 0x00001000
#define CPU_CONTROL_VECRELOC 0x00002000
#define CPU_CONTROL_ROUNDROBIN 0x00004000
#define CPU_CONTROL_V4COMPAT 0x00008000
#define CPU_CONTROL_HA_ENABLE 0x00020000
#define CPU_CONTROL_WXN_ENABLE 0x00080000
#define CPU_CONTROL_UWXN_ENABLE 0x00100000
#define CPU_CONTROL_FI_ENABLE 0x00200000
#define CPU_CONTROL_UNAL_ENABLE 0x00400000
#define CPU_CONTROL_XP_ENABLE 0x00800000
#define CPU_CONTROL_V_ENABLE 0x01000000
#define CPU_CONTROL_EX_BEND 0x02000000
#define CPU_CONTROL_NMFI 0x08000000
#define CPU_CONTROL_TR_ENABLE 0x10000000
#define CPU_CONTROL_AF_ENABLE 0x20000000
#define CPU_CONTROL_TE_ENABLE 0x40000000
#define CPU_CONTROL_IDC_ENABLE CPU_CONTROL_DC_ENABLE
#define CPACR_V7_ASEDIS 0x80000000
#define CPACR_V7_D32DIS 0x40000000
#define CPACR_CPn(n) (3 << (2*n))
#define CPACR_NOACCESS 0
#define CPACR_PRIVED 1
#define CPACR_RESERVED 2
#define CPACR_ALL 3
#define NSACR_SMP 0x00040000
#define NSACR_L2ERR 0x00020000
#define NSACR_ASEDIS 0x00008000
#define NSACR_D32DIS 0x00004000
#define NSACR_CPn(n) (1 << (n))
#define ARM11X6_AUXCTL_RS 0x00000001
#define ARM11X6_AUXCTL_DB 0x00000002
#define ARM11X6_AUXCTL_SB 0x00000004
#define ARM11X6_AUXCTL_TR 0x00000008
#define ARM11X6_AUXCTL_EX 0x00000010
#define ARM11X6_AUXCTL_RA 0x00000020
#define ARM11X6_AUXCTL_RV 0x00000040
#define ARM11X6_AUXCTL_CZ 0x00000080
#define ARM1136_AUXCTL_PFI 0x80000000
#define ARM1176_AUXCTL_PHD 0x10000000
#define ARM1176_AUXCTL_BFD 0x20000000
#define ARM1176_AUXCTL_FSD 0x40000000
#define ARM1176_AUXCTL_FIO 0x80000000
#define XSCALE_AUXCTL_K 0x00000001
#define XSCALE_AUXCTL_P 0x00000002
#define XSCALE_AUXCTL_MD_WB_RA 0x00000000
#define XSCALE_AUXCTL_MD_WB_RWA 0x00000010
#define XSCALE_AUXCTL_MD_WT 0x00000020
#define XSCALE_AUXCTL_MD_MASK 0x00000030
#define MPCORE_AUXCTL_RS 0x00000001
#define MPCORE_AUXCTL_DB 0x00000002
#define MPCORE_AUXCTL_SB 0x00000004
#define MPCORE_AUXCTL_F 0x00000008
#define MPCORE_AUXCTL_EX 0x00000010
#define MPCORE_AUXCTL_SA 0x00000020
#define PJ4B_AUXCTL_FW __BIT(0)
#define PJ4B_AUXCTL_SMPNAMP __BIT(6)
#define PJ4B_AUXCTL_L1PARITY __BIT(9)
#define PJ4B_AUXFMC0_L2EN __BIT(0)
#define PJ4B_AUXFMC0_SMPNAMP __BIT(1)
#define PJ4B_AUXFMC0_L1PARITY __BIT(2)
#define PJ4B_AUXFMC0_DCSLFD __BIT(2)
#define PJ4B_AUXFMC0_FW __BIT(8)
#define CORTEXA5_ACTLR_FW __BIT(0)
#define CORTEXA5_ACTLR_SMP __BIT(6)
#define CORTEXA5_ACTLR_EXCL __BIT(7)
#define CORTEXA7_ACTLR_L1ALIAS __BIT(0)
#define CORTEXA7_ACTLR_L2EN __BIT(1)
#define CORTEXA7_ACTLR_SMP __BIT(6)
#define CORTEXA8_ACTLR_L1ALIAS __BIT(0)
#define CORTEXA8_ACTLR_L2EN __BIT(1)
#define CORTEXA9_AUXCTL_FW 0x00000001
#define CORTEXA9_AUXCTL_L2PE 0x00000002
#define CORTEXA9_AUXCTL_L1PE 0x00000004
#define CORTEXA9_AUXCTL_WR_ZERO 0x00000008
#define CORTEXA9_AUXCTL_SMP 0x00000040
#define CORTEXA9_AUXCTL_EXCL 0x00000080
#define CORTEXA9_AUXCTL_ONEWAY 0x00000100
#define CORTEXA9_AUXCTL_PARITY 0x00000200
#define CORTEXA15_ACTLR_BTB __BIT(0)
#define CORTEXA15_ACTLR_SMP __BIT(6)
#define CORTEXA15_ACTLR_IOBEU __BIT(15)
#define CORTEXA15_ACTLR_SDEH __BIT(31)
#define CORTEXA17_ACTLR_SMP __BIT(6)
#define CORTEXA17_ACTLR_ASSE __BIT(3)
#define CORTEXA17_ACTLR_L2PF __BIT(2)
#define CORTEXA17_ACTLR_L1PF __BIT(1)
#define FC_DCACHE_REPL_LOCK 0x80000000
#define FC_DCACHE_STREAM_EN 0x20000000
#define FC_WR_ALLOC_EN 0x10000000
#define FC_L2_PREF_DIS 0x01000000
#define FC_L2_INV_EVICT_LINE 0x00800000
#define FC_L2CACHE_EN 0x00400000
#define FC_ICACHE_REPL_LOCK 0x00080000
#define FC_GLOB_HIST_REG_EN 0x00040000
#define FC_BRANCH_TARG_BUF_DIS 0x00020000
#define FC_L1_PAR_ERR_EN 0x00010000
#define CPU_CT_FORMAT(x) (((x) >> 29) & 0x7)
#define CPU_CT_ISIZE(x) ((x) & 0xfff)
#define CPU_CT_DSIZE(x) (((x) >> 12) & 0xfff)
#define CPU_CT_S (1U << 24)
#define CPU_CT_CTYPE(x) (((x) >> 25) & 0xf)
#define CPU_CT_CTYPE_WT 0
#define CPU_CT_CTYPE_WB1 1
#define CPU_CT_CTYPE_WB2 2
#define CPU_CT_CTYPE_WB6 6
#define CPU_CT_CTYPE_WB7 7
#define CPU_CT_CTYPE_WB14 14
#define CPU_CT_xSIZE_LEN(x) ((x) & 0x3)
#define CPU_CT_xSIZE_M (1U << 2)
#define CPU_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x7)
#define CPU_CT_xSIZE_SIZE(x) (((x) >> 6) & 0x7)
#define CPU_CT_xSIZE_P (1U << 11)
#define CPU_CT4_ILINE(x) ((x) & 0xf)
#define CPU_CT4_DLINE(x) (((x) >> 16) & 0xf)
#define CPU_CT4_L1IPOLICY(x) (((x) >> 14) & 0x3)
#define CPU_CT4_L1_AIVIVT 1
#define CPU_CT4_L1_VIPT 2
#define CPU_CT4_L1_PIPT 3
#define CPU_CT4_ERG(x) (((x) >> 20) & 0xf)
#define CPU_CT4_CWG(x) (((x) >> 24) & 0xf)
#define CPU_CSID_CTYPE_WT 0x80000000
#define CPU_CSID_CTYPE_WB 0x40000000
#define CPU_CSID_CTYPE_RA 0x20000000
#define CPU_CSID_CTYPE_WA 0x10000000
#define CPU_CSID_NUMSETS(x) (((x) >> 13) & 0x7fff)
#define CPU_CSID_ASSOC(x) (((x) >> 3) & 0x1ff)
#define CPU_CSID_LEN(x) ((x) & 0x07)
#define CPU_CSSR_L2 0x00000002
#define CPU_CSSR_L1 0x00000000
#define CPU_CSSR_InD 0x00000001
#define FAULT_TYPE_MASK 0x0f
#define FAULT_USER 0x10
#define FAULT_WRTBUF_0 0x00
#define FAULT_WRTBUF_1 0x02
#define FAULT_BUSERR_0 0x04
#define FAULT_BUSERR_1 0x06
#define FAULT_BUSERR_2 0x08
#define FAULT_BUSERR_3 0x0a
#define FAULT_BUSTRNL1 0x0c
#define FAULT_BUSTRNL2 0x0e
#define FAULT_ALIGN_0 0x01
#define FAULT_ALIGN_1 0x03
#define FAULT_TRANS_S 0x05
#define FAULT_TRANS_P 0x07
#define FAULT_DOMAIN_S 0x09
#define FAULT_DOMAIN_P 0x0b
#define FAULT_PERM_S 0x0d
#define FAULT_PERM_P 0x0f
#define FAULT_LPAE 0x0200
#define FAULT_IMPRECISE 0x0400
#define FAULT_WRITE 0x0800
#define FAULT_EXT 0x1000
#define FAULT_CM 0x2000
#define ARM_VECTORS_LOW 0x00000000U
#define ARM_VECTORS_HIGH 0xffff0000U
#define INSN_SIZE 4
#define INSN_COND_MASK 0xf0000000
#define INSN_COND_EQ 0
#define INSN_COND_NE 1
#define INSN_COND_CS 2
#define INSN_COND_CC 3
#define INSN_COND_MI 4
#define INSN_COND_PL 5
#define INSN_COND_VS 6
#define INSN_COND_VC 7
#define INSN_COND_HI 8
#define INSN_COND_LS 9
#define INSN_COND_GE 10
#define INSN_COND_LT 11
#define INSN_COND_GT 12
#define INSN_COND_LE 13
#define INSN_COND_AL 14
#define THUMB_INSN_SIZE 2
#define ARM11_PMCCTL_E __BIT(0)
#define ARM11_PMCCTL_P __BIT(1)
#define ARM11_PMCCTL_C __BIT(2)
#define ARM11_PMCCTL_D __BIT(3)
#define ARM11_PMCCTL_EC0 __BIT(4)
#define ARM11_PMCCTL_EC1 __BIT(5)
#define ARM11_PMCCTL_ECC __BIT(6)
#define ARM11_PMCCTL_SBZa __BIT(7)
#define ARM11_PMCCTL_CR0 __BIT(8)
#define ARM11_PMCCTL_CR1 __BIT(9)
#define ARM11_PMCCTL_CCR __BIT(10)
#define ARM11_PMCCTL_X __BIT(11)
#define ARM11_PMCCTL_EVT1 __BITS(19,12)
#define ARM11_PMCCTL_EVT0 __BITS(27,20)
#define ARM11_PMCCTL_SBZb __BITS(31,28)
#define ARM11_PMCCTL_SBZ \
(ARM11_PMCCTL_SBZa | ARM11_PMCCTL_SBZb)
#define ARM11_PMCEVT_ICACHE_MISS 0
#define ARM11_PMCEVT_ISTREAM_STALL 1
#define ARM11_PMCEVT_IUTLB_MISS 2
#define ARM11_PMCEVT_DUTLB_MISS 3
#define ARM11_PMCEVT_BRANCH 4
#define ARM11_PMCEVT_BRANCH_MISS 6
#define ARM11_PMCEVT_INST_EXEC 7
#define ARM11_PMCEVT_DCACHE_ACCESS0 9
#define ARM11_PMCEVT_DCACHE_ACCESS1 10
#define ARM11_PMCEVT_DCACHE_MISS 11
#define ARM11_PMCEVT_DCACHE_WRITEBACK 12
#define ARM11_PMCEVT_PC_CHANGE 13
#define ARM11_PMCEVT_TLB_MISS 15
#define ARM11_PMCEVT_DATA_ACCESS 16
#define ARM11_PMCEVT_LSU_STALL 17
#define ARM11_PMCEVT_WBUF_DRAIN 18
#define ARM11_PMCEVT_ETMEXTOUT0 32
#define ARM11_PMCEVT_ETMEXTOUT1 33
#define ARM11_PMCEVT_ETMEXTOUT 34
#define ARM11_PMCEVT_CALL_EXEC 35
#define ARM11_PMCEVT_RETURN_EXEC 36
#define ARM11_PMCEVT_RETURN_HIT 37
#define ARM11_PMCEVT_RETURN_MISS 38
#define ARM11_PMCEVT_CYCLE 255
#define PMCR_N __BITS(15,11)
#define PMCR_D __BIT(3)
#define PMCR_E __BIT(0)
#define PMINTEN_C __BIT(31)
#define PMINTEN_P __BITS(30,0)
#define PMCNTEN_C __BIT(31)
#define PMCNTEN_P __BITS(30,0)
#define PMOVS_C __BIT(31)
#define PMOVS_P __BITS(30,0)
#define PMEVTYPER_P __BIT(31)
#define PMEVTYPER_U __BIT(30)
#define PMEVTYPER_EVTCOUNT __BITS(7,0)
#define CORTEX_CNTENS_C __BIT(31)
#define CORTEX_CNTENC_C __BIT(31)
#define CORTEX_CNTOFL_C __BIT(31)
#define L2CTRL_NUMCPU __BITS(25,24)
#define L2CTRL_ICPRES __BIT(23)
#define TTBR_C __BIT(0)
#define TTBR_S __BIT(1)
#define TTBR_IMP __BIT(2)
#define TTBR_RGN_MASK __BITS(4,3)
#define TTBR_RGN_NC __SHIFTIN(0, TTBR_RGN_MASK)
#define TTBR_RGN_WBWA __SHIFTIN(1, TTBR_RGN_MASK)
#define TTBR_RGN_WT __SHIFTIN(2, TTBR_RGN_MASK)
#define TTBR_RGN_WBNWA __SHIFTIN(3, TTBR_RGN_MASK)
#define TTBR_NOS __BIT(5)
#define TTBR_IRGN_MASK (__BIT(6) | __BIT(0))
#define TTBR_IRGN_NC 0
#define TTBR_IRGN_WBWA __BIT(6)
#define TTBR_IRGN_WT __BIT(0)
#define TTBR_IRGN_WBNWA (__BIT(0) | __BIT(6))
#define TTBCR_S_EAE __BIT(31)
#define TTBCR_S_PD1 __BIT(5)
#define TTBCR_S_PD0 __BIT(4)
#define TTBCR_S_N __BITS(2,0)
#define TTBCR_L_EAE __BIT(31)
#define TTBCR_L_SH1 __BITS(29,28)
#define TTBCR_L_ORGN1 __BITS(27,26)
#define TTBCR_L_IRGN1 __BITS(25,24)
#define TTBCR_L_EPD1 __BIT(23)
#define TTBCR_L_A1 __BIT(22)
#define TTBCR_L_T1SZ __BITS(18,16)
#define TTBCR_L_SH0 __BITS(13,12)
#define TTBCR_L_ORGN0 __BITS(11,10)
#define TTBCR_L_IRGN0 __BITS(9,8)
#define TTBCR_L_EPD0 __BIT(7)
#define TTBCR_L_T0SZ __BITS(2,0)
#define NMRR_ORn(n) __BITS(17+2*(n),16+2*(n))
#define NMRR_IRn(n) __BITS(1+2*(n),0+2*(n))
#define NMRR_NC 0
#define NMRR_WBWA 1
#define NMRR_WT 2
#define NMRR_WB 3
#define PRRR_NOSn(n) __BITS(24+(n))
#define PRRR_NS1 __BIT(19)
#define PRRR_NS0 __BIT(18)
#define PRRR_DS1 __BIT(17)
#define PRRR_DS0 __BIT(16)
#define PRRR_TRn(n) __BITS(1+2*(n),0+2*(n))
#define PRRR_TR_STRONG 0
#define PRRR_TR_DEVICE 1
#define PRRR_TR_NORMAL 2
#define MPIDR_MP __BIT(31)
#define MPIDR_U __BIT(30)
#define MPIDR_MT __BIT(24)
#define MPIDR_AFF2 __BITS(23,16)
#define MPIDR_AFF1 __BITS(15,8)
#define MPIDR_AFF0 __BITS(7,0)
#define CORTEXA9_MPIDR_MP MPIDR_MP
#define CORTEXA9_MPIDR_U MPIDR_U
#define CORTEXA9_MPIDR_CLID __BITS(11,8)
#define CORTEXA9_MPIDR_CPUID __BITS(0,1)
#define PJ4B_MPIDR_MP MPIDR_MP
#define PJ4B_MPIDR_U MPIDR_U
#define PJ4B_MPIDR_MT MPIDR_MT
#define PJ4B_MPIDR_CLID __BITS(11,8)
#define PJ4B_MPIDR_CPUID __BITS(0,3)
#define CNTCTL_ISTATUS __BIT(2)
#define CNTCTL_IMASK __BIT(1)
#define CNTCTL_ENABLE __BIT(0)
#define CNTKCTL_PL0PTEN __BIT(9)
#define CNTKCTL_PL0VTEN __BIT(8)
#define CNTKCTL_EVNTI __BITS(7,4)
#define CNTKCTL_EVNTDIR __BIT(3)
#define CNTKCTL_EVNTEN __BIT(2)
#define CNTKCTL_PL0VCTEN __BIT(1)
#define CNTKCTL_PL0PCTEN __BIT(0)
#define CNTHCTL_EVNTI __BITS(7,4)
#define CNTHCTL_EVNTDIR __BIT(3)
#define CNTHCTL_EVNTEN __BIT(2)
#define CNTHCTL_PL1PCEN __BIT(1)
#define CNTHCTL_PL1PCTEN __BIT(0)
#define ARM_A5_TLBDATA_DOM __BITS(62,59)
#define ARM_A5_TLBDATA_AP __BITS(58,56)
#define ARM_A5_TLBDATA_NS_WALK __BIT(55)
#define ARM_A5_TLBDATA_NS_PAGE __BIT(54)
#define ARM_A5_TLBDATA_XN __BIT(53)
#define ARM_A5_TLBDATA_TEX __BITS(52,50)
#define ARM_A5_TLBDATA_B __BIT(49)
#define ARM_A5_TLBDATA_C __BIT(48)
#define ARM_A5_TLBDATA_S __BIT(47)
#define ARM_A5_TLBDATA_ASID __BITS(46,39)
#define ARM_A5_TLBDATA_SIZE __BITS(38,37)
#define ARM_A5_TLBDATA_SIZE_4KB 0
#define ARM_A5_TLBDATA_SIZE_16KB 1
#define ARM_A5_TLBDATA_SIZE_1MB 2
#define ARM_A5_TLBDATA_SIZE_16MB 3
#define ARM_A5_TLBDATA_VA __BITS(36,22)
#define ARM_A5_TLBDATA_PA __BITS(21,2)
#define ARM_A5_TLBDATA_nG __BIT(1)
#define ARM_A5_TLBDATA_VALID __BIT(0)
#define ARM_A7_TLBDATA2_S2_LEVEL __BITS(85-64,84-64)
#define ARM_A7_TLBDATA2_S1_SIZE __BITS(83-64,82-64)
#define ARM_A7_TLBDATA2_S1_SIZE_4KB 0
#define ARM_A7_TLBDATA2_S1_SIZE_64KB 1
#define ARM_A7_TLBDATA2_S1_SIZE_1MB 2
#define ARM_A7_TLBDATA2_S1_SIZE_16MB 3
#define ARM_A7_TLBDATA2_DOM __BITS(81-64,78-64)
#define ARM_A7_TLBDATA2_IS __BITS(77-64,76-64)
#define ARM_A7_TLBDATA2_IS_NC 0
#define ARM_A7_TLBDATA2_IS_WB_WA 1
#define ARM_A7_TLBDATA2_IS_WT 2
#define ARM_A7_TLBDATA2_IS_DSO 3
#define ARM_A7_TLBDATA2_S2OVR __BIT(75-64)
#define ARM_A7_TLBDATA2_SDO_MT __BITS(74-64,72-64)
#define ARM_A7_TLBDATA2_SDO_MT_D 2
#define ARM_A7_TLBDATA2_SDO_MT_SO 6
#define ARM_A7_TLBDATA2_OS __BITS(75-64,74-64)
#define ARM_A7_TLBDATA2_OS_NC 0
#define ARM_A7_TLBDATA2_OS_WB_WA 1
#define ARM_A7_TLBDATA2_OS_WT 2
#define ARM_A7_TLBDATA2_OS_WB 3
#define ARM_A7_TLBDATA2_SH __BITS(73-64,72-64)
#define ARM_A7_TLBDATA2_SH_NONE 0
#define ARM_A7_TLBDATA2_SH_UNUSED 1
#define ARM_A7_TLBDATA2_SH_OS 2
#define ARM_A7_TLBDATA2_SH_IS 3
#define ARM_A7_TLBDATA2_XN2 __BIT(71-64)
#define ARM_A7_TLBDATA2_XN1 __BIT(70-64)
#define ARM_A7_TLBDATA2_PXN __BIT(69-64)
#define ARM_A7_TLBDATA12_PA __BITS(68-32,41-32)
#define ARM_A7_TLBDATA1_NS __BIT(40-32)
#define ARM_A7_TLBDATA1_HAP __BITS(39-32,38-32)
#define ARM_A7_TLBDATA1_AP __BITS(37-32,35-32)
#define ARM_A7_TLBDATA1_nG __BIT(34-32)
#define ARM_A7_TLBDATA01_ASID __BITS(33,26)
#define ARM_A7_TLBDATA0_VMID __BITS(25,18)
#define ARM_A7_TLBDATA0_VA __BITS(17,5)
#define ARM_A7_TLBDATA0_NS_WALK __BIT(4)
#define ARM_A7_TLBDATA0_SIZE __BITS(3,1)
#define ARM_A7_TLBDATA0_SIZE_V7_4KB 0
#define ARM_A7_TLBDATA0_SIZE_LPAE_4KB 1
#define ARM_A7_TLBDATA0_SIZE_V7_64KB 2
#define ARM_A7_TLBDATA0_SIZE_LPAE_64KB 3
#define ARM_A7_TLBDATA0_SIZE_V7_1MB 4
#define ARM_A7_TLBDATA0_SIZE_LPAE_2MB 5
#define ARM_A7_TLBDATA0_SIZE_V7_16MB 6
#define ARM_A7_TLBDATA0_SIZE_LPAE_1GB 7
#define ARM_TLBDATA_VALID __BIT(0)
#define ARM_TLBDATAOP_WAY __BIT(31)
#define ARM_A5_TLBDATAOP_INDEX __BITS(5,0)
#define ARM_A7_TLBDATAOP_INDEX __BITS(6,0)
#if !defined(__ASSEMBLER__) && defined(_KERNEL)
static inline bool
arm_cond_ok_p(uint32_t insn, uint32_t psr)
{
const uint32_t __cond = __SHIFTOUT(insn, INSN_COND_MASK);
bool __ok;
const bool __z = (psr & PSR_Z_bit);
const bool __n = (psr & PSR_N_bit);
const bool __c = (psr & PSR_C_bit);
const bool __v = (psr & PSR_V_bit);
switch (__cond & ~1) {
case INSN_COND_EQ:
__ok = __z;
break;
case INSN_COND_CS:
__ok = __c;
break;
case INSN_COND_MI:
__ok = __n;
break;
case INSN_COND_VS:
__ok = __v;
break;
case INSN_COND_HI:
__ok = __c && !__z;
break;
case INSN_COND_GE:
__ok = __n == __v;
break;
case INSN_COND_GT:
__ok = __n == __v && !__z;
break;
default:
return true;
}
return (__cond & 1) ? !__ok : __ok;
}
#endif
#if !defined(__ASSEMBLER__) && !defined(_RUMPKERNEL)
#define ARMREG_READ_INLINE(name, __insnstring) \
static inline uint32_t armreg_##name##_read(void) \
{ \
uint32_t __rv; \
__asm __volatile("mrc " __insnstring : "=r"(__rv)); \
return __rv; \
}
#define ARMREG_WRITE_INLINE(name, __insnstring) \
static inline void armreg_##name##_write(uint32_t __val) \
{ \
__asm __volatile("mcr " __insnstring :: "r"(__val)); \
}
#define ARMREG_READ_INLINE2(name, __insnstring) \
static inline uint32_t armreg_##name##_read(void) \
{ \
uint32_t __rv; \
__asm __volatile(".fpu vfp"); \
__asm __volatile(__insnstring : "=r"(__rv)); \
return __rv; \
}
#define ARMREG_WRITE_INLINE2(name, __insnstring) \
static inline void armreg_##name##_write(uint32_t __val) \
{ \
__asm __volatile(".fpu vfp"); \
__asm __volatile(__insnstring :: "r"(__val)); \
}
#define ARMREG_READ64_INLINE(name, __insnstring) \
static inline uint64_t armreg_##name##_read(void) \
{ \
uint64_t __rv; \
__asm __volatile("mrrc " __insnstring : "=r"(__rv)); \
return __rv; \
}
#define ARMREG_WRITE64_INLINE(name, __insnstring) \
static inline void armreg_##name##_write(uint64_t __val) \
{ \
__asm __volatile("mcrr " __insnstring :: "r"(__val)); \
}
ARMREG_READ_INLINE2(fpsid, ".fpu vfp\n vmrs\t%0, fpsid")
ARMREG_READ_INLINE2(fpscr, ".fpu vfp\n vmrs\t%0, fpscr")
ARMREG_WRITE_INLINE2(fpscr, ".fpu vfp\n vmsr\tfpscr, %0")
ARMREG_READ_INLINE2(mvfr1, ".fpu vfp\n vmrs\t%0, mvfr1")
ARMREG_READ_INLINE2(mvfr0, ".fpu vfp\n vmrs\t%0, mvfr0")
ARMREG_READ_INLINE2(fpexc, ".fpu vfp\n vmrs\t%0, fpexc")
ARMREG_WRITE_INLINE2(fpexc, ".fpu vfp\n vmsr\tfpexc, %0")
ARMREG_READ_INLINE2(fpinst, ".fpu vfp\n fmrx\t%0, fpinst")
ARMREG_WRITE_INLINE2(fpinst, ".fpu vfp\n vmsr\tfpinst, %0")
ARMREG_READ_INLINE2(fpinst2, ".fpu vfp\n fmrx\t%0, fpinst2")
ARMREG_WRITE_INLINE2(fpinst2, ".fpu vfp\n fmxr\tfpinst2, %0")
ARMREG_READ_INLINE(midr, "p15,0,%0,c0,c0,0")
ARMREG_READ_INLINE(ctr, "p15,0,%0,c0,c0,1")
ARMREG_READ_INLINE(tlbtr, "p15,0,%0,c0,c0,3")
ARMREG_READ_INLINE(mpidr, "p15,0,%0,c0,c0,5")
ARMREG_READ_INLINE(revidr, "p15,0,%0,c0,c0,6")
ARMREG_READ_INLINE(pfr0, "p15,0,%0,c0,c1,0")
ARMREG_READ_INLINE(pfr1, "p15,0,%0,c0,c1,1")
ARMREG_READ_INLINE(mmfr0, "p15,0,%0,c0,c1,4")
ARMREG_READ_INLINE(mmfr1, "p15,0,%0,c0,c1,5")
ARMREG_READ_INLINE(mmfr2, "p15,0,%0,c0,c1,6")
ARMREG_READ_INLINE(mmfr3, "p15,0,%0,c0,c1,7")
ARMREG_READ_INLINE(isar0, "p15,0,%0,c0,c2,0")
ARMREG_READ_INLINE(isar1, "p15,0,%0,c0,c2,1")
ARMREG_READ_INLINE(isar2, "p15,0,%0,c0,c2,2")
ARMREG_READ_INLINE(isar3, "p15,0,%0,c0,c2,3")
ARMREG_READ_INLINE(isar4, "p15,0,%0,c0,c2,4")
ARMREG_READ_INLINE(isar5, "p15,0,%0,c0,c2,5")
ARMREG_READ_INLINE(ccsidr, "p15,1,%0,c0,c0,0")
ARMREG_READ_INLINE(clidr, "p15,1,%0,c0,c0,1")
ARMREG_READ_INLINE(csselr, "p15,2,%0,c0,c0,0")
ARMREG_WRITE_INLINE(csselr, "p15,2,%0,c0,c0,0")
ARMREG_READ_INLINE(sctlr, "p15,0,%0,c1,c0,0")
ARMREG_WRITE_INLINE(sctlr, "p15,0,%0,c1,c0,0")
ARMREG_READ_INLINE(auxctl, "p15,0,%0,c1,c0,1")
ARMREG_WRITE_INLINE(auxctl, "p15,0,%0,c1,c0,1")
ARMREG_READ_INLINE(cpacr, "p15,0,%0,c1,c0,2")
ARMREG_WRITE_INLINE(cpacr, "p15,0,%0,c1,c0,2")
ARMREG_READ_INLINE(scr, "p15,0,%0,c1,c1,0")
ARMREG_READ_INLINE(nsacr, "p15,0,%0,c1,c1,2")
ARMREG_READ_INLINE(ttbr, "p15,0,%0,c2,c0,0")
ARMREG_WRITE_INLINE(ttbr, "p15,0,%0,c2,c0,0")
ARMREG_READ_INLINE(ttbr1, "p15,0,%0,c2,c0,1")
ARMREG_WRITE_INLINE(ttbr1, "p15,0,%0,c2,c0,1")
ARMREG_READ_INLINE(ttbcr, "p15,0,%0,c2,c0,2")
ARMREG_WRITE_INLINE(ttbcr, "p15,0,%0,c2,c0,2")
ARMREG_READ_INLINE(dacr, "p15,0,%0,c3,c0,0")
ARMREG_WRITE_INLINE(dacr, "p15,0,%0,c3,c0,0")
ARMREG_READ_INLINE(dfsr, "p15,0,%0,c5,c0,0")
ARMREG_READ_INLINE(ifsr, "p15,0,%0,c5,c0,1")
ARMREG_READ_INLINE(dfar, "p15,0,%0,c6,c0,0")
ARMREG_READ_INLINE(ifar, "p15,0,%0,c6,c0,2")
ARMREG_WRITE_INLINE(icialluis, "p15,0,%0,c7,c1,0")
ARMREG_WRITE_INLINE(bpiallis, "p15,0,%0,c7,c1,6")
ARMREG_READ_INLINE(par, "p15,0,%0,c7,c4,0")
ARMREG_WRITE_INLINE(iciallu, "p15,0,%0,c7,c5,0")
ARMREG_WRITE_INLINE(icimvau, "p15,0,%0,c7,c5,1")
ARMREG_WRITE_INLINE(isb, "p15,0,%0,c7,c5,4")
ARMREG_WRITE_INLINE(bpiall, "p15,0,%0,c7,c5,6")
ARMREG_WRITE_INLINE(bpimva, "p15,0,%0,c7,c5,7")
ARMREG_WRITE_INLINE(dcimvac, "p15,0,%0,c7,c6,1")
ARMREG_WRITE_INLINE(dcisw, "p15,0,%0,c7,c6,2")
ARMREG_WRITE_INLINE(ats1cpr, "p15,0,%0,c7,c8,0")
ARMREG_WRITE_INLINE(ats1cpw, "p15,0,%0,c7,c8,1")
ARMREG_WRITE_INLINE(ats1cur, "p15,0,%0,c7,c8,2")
ARMREG_WRITE_INLINE(ats1cuw, "p15,0,%0,c7,c8,3")
ARMREG_WRITE_INLINE(dccmvac, "p15,0,%0,c7,c10,1")
ARMREG_WRITE_INLINE(dccsw, "p15,0,%0,c7,c10,2")
ARMREG_WRITE_INLINE(dsb, "p15,0,%0,c7,c10,4")
ARMREG_WRITE_INLINE(dmb, "p15,0,%0,c7,c10,5")
ARMREG_WRITE_INLINE(dccmvau, "p15,0,%0,c7,c11,1")
ARMREG_WRITE_INLINE(dccimvac, "p15,0,%0,c7,c14,1")
ARMREG_WRITE_INLINE(dccisw, "p15,0,%0,c7,c14,2")
ARMREG_WRITE_INLINE(tlbiallis, "p15,0,%0,c8,c3,0")
ARMREG_WRITE_INLINE(tlbimvais, "p15,0,%0,c8,c3,1")
ARMREG_WRITE_INLINE(tlbiasidis, "p15,0,%0,c8,c3,2")
ARMREG_WRITE_INLINE(tlbimvaais, "p15,0,%0,c8,c3,3")
ARMREG_WRITE_INLINE(itlbiall, "p15,0,%0,c8,c5,0")
ARMREG_WRITE_INLINE(itlbimva, "p15,0,%0,c8,c5,1")
ARMREG_WRITE_INLINE(itlbiasid, "p15,0,%0,c8,c5,2")
ARMREG_WRITE_INLINE(dtlbiall, "p15,0,%0,c8,c6,0")
ARMREG_WRITE_INLINE(dtlbimva, "p15,0,%0,c8,c6,1")
ARMREG_WRITE_INLINE(dtlbiasid, "p15,0,%0,c8,c6,2")
ARMREG_WRITE_INLINE(tlbiall, "p15,0,%0,c8,c7,0")
ARMREG_WRITE_INLINE(tlbimva, "p15,0,%0,c8,c7,1")
ARMREG_WRITE_INLINE(tlbiasid, "p15,0,%0,c8,c7,2")
ARMREG_WRITE_INLINE(tlbimvaa, "p15,0,%0,c8,c7,3")
ARMREG_READ_INLINE(pmcr, "p15,0,%0,c9,c12,0")
ARMREG_WRITE_INLINE(pmcr, "p15,0,%0,c9,c12,0")
ARMREG_READ_INLINE(pmcntenset, "p15,0,%0,c9,c12,1")
ARMREG_WRITE_INLINE(pmcntenset, "p15,0,%0,c9,c12,1")
ARMREG_READ_INLINE(pmcntenclr, "p15,0,%0,c9,c12,2")
ARMREG_WRITE_INLINE(pmcntenclr, "p15,0,%0,c9,c12,2")
ARMREG_READ_INLINE(pmovsr, "p15,0,%0,c9,c12,3")
ARMREG_WRITE_INLINE(pmovsr, "p15,0,%0,c9,c12,3")
ARMREG_READ_INLINE(pmselr, "p15,0,%0,c9,c12,5")
ARMREG_WRITE_INLINE(pmselr, "p15,0,%0,c9,c12,5")
ARMREG_READ_INLINE(pmceid0, "p15,0,%0,c9,c12,6")
ARMREG_READ_INLINE(pmceid1, "p15,0,%0,c9,c12,7")
ARMREG_READ_INLINE(pmccntr, "p15,0,%0,c9,c13,0")
ARMREG_WRITE_INLINE(pmccntr, "p15,0,%0,c9,c13,0")
ARMREG_READ_INLINE(pmxevtyper, "p15,0,%0,c9,c13,1")
ARMREG_WRITE_INLINE(pmxevtyper, "p15,0,%0,c9,c13,1")
ARMREG_READ_INLINE(pmxevcntr, "p15,0,%0,c9,c13,2")
ARMREG_WRITE_INLINE(pmxevcntr, "p15,0,%0,c9,c13,2")
ARMREG_READ_INLINE(pmuserenr, "p15,0,%0,c9,c14,0")
ARMREG_WRITE_INLINE(pmuserenr, "p15,0,%0,c9,c14,0")
ARMREG_READ_INLINE(pmintenset, "p15,0,%0,c9,c14,1")
ARMREG_WRITE_INLINE(pmintenset, "p15,0,%0,c9,c14,1")
ARMREG_READ_INLINE(pmintenclr, "p15,0,%0,c9,c14,2")
ARMREG_WRITE_INLINE(pmintenclr, "p15,0,%0,c9,c14,2")
ARMREG_READ_INLINE(l2ctrl, "p15,1,%0,c9,c0,2")
ARMREG_READ_INLINE(prrr, "p15,0,%0,c10,c2,0")
ARMREG_WRITE_INLINE(prrr, "p15,0,%0,c10,c2,0")
ARMREG_READ_INLINE(nmrr, "p15,0,%0,c10,c2,1")
ARMREG_WRITE_INLINE(nmrr, "p15,0,%0,c10,c2,1")
ARMREG_READ_INLINE(contextidr, "p15,0,%0,c13,c0,1")
ARMREG_WRITE_INLINE(contextidr, "p15,0,%0,c13,c0,1")
ARMREG_READ_INLINE(tpidrurw, "p15,0,%0,c13,c0,2")
ARMREG_WRITE_INLINE(tpidrurw, "p15,0,%0,c13,c0,2")
ARMREG_READ_INLINE(tpidruro, "p15,0,%0,c13,c0,3")
ARMREG_WRITE_INLINE(tpidruro, "p15,0,%0,c13,c0,3")
ARMREG_READ_INLINE(tpidrprw, "p15,0,%0,c13,c0,4")
ARMREG_WRITE_INLINE(tpidrprw, "p15,0,%0,c13,c0,4")
ARMREG_READ_INLINE(vbar, "p15,0,%0,c12,c0,0")
ARMREG_WRITE_INLINE(vbar, "p15,0,%0,c12,c0,0")
ARMREG_READ_INLINE(cnt_frq, "p15,0,%0,c14,c0,0")
ARMREG_WRITE_INLINE(cnt_frq, "p15,0,%0,c14,c0,0")
ARMREG_READ_INLINE(cntk_ctl, "p15,0,%0,c14,c1,0")
ARMREG_WRITE_INLINE(cntk_ctl, "p15,0,%0,c14,c1,0")
ARMREG_READ_INLINE(cntp_tval, "p15,0,%0,c14,c2,0")
ARMREG_WRITE_INLINE(cntp_tval, "p15,0,%0,c14,c2,0")
ARMREG_READ_INLINE(cntp_ctl, "p15,0,%0,c14,c2,1")
ARMREG_WRITE_INLINE(cntp_ctl, "p15,0,%0,c14,c2,1")
ARMREG_READ_INLINE(cntv_tval, "p15,0,%0,c14,c3,0")
ARMREG_WRITE_INLINE(cntv_tval, "p15,0,%0,c14,c3,0")
ARMREG_READ_INLINE(cntv_ctl, "p15,0,%0,c14,c3,1")
ARMREG_WRITE_INLINE(cntv_ctl, "p15,0,%0,c14,c3,1")
ARMREG_READ64_INLINE(cntp_ct, "p15,0,%Q0,%R0,c14")
ARMREG_WRITE64_INLINE(cntp_ct, "p15,0,%Q0,%R0,c14")
ARMREG_READ64_INLINE(cntv_ct, "p15,1,%Q0,%R0,c14")
ARMREG_WRITE64_INLINE(cntv_ct, "p15,1,%Q0,%R0,c14")
ARMREG_READ64_INLINE(cntp_cval, "p15,2,%Q0,%R0,c14")
ARMREG_WRITE64_INLINE(cntp_cval, "p15,2,%Q0,%R0,c14")
ARMREG_READ64_INLINE(cntv_cval, "p15,3,%Q0,%R0,c14")
ARMREG_WRITE64_INLINE(cntv_cval, "p15,3,%Q0,%R0,c14")
ARMREG_READ64_INLINE(cntvoff, "p15,4,%Q0,%R0,c14")
ARMREG_WRITE64_INLINE(cntvoff, "p15,4,%Q0,%R0,c14")
ARMREG_READ_INLINE(dgnctlr0, "p15,0,%0,c15,c0,0")
ARMREG_WRITE_INLINE(dgnctlr0, "p15,0,%0,c15,c0,0")
ARMREG_READ_INLINE(dgnctlr1, "p15,0,%0,c15,c0,1")
ARMREG_WRITE_INLINE(dgnctlr1, "p15,0,%0,c15,c0,1")
ARMREG_READ_INLINE(dgnctlr2, "p15,0,%0,c15,c0,2")
ARMREG_WRITE_INLINE(dgnctlr2, "p15,0,%0,c15,c0,2")
ARMREG_READ_INLINE(cbar, "p15,4,%0,c15,c0,0")
ARMREG_READ_INLINE(pmcrv6, "p15,0,%0,c15,c12,0")
ARMREG_WRITE_INLINE(pmcrv6, "p15,0,%0,c15,c12,0")
ARMREG_READ_INLINE(pmccntrv6, "p15,0,%0,c15,c12,1")
ARMREG_WRITE_INLINE(pmccntrv6, "p15,0,%0,c15,c12,1")
ARMREG_READ_INLINE(tlbdata0, "p15,3,%0,c15,c0,0")
ARMREG_READ_INLINE(tlbdata1, "p15,3,%0,c15,c0,1")
ARMREG_READ_INLINE(tlbdata2, "p15,3,%0,c15,c0,2")
ARMREG_WRITE_INLINE(tlbdataop, "p15,3,%0,c15,c4,2")
ARMREG_READ_INLINE(sheeva_xctrl, "p15,1,%0,c15,c1,0")
ARMREG_WRITE_INLINE(sheeva_xctrl, "p15,1,%0,c15,c1,0")
#if defined(_KERNEL)
static inline uint64_t
cpu_mpidr_aff_read(void)
{
return armreg_mpidr_read() & (MPIDR_AFF2|MPIDR_AFF1|MPIDR_AFF0);
}
static inline uint32_t
gtmr_cntfrq_read(void)
{
return armreg_cnt_frq_read();
}
static inline uint32_t
gtmr_cntk_ctl_read(void)
{
return armreg_cntk_ctl_read();
}
static inline void
gtmr_cntk_ctl_write(uint32_t val)
{
armreg_cntk_ctl_write(val);
}
static inline uint64_t
gtmr_cntpct_read(void)
{
return armreg_cntp_ct_read();
}
static inline uint64_t
gtmr_cntvct_read(void)
{
return armreg_cntv_ct_read();
}
static inline uint32_t
gtmr_cntv_ctl_read(void)
{
return armreg_cntv_ctl_read();
}
static inline void
gtmr_cntv_ctl_write(uint32_t val)
{
armreg_cntv_ctl_write(val);
}
static inline uint32_t
gtmr_cntp_ctl_read(void)
{
return armreg_cntp_ctl_read();
}
static inline void
gtmr_cntp_ctl_write(uint32_t val)
{
armreg_cntp_ctl_write(val);
}
static inline uint32_t
gtmr_cntp_tval_read(void)
{
return armreg_cntp_tval_read();
}
static inline void
gtmr_cntp_tval_write(uint32_t val)
{
armreg_cntp_tval_write(val);
}
static inline uint32_t
gtmr_cntv_tval_read(void)
{
return armreg_cntv_tval_read();
}
static inline void
gtmr_cntv_tval_write(uint32_t val)
{
armreg_cntv_tval_write(val);
}
static inline uint64_t
gtmr_cntp_cval_read(void)
{
return armreg_cntp_cval_read();
}
static inline void
gtmr_cntp_cval_write(uint64_t val)
{
armreg_cntp_cval_write(val);
}
static inline uint64_t
gtmr_cntv_cval_read(void)
{
return armreg_cntv_cval_read();
}
static inline void
gtmr_cntv_cval_write(uint64_t val)
{
armreg_cntv_cval_write(val);
}
#endif
#endif
#elif defined(__aarch64__)
#include <aarch64/armreg.h>
#endif
#endif