Searched refs:CP15_SYS_DESC (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/kvm/ |
D | sys_regs.c | 3529 { CP15_SYS_DESC(SYS_ICC_PMR_EL1), undef_access }, 3579 { CP15_SYS_DESC(SYS_ICC_IAR0_EL1), undef_access }, 3580 { CP15_SYS_DESC(SYS_ICC_EOIR0_EL1), undef_access }, 3581 { CP15_SYS_DESC(SYS_ICC_HPPIR0_EL1), undef_access }, 3582 { CP15_SYS_DESC(SYS_ICC_BPR0_EL1), undef_access }, 3583 { CP15_SYS_DESC(SYS_ICC_AP0R0_EL1), undef_access }, 3584 { CP15_SYS_DESC(SYS_ICC_AP0R1_EL1), undef_access }, 3585 { CP15_SYS_DESC(SYS_ICC_AP0R2_EL1), undef_access }, 3586 { CP15_SYS_DESC(SYS_ICC_AP0R3_EL1), undef_access }, 3587 { CP15_SYS_DESC(SYS_ICC_AP1R0_EL1), undef_access }, [all …]
|
D | sys_regs.h | 243 #define CP15_SYS_DESC(reg) \ macro
|