Searched refs:trap_dbg_wb_reg (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/arm64/kvm/ |
| H A D | sys_regs.c | 685 static bool trap_dbg_wb_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *p, in trap_dbg_wb_reg() function 1248 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1251 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1254 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1257 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 3892 trap_dbg_wb_reg, NULL, n }, \ 3894 { Op1( 0), CRn( 0), CRm((n)), Op2( 5), trap_dbg_wb_reg, NULL, n }, \ 3896 { Op1( 0), CRn( 0), CRm((n)), Op2( 6), trap_dbg_wb_reg, NULL, n }, \ 3898 { Op1( 0), CRn( 0), CRm((n)), Op2( 7), trap_dbg_wb_reg, NULL, n } 3902 trap_dbg_wb_reg, NULL, n }
|