Searched refs:SYS_DESC (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | sys_regs.c | 1060 { SYS_DESC(SYS_DBGBVRn_EL1(n)), \ 1062 { SYS_DESC(SYS_DBGBCRn_EL1(n)), \ 1064 { SYS_DESC(SYS_DBGWVRn_EL1(n)), \ 1066 { SYS_DESC(SYS_DBGWCRn_EL1(n)), \ 1600 SYS_DESC(SYS_##name), \ 1617 SYS_DESC(SYS_##name), \ 1637 SYS_DESC(SYS_##name##_EL12), \ 1647 SYS_DESC(SYS_##name), \ 1656 SYS_DESC(SYS_##name), \ 1682 SYS_DESC(SYS_##name), \ [all …]
|
A D | vgic-sys-reg-v3.c | 301 { SYS_DESC(SYS_ICC_PMR_EL1), 303 { SYS_DESC(SYS_ICC_BPR0_EL1), 305 { SYS_DESC(SYS_ICC_AP0R0_EL1), 307 { SYS_DESC(SYS_ICC_AP0R1_EL1), 309 { SYS_DESC(SYS_ICC_AP0R2_EL1), 311 { SYS_DESC(SYS_ICC_AP0R3_EL1), 313 { SYS_DESC(SYS_ICC_AP1R0_EL1), 315 { SYS_DESC(SYS_ICC_AP1R1_EL1), 321 { SYS_DESC(SYS_ICC_BPR1_EL1), 323 { SYS_DESC(SYS_ICC_CTLR_EL1), [all …]
|
A D | sys_regs.h | 231 #define SYS_DESC(reg) \ macro
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/ |
A D | sys_regs.c | 323 #define AARCH32(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch32 } 326 #define AARCH64(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch64 } 339 #define RAZ_WI(REG) { SYS_DESC(REG), .access = pvm_access_raz_wi } 342 #define HOST_HANDLED(REG) { SYS_DESC(REG), .access = NULL } 440 { SYS_DESC(SYS_ICC_SRE_EL1), .access = pvm_gic_read_sre, },
|
Completed in 13 milliseconds