Searched refs:trap_dbg_wb_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | sys_regs.c | 909 static bool trap_dbg_wb_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *p, in trap_dbg_wb_reg() function 1479 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1482 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1485 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 1488 trap_dbg_wb_reg, reset_dbg_wb_reg, 0, 0, \ 4419 trap_dbg_wb_reg, NULL, n }, \ 4421 { Op1( 0), CRn( 0), CRm((n)), Op2( 5), trap_dbg_wb_reg, NULL, n }, \ 4423 { Op1( 0), CRn( 0), CRm((n)), Op2( 6), trap_dbg_wb_reg, NULL, n }, \ 4425 { Op1( 0), CRn( 0), CRm((n)), Op2( 7), trap_dbg_wb_reg, NULL, n } 4429 trap_dbg_wb_reg, NULL, n }
|