/xen/xen/include/public/hvm/ |
A D | save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 85 #define HVM_SAVE_TYPE(_x) typeof (((struct __HVM_SAVE_TYPE_##_x *)(0))->t) argument 86 #define HVM_SAVE_LENGTH(_x) (sizeof (HVM_SAVE_TYPE(_x))) argument 87 #define HVM_SAVE_CODE(_x) (sizeof (((struct __HVM_SAVE_TYPE_##_x *)(0))->c)) argument 90 # define HVM_SAVE_TYPE_COMPAT(_x) typeof (((struct __HVM_SAVE_TYPE_COMPAT_##_x *)(0))->t) argument 91 # define HVM_SAVE_LENGTH_COMPAT(_x) (sizeof (HVM_SAVE_TYPE_COMPAT(_x))) argument 93 # define HVM_SAVE_HAS_COMPAT(_x) (sizeof (((struct __HVM_SAVE_TYPE_##_x *)(0))->cpt)-1) argument [all …]
|
/xen/xen/include/asm-x86/hvm/ |
A D | save.h | 41 #define hvm_save_entry(_x, _inst, _h, _src) ({ \ argument 61 #define _hvm_load_entry(_x, _h, _dst, _strict) ({ \ argument 81 #define hvm_load_entry(_x, _h, _dst) \ argument 83 #define hvm_load_entry_zeroextend(_x, _h, _dst) \ argument 117 #define HVM_REGISTER_SAVE_RESTORE(_x, _save, _load, _num, _k) \ argument
|
/xen/xen/include/xen/ |
A D | bitops.h | 231 #define __L2(_x) (((_x) & 0x00000002) ? 1 : 0) argument 232 #define __L4(_x) (((_x) & 0x0000000c) ? ( 2 + __L2( (_x)>> 2)) : __L2( _x)) argument 233 #define __L8(_x) (((_x) & 0x000000f0) ? ( 4 + __L4( (_x)>> 4)) : __L4( _x)) argument 234 #define __L16(_x) (((_x) & 0x0000ff00) ? ( 8 + __L8( (_x)>> 8)) : __L8( _x)) argument 235 #define ilog2(_x) (((_x) & 0xffff0000) ? (16 + __L16((_x)>>16)) : __L16(_x)) argument
|
A D | lib.h | 62 #define ABS(_x) ({ \ argument 108 #define _p(_x) ((void *)(unsigned long)(_x)) argument
|
/xen/xen/include/public/io/ |
A D | ring.h | 56 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument 57 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument 58 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument 59 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument 60 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
|
/xen/xen/arch/arm/vgic/ |
A D | vgic.h | 29 #define IS_VGIC_ADDR_UNDEF(_x) ((_x) == VGIC_ADDR_UNDEF) argument
|
/xen/tools/libs/gnttab/ |
A D | private.h | 9 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen/tools/libs/call/ |
A D | buffer.c | 25 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen/tools/libxl/ |
A D | libxlu_pci.c | 8 #define XLU__PCI_ERR(_c, _x, _a...) \ argument
|
/xen/tools/libs/foreignmemory/ |
A D | linux.c | 31 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen/tools/libxc/ |
A D | xg_private.h | 98 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen/tools/misc/ |
A D | xen-hvmctx.c | 56 #define READ(_x) do { \ argument
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 262 #define HVM_SAVE_CODE(_x) HVM_SAVE_CODE_##_x argument 263 #define HVM_SAVE_LENGTH(_x) HVM_SAVE_LENGTH_##_x argument 316 #define HVM_REGISTER_SAVE_RESTORE(_x, _save, _load, _num, _k) \ argument
|
/xen/xen/common/ |
A D | trace.c | 80 #define fit_to_type(_type, _x) (((_x)+sizeof(_type)-1) / sizeof(_type)) argument
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pod.c | 32 #define superpage_aligned(_x) (((_x)&(SUPERPAGE_PAGES-1))==0) argument
|
/xen/tools/xentrace/ |
A D | xentrace.c | 102 #define MEMBUF_PROD_SET(_x) \ argument
|
A D | xenalyze.c | 57 #define warn_once(_x...) \ argument 1776 #define UPDATE_VOLUME(_p,_x,_s) \ argument 3086 #define _SUBFIELD(_bits, _shift, _x) \ in pf_preprocess() argument 4148 #define case_cr(_x) \ in hvm_cr_write_postprocess() argument
|
/xen/xen/arch/x86/mm/shadow/ |
A D | private.h | 102 #define TRACE_SHADOW_PATH_FLAG(_x) \ argument
|
/xen/tools/console/daemon/ |
A D | io.c | 83 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|
/xen/tools/xenstore/ |
A D | xenstored_core.c | 76 #define ROUNDUP(_x, _w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
|