Home
last modified time | relevance | path

Searched refs:CP15_SYS_DESC (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/
H A Dsys_regs.c3789 { CP15_SYS_DESC(SYS_ICC_PMR_EL1), undef_access },
3839 { CP15_SYS_DESC(SYS_ICC_IAR0_EL1), undef_access },
3840 { CP15_SYS_DESC(SYS_ICC_EOIR0_EL1), undef_access },
3841 { CP15_SYS_DESC(SYS_ICC_HPPIR0_EL1), undef_access },
3842 { CP15_SYS_DESC(SYS_ICC_BPR0_EL1), undef_access },
3843 { CP15_SYS_DESC(SYS_ICC_AP0R0_EL1), undef_access },
3844 { CP15_SYS_DESC(SYS_ICC_AP0R1_EL1), undef_access },
3845 { CP15_SYS_DESC(SYS_ICC_AP0R2_EL1), undef_access },
3846 { CP15_SYS_DESC(SYS_ICC_AP0R3_EL1), undef_access },
3847 { CP15_SYS_DESC(SYS_ICC_AP1R0_EL1), undef_access },
[all …]
H A Dsys_regs.h243 #define CP15_SYS_DESC(reg) \ macro