blob: 9e48332c0e3a7cd788c26b167b146f4c7b676749 [file] [log] [blame]
name: kvm_timer_save_state
ID: 48
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 ctl; offset:8; size:8; signed:0;
field:unsigned long long cval; offset:16; size:8; signed:0;
field:int timer_idx; offset:24; size:4; signed:1;
print fmt: " CTL: %#08lx CVAL: %#16llx arch_timer_ctx_index: %d", REC->ctl, REC->cval, REC->timer_idx