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.c3466 { CP15_SYS_DESC(SYS_ICC_PMR_EL1), undef_access },
3516 { CP15_SYS_DESC(SYS_ICC_IAR0_EL1), undef_access },
3517 { CP15_SYS_DESC(SYS_ICC_EOIR0_EL1), undef_access },
3518 { CP15_SYS_DESC(SYS_ICC_HPPIR0_EL1), undef_access },
3519 { CP15_SYS_DESC(SYS_ICC_BPR0_EL1), undef_access },
3520 { CP15_SYS_DESC(SYS_ICC_AP0R0_EL1), undef_access },
3521 { CP15_SYS_DESC(SYS_ICC_AP0R1_EL1), undef_access },
3522 { CP15_SYS_DESC(SYS_ICC_AP0R2_EL1), undef_access },
3523 { CP15_SYS_DESC(SYS_ICC_AP0R3_EL1), undef_access },
3524 { CP15_SYS_DESC(SYS_ICC_AP1R0_EL1), undef_access },
[all …]
H A Dsys_regs.h243 #define CP15_SYS_DESC(reg) \ macro