Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/hvm/
A Dsave.h26 typedef struct hvm_domain_context { struct
33 int _hvm_init_entry(struct hvm_domain_context *h, argument
37 void _hvm_write_entry(struct hvm_domain_context *h,
50 int _hvm_check_entry(struct hvm_domain_context *h,
54 void _hvm_read_entry(struct hvm_domain_context *h,
87 static inline unsigned int hvm_load_instance(const struct hvm_domain_context *h) in hvm_load_instance()
/xen/xen/arch/x86/hvm/
A Dsave.c349 int _hvm_init_entry(struct hvm_domain_context *h, uint16_t tc, uint16_t inst, in _hvm_init_entry()
371 void _hvm_write_entry(struct hvm_domain_context *h, void *src, in _hvm_write_entry()
378 int _hvm_check_entry(struct hvm_domain_context *h, uint16_t type, uint32_t len, in _hvm_check_entry()
409 void _hvm_read_entry(struct hvm_domain_context *h, void *dest, in _hvm_read_entry()
A Dhvm.c5331 struct hvm_domain_context c = { .size = hvm_save_size(src) }; in hvm_copy_context_and_params()
/xen/tools/tests/vhpet/
A Demul.h246 typedef struct hvm_domain_context struct
A Dmain.c145 int _hvm_init_entry(struct hvm_domain_context *h, in _hvm_init_entry()
155 int _hvm_check_entry(struct hvm_domain_context *h, in _hvm_check_entry()
/xen/xen/arch/x86/
A Ddomctl.c493 struct hvm_domain_context c = { .size = domctl->u.hvmcontext.size }; in arch_do_domctl()
519 struct hvm_domain_context c = { 0 }; in arch_do_domctl()

Completed in 18 milliseconds