Searched refs:trap_dbg_wb_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | sys_regs.c | 824 static bool trap_dbg_wb_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *p, in trap_dbg_wb_reg() function 1394 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1397 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1400 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1403 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 4313 trap_dbg_wb_reg, NULL, n }, \ 4315 { Op1( 0), CRn( 0), CRm((n)), Op2( 5), trap_dbg_wb_reg, NULL, n }, \ 4317 { Op1( 0), CRn( 0), CRm((n)), Op2( 6), trap_dbg_wb_reg, NULL, n }, \ 4319 { Op1( 0), CRn( 0), CRm((n)), Op2( 7), trap_dbg_wb_reg, NULL, n } 4323 trap_dbg_wb_reg, NULL, n }
|