Searched refs:cp15_regs (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/arm/kvm/ |
| D | coproc.c | 379 static const struct coproc_reg cp15_regs[] = { variable 586 r = find_reg(params, cp15_regs, ARRAY_SIZE(cp15_regs)); in emulate_cp15() 783 r = find_reg(¶ms, cp15_regs, ARRAY_SIZE(cp15_regs)); in index_to_coproc_reg() 1337 i2 = cp15_regs; in walk_cp15() 1338 end2 = cp15_regs + ARRAY_SIZE(cp15_regs); in walk_cp15() 1408 BUG_ON(check_reg_table(cp15_regs, ARRAY_SIZE(cp15_regs))); in kvm_coproc_table_init() 1447 reset_coproc_regs(vcpu, cp15_regs, ARRAY_SIZE(cp15_regs), bmap); in kvm_reset_coprocs()
|
| /Linux-v5.4/arch/arm64/kvm/ |
| D | sys_regs.c | 1844 static const struct sys_reg_desc cp15_regs[] = { variable 2218 cp15_regs, ARRAY_SIZE(cp15_regs), in kvm_handle_cp15_32() 2749 BUG_ON(check_sysreg_table(cp15_regs, ARRAY_SIZE(cp15_regs))); in kvm_sys_reg_table_init()
|