Searched refs:hvm_hw_hpet (Results 1 – 4 of 4) sorted by relevance
77 struct hvm_hw_hpet hpet_save;204 struct hvm_hw_hpet h = hpet_save; in dump_hpet()585 struct hvm_hw_hpet hpet0; in main()586 struct hvm_hw_hpet hpet1; in main()587 struct hvm_hw_hpet hpet2; in main()
274 struct hvm_hw_hpet struct332 #define HVM_SAVE_LENGTH_HPET sizeof(struct hvm_hw_hpet)
534 struct hvm_hw_hpet *rec = (struct hvm_hw_hpet *)&h->data[h->cur]; in hpet_save()577 struct hvm_hw_hpet *rec; in hpet_load()594 rec = (struct hvm_hw_hpet *)&h->data[h->cur]; in hpet_load()
513 struct hvm_hw_hpet { struct535 DECLARE_HVM_SAVE_TYPE(HPET, 12, struct hvm_hw_hpet); argument
Completed in 9 milliseconds