Home
last modified time | relevance | path

Searched defs:_type (Results 1 – 10 of 10) sorted by relevance

/xen/xen/include/xen/
A Dtypesafe.h22 #define TYPE_SAFE(_type, _name) \ argument
29 #define TYPE_SAFE(_type, _name) \ argument
A Dxmalloc.h13 #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 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
/xen/xen/include/asm-arm/tee/
A Dtee.h68 #define REGISTER_TEE_MEDIATOR(_name, _namestr, _type, _ops) \ argument
/xen/xen/common/
A Dtrace.c80 #define fit_to_type(_type, _x) (((_x)+sizeof(_type)-1) / sizeof(_type)) argument
/xen/tools/tests/vhpet/
A Demul.h90 #define xmalloc_array(_type, _num) (void *)(_type)(_num) argument
91 #define DEFINE_PER_CPU(_type, _name) _type _name argument
/xen/tools/libxc/include/
A Dxenctrl.h267 #define DECLARE_HYPERCALL_BUFFER(_type, _name) \ argument
285 #define DECLARE_HYPERCALL_BUFFER_SHADOW(_type, _name, _hbuf) \ argument
/xen/xen/include/public/arch-x86/
A Dxen-mca.h313 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c2249 #define DO_UNSHADOW(_type) do { \ in sh_remove_shadows() argument
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1300 #define insn_fetch_type(_type) ((_type)insn_fetch_bytes(sizeof(_type))) argument

Completed in 59 milliseconds