Searched defs:typecode (Results 1 – 5 of 5) sorted by relevance
/xen/tools/tests/vhpet/ |
A D | main.c | 165 void __init hvm_register_savevm(uint16_t typecode, in hvm_register_savevm() 178 int do_save(uint16_t typecode, struct domain *d, hvm_domain_context_t *h) in do_save() 183 int do_load(uint16_t typecode, struct domain *d, hvm_domain_context_t *h) in do_load()
|
A D | emul.h | 303 uint16_t typecode; /* Used to demux the various types below */ member
|
/xen/xen/arch/x86/hvm/ |
A D | save.c | 95 void __init hvm_register_savevm(uint16_t typecode, in hvm_register_savevm() 135 int hvm_save_one(struct domain *d, unsigned int typecode, unsigned int instance, in hvm_save_one()
|
/xen/xen/include/public/hvm/ |
A D | save.h | 50 uint16_t typecode; /* Used to demux the various types below */ member
|
/xen/tools/libxc/ |
A D | xc_domain.c | 489 uint16_t typecode, in xc_domain_hvm_getcontext_partial()
|
Completed in 17 milliseconds