Home
last modified time | relevance | path

Searched refs:HVM_SAVE_LENGTH (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dsave.h44 (_inst), HVM_SAVE_LENGTH(_x)); \
46 _hvm_write_entry((_h), (_src), HVM_SAVE_LENGTH(_x)); \
66 HVM_SAVE_LENGTH(_x), (_strict))) == 0 ) \
68 _hvm_read_entry((_h), (_dst), HVM_SAVE_LENGTH(_x)); \
70 desc->length != HVM_SAVE_LENGTH(_x) ) \
124 (_num) * (HVM_SAVE_LENGTH(_x) \
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c531 rc = _hvm_init_entry(h, HVM_SAVE_CODE(HPET), 0, HVM_SAVE_LENGTH(HPET)); in hpet_save()
535 h->cur += HVM_SAVE_LENGTH(HPET); in hpet_save()
536 memset(rec, 0, HVM_SAVE_LENGTH(HPET)); in hpet_save()
588 if ( _hvm_check_entry(h, HVM_SAVE_CODE(HPET), HVM_SAVE_LENGTH(HPET), 1) ) in hpet_load()
595 h->cur += HVM_SAVE_LENGTH(HPET); in hpet_load()
A Dsave.c118 sz = (2 * sizeof (struct hvm_save_descriptor)) + HVM_SAVE_LENGTH(HEADER); in hvm_save_size()
/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Dsave.h86 #define HVM_SAVE_LENGTH(_x) (sizeof (HVM_SAVE_TYPE(_x))) macro
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h265 #define HVM_SAVE_LENGTH(_x) HVM_SAVE_LENGTH_##_x macro
325 (_num) * (HVM_SAVE_LENGTH(_x) \
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_x86.c982 sizeof(struct hvm_save_descriptor) + HVM_SAVE_LENGTH(HEADER)); in vcpu_hvm()
987 bsp_ctx.cpu_d.length = HVM_SAVE_LENGTH(CPU); in vcpu_hvm()
1015 bsp_ctx.end_d.length = HVM_SAVE_LENGTH(END); in vcpu_hvm()

Completed in 11 milliseconds