Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 20 of 20) sorted by relevance

/xen/xen/include/public/hvm/
A Dsave.h65 # 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 Dsave.h41 #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 Dbitops.h231 #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 Dlib.h62 #define ABS(_x) ({ \ argument
108 #define _p(_x) ((void *)(unsigned long)(_x)) argument
/xen/xen/include/public/io/
A Dring.h56 #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 Dvgic.h29 #define IS_VGIC_ADDR_UNDEF(_x) ((_x) == VGIC_ADDR_UNDEF) argument
/xen/tools/libs/gnttab/
A Dprivate.h9 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
/xen/tools/libs/call/
A Dbuffer.c25 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
/xen/tools/libxl/
A Dlibxlu_pci.c8 #define XLU__PCI_ERR(_c, _x, _a...) \ argument
/xen/tools/libs/foreignmemory/
A Dlinux.c31 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
/xen/tools/libxc/
A Dxg_private.h98 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
/xen/tools/misc/
A Dxen-hvmctx.c56 #define READ(_x) do { \ argument
/xen/tools/tests/vhpet/
A Demul.h262 #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 Dtrace.c80 #define fit_to_type(_type, _x) (((_x)+sizeof(_type)-1) / sizeof(_type)) argument
/xen/xen/arch/x86/mm/
A Dp2m-pod.c32 #define superpage_aligned(_x) (((_x)&(SUPERPAGE_PAGES-1))==0) argument
/xen/tools/xentrace/
A Dxentrace.c102 #define MEMBUF_PROD_SET(_x) \ argument
A Dxenalyze.c57 #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 Dprivate.h102 #define TRACE_SHADOW_PATH_FLAG(_x) \ argument
/xen/tools/console/daemon/
A Dio.c83 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument
/xen/tools/xenstore/
A Dxenstored_core.c76 #define ROUNDUP(_x, _w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) argument

Completed in 54 milliseconds