Searched refs:_hvm_check_entry (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/asm-x86/hvm/ |
A D | save.h | 50 int _hvm_check_entry(struct hvm_domain_context *h, 65 if ( (r = _hvm_check_entry((_h), HVM_SAVE_CODE(_x), \ 74 && (r = _hvm_check_entry((_h), HVM_SAVE_CODE(_x), \
|
/xen/xen/arch/x86/hvm/ |
A D | save.c | 378 int _hvm_check_entry(struct hvm_domain_context *h, uint16_t type, uint32_t len, in _hvm_check_entry() function
|
A D | hpet.c | 658 if ( _hvm_check_entry(h, HVM_SAVE_CODE(HPET), HVM_SAVE_LENGTH(HPET), 1) ) in hpet_load()
|
/xen/tools/tests/vhpet/ |
A D | main.c | 155 int _hvm_check_entry(struct hvm_domain_context *h, in _hvm_check_entry() function
|
Completed in 7 milliseconds