Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 5 of 5) sorted by relevance

/xen/xen/include/asm-x86/hvm/
A Dsave.h41 #define hvm_save_entry(_x, _inst, _h, _src) ({ \ argument
43 r = _hvm_init_entry((_h), HVM_SAVE_CODE(_x), \
46 _hvm_write_entry((_h), (_src), HVM_SAVE_LENGTH(_x)); \
61 #define _hvm_load_entry(_x, _h, _dst, _strict) ({ \ argument
64 = (struct hvm_save_descriptor *)&(_h)->data[(_h)->cur]; \
65 if ( (r = _hvm_check_entry((_h), HVM_SAVE_CODE(_x), \
68 _hvm_read_entry((_h), (_dst), HVM_SAVE_LENGTH(_x)); \
81 #define hvm_load_entry(_x, _h, _dst) \ argument
82 _hvm_load_entry(_x, _h, _dst, 1)
83 #define hvm_load_entry_zeroextend(_x, _h, _dst) \ argument
[all …]
/xen/tools/firmware/rombios/32bit/
A Dpmm.c191 #define memblk_loop_mbondition(_h, _mb) \ argument
192 (((_mb) < (_h)->end) && (/* avoid infinite loop */ (_mb) < (_mb)->next))
194 #define for_each_memblk(_h, _mb) \ argument
195 for ((_mb) = (_h)->head; \
196 memblk_loop_mbondition(_h, _mb); \
199 #define for_remain_memblk(_h, _mb) \ argument
201 memblk_loop_mbondition(_h, _mb); \
/xen/xen/arch/x86/pv/
A Ddom0_build.c477 #define NR(_l,_h,_s) \ in dom0_construct_pv() argument
478 (((((_h) + ((1UL<<(_s))-1)) & ~((1UL<<(_s))-1)) - \ in dom0_construct_pv()
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c1880 #define GUESS(_a, _h) do { \ in sh_remove_write_access() argument
1883 perfc_incr(shadow_writeable_h_ ## _h); \ in sh_remove_write_access()
/xen/tools/xentrace/
A Dxenalyze.c2953 #define hvm_set_summary_handler(_h, _s, _d) \ argument
2958 if ((ret=__hvm_set_summary_handler(_h, _s, _d))) \

Completed in 33 milliseconds