/xen/xen/tools/kconfig/ |
A D | nconf.h | 26 typeof(a) _a = a;\ 28 _a > _b ? _a : _b; }) 31 typeof(a) _a = a;\ 33 _a < _b ? _a : _b; })
|
/xen/xen/include/asm-x86/x86_64/ |
A D | page.h | 103 #define l1_linear_offset(_a) (((_a) & VADDR_MASK) >> L1_PAGETABLE_SHIFT) argument 104 #define l2_linear_offset(_a) (((_a) & VADDR_MASK) >> L2_PAGETABLE_SHIFT) argument 105 #define l3_linear_offset(_a) (((_a) & VADDR_MASK) >> L3_PAGETABLE_SHIFT) argument 106 #define l4_linear_offset(_a) (((_a) & VADDR_MASK) >> L4_PAGETABLE_SHIFT) argument
|
/xen/tools/libxc/ |
A D | xc_private.h | 122 #define IPRINTF(_f, _a...) do { int IPRINTF_errno = errno; \ argument 123 xc_report(xch, xch->error_handler, XTL_INFO,0, _f , ## _a); \ 126 #define DPRINTF(_f, _a...) do { int DPRINTF_errno = errno; \ argument 127 xc_report(xch, xch->error_handler, XTL_DETAIL,0, _f , ## _a); \ 130 #define DBGPRINTF(_f, _a...) do { int DBGPRINTF_errno = errno; \ argument 131 xc_report(xch, xch->error_handler, XTL_DEBUG,0, _f , ## _a); \ 135 #define ERROR(_m, _a...) do { int ERROR_errno = errno; \ argument 136 xc_report_error(xch,XC_INTERNAL_ERROR,_m , ## _a ); \ 139 #define PERROR(_m, _a...) do { int PERROR_errno = errno; \ argument 141 ## _a , errno, xc_strerror(xch, errno)); \
|
/xen/xen/arch/x86/mm/shadow/ |
A D | types.h | 137 #define shadow_l1_linear_offset(_a) \ argument 138 (((_a) & VADDR_MASK) >> SHADOW_L1_PAGETABLE_SHIFT) 139 #define shadow_l2_linear_offset(_a) \ argument 140 (((_a) & VADDR_MASK) >> SHADOW_L2_PAGETABLE_SHIFT) 141 #define shadow_l3_linear_offset(_a) \ argument 142 (((_a) & VADDR_MASK) >> SHADOW_L3_PAGETABLE_SHIFT) 143 #define shadow_l4_linear_offset(_a) \ argument 144 (((_a) & VADDR_MASK) >> SHADOW_L4_PAGETABLE_SHIFT)
|
A D | private.h | 80 #define SHADOW_PRINTK(_f, _a...) \ argument 81 debugtrace_printk("sh: %s(): " _f, __func__, ##_a) 82 #define SHADOW_DEBUG(flag, _f, _a...) \ argument 85 debugtrace_printk("shdebug: %s(): " _f, __func__, ##_a); \
|
A D | multi.c | 4561 #define AUDIT_FAIL(_level, _fmt, _a...) do { \ argument 4573 ##_a); \ 4578 #define AUDIT_FAIL_MIN(_level, _fmt, _a...) do { \ argument 4586 ##_a); \
|
A D | common.c | 1880 #define GUESS(_a, _h) do { \ in sh_remove_write_access() argument 1882 curr, (_a), gmfn) ) \ in sh_remove_write_access()
|
/xen/xen/include/asm-x86/hvm/ |
A D | support.h | 44 #define HVM_DBG_LOG(level, _f, _a...) \ argument 49 ## _a); \ 52 #define HVM_DBG_LOG(level, _f, _a...) do {} while (0) argument
|
/xen/xen/include/asm-x86/ |
A D | hap.h | 28 #define HAP_PRINTK(_f, _a...) \ argument 29 debugtrace_printk("hap: %s(): " _f, __func__, ##_a)
|
A D | p2m.h | 551 dest ## _a = (source ## a) ?: &scratch_a; \ in get_two_gfns()
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 254 #define dprintk(_l, _f, _a...) \ argument 255 printk(_l "%s:%d: " _f, __FILE__ , __LINE__ , ## _a ) 256 #define gdprintk(_l, _f, _a...) \ argument 258 __LINE__, current_domain_id() , ## _a ) 364 #define HVM_DBG_LOG(level, _f, _a...) \ argument 368 ## _a); \
|
/xen/tools/debugger/kdd/ |
A D | kdd.h | 509 #define KDD_LOG_IF(_v, _s, _fmt, _a...) do { \ argument 511 fprintf((_s)->log, (_fmt), ##_a); \ 516 #define KDD_LOG(_s, _fmt, _a...) KDD_LOG_IF(1, (_s), (_fmt), ##_a) argument 517 #define KDD_DEBUG(_s, _fmt, _a...) KDD_LOG_IF(3, (_s), (_fmt), ##_a) argument
|
/xen/xen/include/xen/ |
A D | lib.h | 67 #define SWAP(_a, _b) \ argument 68 do { typeof(_a) _t = (_a); (_a) = (_b); (_b) = _t; } while ( 0 )
|
/xen/tools/xl/ |
A D | xl_utils.h | 55 #define LOG(_f, _a...) dolog(__FILE__, __LINE__, __func__, _f "\n", ##_a) argument
|
/xen/tools/libxl/ |
A D | libxl_internal.h | 146 …LIBXL__LOG(ctx, loglevel, _f, _a...) libxl__log(ctx, loglevel, -1, __FILE__, __LINE__, __func__,… argument 147 …LOG_ERRNO(ctx, loglevel, _f, _a...) libxl__log(ctx, loglevel, errno, __FILE__, __LINE__, __func_… argument 148 …x, loglevel, errnoval, _f, _a...) libxl__log(ctx, loglevel, errnoval, __FILE__, __LINE__, __func… argument 151 … LIBXL__LOGD(ctx, loglevel, _d, _f, _a...) libxl__log(ctx, loglevel, -1, __FILE__, __LINE__, __f… argument 152 …LOGD_ERRNO(ctx, loglevel, _d, _f, _a...) libxl__log(ctx, loglevel, errno, __FILE__, __LINE__, __… argument 153 …ctx, loglevel, errnoval, _d, _f, _a...) libxl__log(ctx, loglevel, errnoval, __FILE__, __LINE__, … argument 155 #define LIBXL__LOG(ctx, loglevel, _f, _a...) argument 156 #define LIBXL__LOG_ERRNO(ctx, loglevel, _f, _a...) argument 159 #define LIBXLD__LOG(ctx, loglevel, _d, _f, _a...) argument 160 #define LIBXLD__LOG_ERRNO(ctx, loglevel, _d, _f, _a...) argument [all …]
|
A D | libxlu_pci.c | 8 #define XLU__PCI_ERR(_c, _x, _a...) \ argument 9 if((_c) && (_c)->report) fprintf((_c)->report, _x, ##_a)
|
/xen/xen/arch/x86/mm/ |
A D | paging.c | 37 #define PAGING_PRINTK(_f, _a...) \ argument 38 debugtrace_printk("pg: %s(): " _f, __func__, ##_a) 39 #define PAGING_ERROR(_f, _a...) \ argument 40 printk("pg error: %s(): " _f, __func__, ##_a) 41 #define PAGING_DEBUG(flag, _f, _a...) \ argument 44 debugtrace_printk("pgdebug: %s(): " _f, __func__, ##_a); \
|
A D | mem_access.c | 306 p2m_access_t _a; in set_mem_access() local 308 mfn_t mfn = __get_gfn_type_access(p2m, gfn_x(gfn), &t, &_a, in set_mem_access()
|
A D | p2m.c | 557 p2m_access_t _a; in p2m_get_page_from_gfn() local 563 a = a ?: &_a; in p2m_get_page_from_gfn()
|
/xen/xen/drivers/char/ |
A D | ns16550.c | 1242 #define PARSE_ERR(_f, _a...) \ argument 1244 printk( "ERROR: " _f "\n" , ## _a ); \ 1248 #define PARSE_ERR_RET(_f, _a...) \ argument 1250 printk( "ERROR: " _f "\n" , ## _a ); \
|
/xen/tools/xentrace/ |
A D | xentrace.c | 37 #define PERROR(_m, _a...) \ argument 40 fprintf(stderr, "ERROR: " _m " (%d = %s)\n" , ## _a , \
|
A D | xenalyze.c | 2520 int cr3_time_compare(const void *_a, const void *_b) { in cr3_time_compare() argument 2521 struct cr3_value_struct *a=*(typeof(&a))_a; in cr3_time_compare() 2839 int eip_compare(const void *_a, const void *_b) { in eip_compare() argument 2840 struct eip_list_struct *a=*(typeof(&a))_a; in eip_compare() 3997 int cr3_compare_start(const void *_a, const void *_b) { in cr3_compare_start() argument 3998 struct cr3_value_struct *a=*(typeof(&a))_a; in cr3_compare_start()
|
/xen/tools/xenmon/ |
A D | xenbaked.c | 48 #define PERROR(_m, _a...) \ argument 51 fprintf(stderr, "ERROR: " _m " (%d = %s)\n" , ## _a , \
|
/xen/xen/common/ |
A D | grant_table.c | 248 #define PIN_FAIL(_lbl, _rc, _f, _a...) \ argument 250 gdprintk(XENLOG_WARNING, _f, ## _a ); \
|