/xen/tools/libxc/ |
A D | xg_save_restore.h | 116 #define GET_FIELD(_p, _f, _w) (((_w) == 8) ? ((_p)->x64._f) : ((_p)->x32._f)) argument 118 #define SET_FIELD(_p, _f, _v, _w) do { \ argument 142 #define MEMSET_ARRAY_FIELD(_p, _f, _v, _w) do { \ argument
|
A D | xc_dom_binloader.c | 88 #define round_pgup(_p) (((_p)+(PAGE_SIZE_X86-1))&PAGE_MASK_X86) argument 89 #define round_pgdown(_p) ((_p)&PAGE_MASK_X86) argument
|
A D | xc_core_x86.c | 24 #define GET_FIELD(_p, _f) ((dinfo->guest_width==8) ? ((_p)->x64._f) : ((_p)->x32._f)) argument
|
/xen/xen/common/ |
A D | lzo.c | 103 #define get_unaligned(_p) (*(_p)) argument 104 #define put_unaligned(_val,_p) (*(_p)=_val) argument 105 #define get_unaligned_le16(_p) (*(u16 *)(_p)) argument 106 #define get_unaligned_le32(_p) (*(u32 *)(_p)) argument
|
/xen/xen/include/asm-x86/x86_64/ |
A D | system.h | 68 #define __cmpxchg_user(_p, _o, _n, _oppre, _regtype) \ argument 84 #define cmpxchg_user(_p, _o, _n) \ argument
|
A D | uaccess.h | 27 #define xlat_malloc_array(_p, _t, _c) ((_t *) xlat_malloc(&_p, sizeof(_t) * _c)) argument
|
/xen/xen/include/asm-arm/ |
A D | mm.h | 161 #define page_get_owner(_p) (_p)->v.inuse.domain argument 162 #define page_set_owner(_p,_d) ((_p)->v.inuse.domain = (_d)) argument 342 #define memguard_guard_stack(_p) ((void)0) argument 343 #define memguard_guard_range(_p,_l) ((void)0) argument 344 #define memguard_unguard_range(_p,_l) ((void)0) argument
|
/xen/xen/include/asm-x86/ |
A D | mm.h | 317 #define page_get_owner(_p) \ argument 320 #define page_set_owner(_p,_d) \ argument 446 #define ASSERT_PAGE_IS_TYPE(_p, _t) \ argument 449 #define ASSERT_PAGE_IS_DOMAIN(_p, _d) \ argument 533 #define memguard_guard_range(_p,_l) ((void)0) argument 534 #define memguard_unguard_range(_p,_l) ((void)0) argument
|
A D | page.h | 230 #define pgentry_ptr_to_slot(_p) \ argument 251 #define clear_page(_p) clear_page_sse2(_p) argument
|
/xen/xen/arch/x86/boot/ |
A D | defs.h | 46 #define _p(val) ((void *)(unsigned long)(val)) macro
|
/xen/xen/arch/x86/pv/ |
A D | mm.h | 86 #define UPDATE_ENTRY(_t,_p,_o,_n,_m,_v,_ad) \ argument
|
/xen/xen/include/xen/ |
A D | lib.h | 108 #define _p(_x) ((void *)(unsigned long)(_x)) macro
|
/xen/xen/arch/x86/ |
A D | mm.c | 6146 unsigned long _p = (unsigned long)p; in __memguard_change_range() local
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 1776 #define UPDATE_VOLUME(_p,_x,_s) \ argument 2356 #define PRINT_SUMMARY(_s, _p...) \ argument
|