Searched refs:SYS_DESC (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/kvm/ |
H 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), 317 { SYS_DESC(SYS_ICC_AP1R2_EL1), 319 { SYS_DESC(SYS_ICC_AP1R3_EL1), [all …]
|
H A D | sys_regs.h | 237 #define SYS_DESC(reg) \ macro
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | sys_regs.c | 316 #define AARCH32(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch32 } 319 #define AARCH64(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch64 } 332 #define RAZ_WI(REG) { SYS_DESC(REG), .access = pvm_access_raz_wi } 335 #define HOST_HANDLED(REG) { SYS_DESC(REG), .access = NULL } 433 { SYS_DESC(SYS_ICC_SRE_EL1), .access = pvm_gic_read_sre, },
|