/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | system.h | 48 #define __cmpxchg_user(_p,_o,_n,_isuff,_oppre,_regtype) \ argument 63 #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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | mm.h | 157 #define page_get_owner(_p) (_p)->v.inuse.domain argument 158 #define page_set_owner(_p,_d) ((_p)->v.inuse.domain = (_d)) argument 365 #define memguard_guard_stack(_p) ((void)0) argument 366 #define memguard_guard_range(_p,_l) ((void)0) argument 367 #define memguard_unguard_range(_p,_l) ((void)0) argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | mm.h | 287 #define page_get_owner(_p) \ argument 290 #define page_set_owner(_p,_d) \ argument 429 #define ASSERT_PAGE_IS_TYPE(_p, _t) \ argument 432 #define ASSERT_PAGE_IS_DOMAIN(_p, _d) \ argument 516 #define memguard_guard_range(_p,_l) ((void)0) argument 517 #define memguard_unguard_range(_p,_l) ((void)0) argument
|
A D | page.h | 210 #define pgentry_ptr_to_slot(_p) \ argument 231 #define clear_page(_p) clear_page_sse2(_p) argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | defs.h | 45 #define _p(val) ((void *)(unsigned long)(val)) macro
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | lib.h | 69 #define reserve_bootmem(_p,_l) ((void)0) argument 90 #define _p(_x) ((void *)(unsigned long)(_x)) macro
|
A D | tmem_xen.h | 306 #define is_persistent(_p) (_p->persistent) argument 307 #define is_shared(_p) (_p->shared) argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | mm.h | 87 #define UPDATE_ENTRY(_t,_p,_o,_n,_m,_v,_ad) \ argument
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-qcow.c | 55 #define ASSERT(_p) \ argument 59 #define ASSERT(_p) ((void)0) argument
|
A D | block-vhd.c | 81 #define __ASSERT(_p) \ argument 106 #define ASSERT(_p) __ASSERT(_p) argument 108 #define ASSERT(_p) ((void)0) argument
|
/xen-4.10.0-shim-comet/tools/memshr/ |
A D | bidir-hash.c | 498 #define C2L(_h, _p) ((typeof(_p))((unsigned long)(_p) + \ argument 500 #define L2C(_h, _p) ((typeof(_p))((unsigned long)(_p) - \ argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 5478 unsigned long _p = (unsigned long)p; in __memguard_change_range() local
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 1776 #define UPDATE_VOLUME(_p,_x,_s) \ argument 2356 #define PRINT_SUMMARY(_s, _p...) \ argument
|