Home
last modified time | relevance | path

Searched refs:cp15_regs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm/kvm/
Dcoproc.c386 static const struct coproc_reg cp15_regs[] = { variable
593 r = find_reg(params, cp15_regs, ARRAY_SIZE(cp15_regs)); in emulate_cp15()
781 r = find_reg(&params, cp15_regs, ARRAY_SIZE(cp15_regs)); in index_to_coproc_reg()
1335 i2 = cp15_regs; in walk_cp15()
1336 end2 = cp15_regs + ARRAY_SIZE(cp15_regs); in walk_cp15()
1406 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)); in kvm_reset_coprocs()
/Linux-v4.19/arch/arm64/kvm/
Dsys_regs.c1659 static const struct sys_reg_desc cp15_regs[] = { variable
2032 cp15_regs, ARRAY_SIZE(cp15_regs), in kvm_handle_cp15_32()
2541 BUG_ON(check_sysreg_table(cp15_regs, ARRAY_SIZE(cp15_regs))); in kvm_sys_reg_table_init()