Searched refs:__ACCESS_CP15 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arm/include/asm/ |
D | kvm_hyp.h | 46 #define MIDR __ACCESS_CP15(c0, 0, c0, 0) 47 #define CSSELR __ACCESS_CP15(c0, 2, c0, 0) 48 #define VPIDR __ACCESS_CP15(c0, 4, c0, 0) 49 #define VMPIDR __ACCESS_CP15(c0, 4, c0, 5) 50 #define SCTLR __ACCESS_CP15(c1, 0, c0, 0) 51 #define CPACR __ACCESS_CP15(c1, 0, c0, 2) 52 #define HCR __ACCESS_CP15(c1, 4, c1, 0) 53 #define HDCR __ACCESS_CP15(c1, 4, c1, 1) 54 #define HCPTR __ACCESS_CP15(c1, 4, c1, 2) 55 #define HSTR __ACCESS_CP15(c1, 4, c1, 3) [all …]
|
D | arch_gicv3.h | 28 #define ICC_EOIR1 __ACCESS_CP15(c12, 0, c12, 1) 29 #define ICC_DIR __ACCESS_CP15(c12, 0, c11, 1) 30 #define ICC_IAR1 __ACCESS_CP15(c12, 0, c12, 0) 32 #define ICC_PMR __ACCESS_CP15(c4, 0, c6, 0) 33 #define ICC_CTLR __ACCESS_CP15(c12, 0, c12, 4) 34 #define ICC_SRE __ACCESS_CP15(c12, 0, c12, 5) 35 #define ICC_IGRPEN1 __ACCESS_CP15(c12, 0, c12, 7) 36 #define ICC_BPR1 __ACCESS_CP15(c12, 0, c12, 3) 38 #define __ICC_AP0Rx(x) __ACCESS_CP15(c12, 0, c8, 4 | x) 44 #define __ICC_AP1Rx(x) __ACCESS_CP15(c12, 0, c9, x) [all …]
|
D | cp15.h | 53 #define __ACCESS_CP15(CRn, Op1, CRm, Op2) \ macro 68 #define BPIALL __ACCESS_CP15(c7, 0, c5, 6) 69 #define ICIALLU __ACCESS_CP15(c7, 0, c5, 0)
|
/Linux-v4.19/arch/arm/mm/ |
D | pmsa-v7.c | 38 #define DRBAR __ACCESS_CP15(c6, 0, c1, 0) 39 #define IRBAR __ACCESS_CP15(c6, 0, c1, 1) 40 #define DRSR __ACCESS_CP15(c6, 0, c1, 2) 41 #define IRSR __ACCESS_CP15(c6, 0, c1, 3) 42 #define DRACR __ACCESS_CP15(c6, 0, c1, 4) 43 #define IRACR __ACCESS_CP15(c6, 0, c1, 5) 44 #define RNGNR __ACCESS_CP15(c6, 0, c2, 0)
|
D | pmsa-v8.c | 21 #define PRSEL __ACCESS_CP15(c6, 0, c2, 1) 22 #define PRBAR __ACCESS_CP15(c6, 0, c3, 0) 23 #define PRLAR __ACCESS_CP15(c6, 0, c3, 1)
|