blob: fc89bc6f5cb77cec52b2a0f41974da175a0c2afb [file] [log] [blame]
name: kvm_mmio_emulate
ID: 41
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:unsigned long vcpu_pc; offset:8; size:8; signed:0;
field:unsigned long instr; offset:16; size:8; signed:0;
field:unsigned long cpsr; offset:24; size:8; signed:0;
print fmt: "Emulate MMIO at: 0x%016lx (instr: %08lx, cpsr: %08lx)", REC->vcpu_pc, REC->instr, REC->cpsr