Searched defs:_type (Results 1 – 10 of 10) sorted by relevance
/xen/xen/include/xen/ |
A D | typesafe.h | 22 #define TYPE_SAFE(_type, _name) \ argument 29 #define TYPE_SAFE(_type, _name) \ argument
|
A D | xmalloc.h | 13 #define xmalloc(_type) ((_type *)_xmalloc(sizeof(_type), __alignof__(_type))) argument 14 #define xzalloc(_type) ((_type *)_xzalloc(sizeof(_type), __alignof__(_type))) argument 33 #define xmalloc_array(_type, _num) \ argument 35 #define xzalloc_array(_type, _num) \ argument
|
/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
|
/xen/xen/include/asm-arm/tee/ |
A D | tee.h | 68 #define REGISTER_TEE_MEDIATOR(_name, _namestr, _type, _ops) \ argument
|
/xen/xen/common/ |
A D | trace.c | 80 #define fit_to_type(_type, _x) (((_x)+sizeof(_type)-1) / sizeof(_type)) argument
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 90 #define xmalloc_array(_type, _num) (void *)(_type)(_num) argument 91 #define DEFINE_PER_CPU(_type, _name) _type _name argument
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 267 #define DECLARE_HYPERCALL_BUFFER(_type, _name) \ argument 285 #define DECLARE_HYPERCALL_BUFFER_SHADOW(_type, _name, _hbuf) \ argument
|
/xen/xen/include/public/arch-x86/ |
A D | xen-mca.h | 313 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument
|
/xen/xen/arch/x86/mm/shadow/ |
A D | common.c | 2249 #define DO_UNSHADOW(_type) do { \ in sh_remove_shadows() argument
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 1300 #define insn_fetch_type(_type) ((_type)insn_fetch_bytes(sizeof(_type))) argument
|
Completed in 59 milliseconds