Searched refs:cp15_regs (Results 1 – 2 of 2) sorted by relevance
/arch/arm/kvm/ |
D | coproc.c | 313 static const struct coproc_reg cp15_regs[] = { variable 509 r = find_reg(params, cp15_regs, ARRAY_SIZE(cp15_regs)); in emulate_cp15() 697 r = find_reg(¶ms, cp15_regs, ARRAY_SIZE(cp15_regs)); in index_to_coproc_reg() 1251 i2 = cp15_regs; in walk_cp15() 1252 end2 = cp15_regs + ARRAY_SIZE(cp15_regs); in walk_cp15() 1322 BUG_ON(check_reg_table(cp15_regs, ARRAY_SIZE(cp15_regs))); in kvm_coproc_table_init() 1363 reset_coproc_regs(vcpu, cp15_regs, ARRAY_SIZE(cp15_regs)); in kvm_reset_coprocs()
|
/arch/arm64/kvm/ |
D | sys_regs.c | 1282 static const struct sys_reg_desc cp15_regs[] = { variable 1649 cp15_regs, ARRAY_SIZE(cp15_regs), in kvm_handle_cp15_32() 2178 BUG_ON(check_sysreg_table(cp15_regs, ARRAY_SIZE(cp15_regs))); in kvm_sys_reg_table_init()
|