/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | init.h | 104 #define custom_param(_name, _var) \ argument 110 #define boolean_param(_name, _var) \ argument 117 #define integer_param(_name, _var) \ argument 124 #define size_param(_name, _var) \ argument 131 #define string_param(_name, _var) \ argument 158 #define size_runtime_only_param(_name, _var) \ argument 171 #define custom_runtime_param(_name, _var) \ argument 174 #define boolean_runtime_param(_name, _var) \ argument 177 #define integer_runtime_param(_name, _var) \ argument 180 #define size_runtime_param(_name, _var) \ argument [all …]
|
A D | typesafe.h | 22 #define TYPE_SAFE(_type, _name) \ argument 29 #define TYPE_SAFE(_type, _name) \ argument
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 236 #define XC__HYPERCALL_BUFFER_NAME(_name) xc__hypercall_buffer_##_name argument 241 #define HYPERCALL_BUFFER(_name) \ argument 258 #define DECLARE_HYPERCALL_BUFFER(_type, _name) \ argument 276 #define DECLARE_HYPERCALL_BUFFER_SHADOW(_type, _name, _hbuf) \ argument 289 #define DECLARE_HYPERCALL_BUFFER_ARGUMENT(_name) \ argument 300 #define HYPERCALL_BUFFER_AS_ARG(_name) \ argument 337 #define xc_hypercall_buffer_alloc(_xch, _name, _size) xc__hypercall_buffer_alloc(_xch, HYPERCALL_BU… argument 339 #define xc_hypercall_buffer_free(_xch, _name) xc__hypercall_buffer_free(_xch, HYPERCALL_BUFFER(_nam… argument 347 #define xc_hypercall_buffer_free_pages(_xch, _name, _nr) \ argument 373 #define xc_hypercall_buffer_array_alloc(_xch, _array, _index, _name, _size) \ argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | device.h | 93 #define DT_DEVICE_START(_name, _namestr, _class) \ argument 102 #define ACPI_DEVICE_START(_name, _namestr, _class) \ argument
|
A D | platform.h | 61 #define PLATFORM_START(_name, _namestr) \ argument
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_private.h | 178 #define DECLARE_NAMED_HYPERCALL_BOUNCE(_name, _ubuf, _sz, _dir) \ argument 212 #define xc_hypercall_bounce_pre(_xch, _name) xc__hypercall_bounce_pre(_xch, HYPERCALL_BUFFER(_name)) argument 214 #define xc_hypercall_bounce_post(_xch, _name) xc__hypercall_bounce_post(_xch, HYPERCALL_BUFFER(_nam… argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | asm_defns.h | 385 #define PERFC_INCR(_name,_idx,_cur) \ argument
|
A D | processor.h | 496 #define DECLARE_TRAP_HANDLER(_name) \ argument 499 #define DECLARE_TRAP_HANDLER_CONST(_name) \ argument
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | traps.c | 1384 #define HYPERCALL(_name, _nr_args) \ argument 1390 #define HYPERCALL_ARM(_name, _nr_args) \ argument 1400 #define HYPERCALL_DEPRECATED(_name, _nr_args) \ argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | nestedsvm.c | 446 #define vcleanbit_set(_name) \ in nsvm_vmcb_prepare4vmrun() argument
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 925 #define XSPY_METH(_name, _args) { \ argument
|
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | emul.h | 93 #define DEFINE_PER_CPU(_type, _name) _type _name argument
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 5376 #define FLAGSTRING(_name, _char) \ argument
|