/qemu/target/ppc/ |
H A D | spr_common.h | 25 # define USR_ARG(X) X, argument 27 # define SYS_ARG(X) argument 29 # define SYS_ARG(X) X, argument 32 # define USR_ARG(X) argument 33 # define SYS_ARG(X) argument 36 # define KVM_ARG(X) X, argument 38 # define KVM_ARG(X) argument
|
/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.h | 108 #define FE_1(c, locp, WHAT, X) WHAT(c, locp, X) argument 109 #define FE_2(c, locp, WHAT, X, ...) \ argument 111 #define FE_3(c, locp, WHAT, X, ...) \ argument 113 #define FE_4(c, locp, WHAT, X, ...) \ argument 115 #define FE_5(c, locp, WHAT, X, ...) \ argument 117 #define FE_6(c, locp, WHAT, X, ...) \ argument 119 #define FE_7(c, locp, WHAT, X, ...) \ argument 121 #define FE_8(c, locp, WHAT, X, ...) \ argument 123 #define FE_9(c, locp, WHAT, X, ...) \ argument
|
/qemu/include/tcg/ |
H A D | debug-assert.h | 11 # define tcg_debug_assert(X) do { assert(X); } while (0) argument 13 # define tcg_debug_assert(X) \ argument
|
H A D | tcg-op-common.h | 484 #define tcg_constant_ptr(X) tcg_constant_ptr_int((intptr_t)(X)) argument
|
/qemu/include/standard-headers/linux/ |
H A D | const.h | 20 #define __AC(X,Y) (X##Y) argument 21 #define _AC(X,Y) __AC(X,Y) argument 22 #define _AT(T,X) ((T)(X)) argument
|
/qemu/linux-headers/linux/ |
H A D | const.h | 20 #define __AC(X,Y) (X##Y) argument 21 #define _AC(X,Y) __AC(X,Y) argument 22 #define _AT(T,X) ((T)(X)) argument
|
/qemu/accel/tcg/ |
H A D | atomic_template.h | 122 #define GEN_ATOMIC_HELPER(X) \ argument 158 #define GEN_ATOMIC_HELPER_FN(X, FN, XDATA_TYPE, RET) \ in GEN_ATOMIC_HELPER() argument 247 #define GEN_ATOMIC_HELPER(X) \ argument 280 #define GEN_ATOMIC_HELPER_FN(X, FN, XDATA_TYPE, RET) \ argument 314 #define ADD(X, Y) (X + Y) argument
|
/qemu/target/i386/whpx/ |
H A D | whpx-internal.h | 54 #define LIST_WINHVPLATFORM_FUNCTIONS(X) \ argument 75 #define LIST_WINHVPLATFORM_FUNCTIONS_SUPPLEMENTAL(X) \ argument 86 #define LIST_WINHVEMULATION_FUNCTIONS(X) \ argument
|
/qemu/tests/tcg/loongarch64/ |
H A D | test_bit.c | 4 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) argument
|
/qemu/tests/multiboot/ |
H A D | libc.h | 44 #define va_start(ap, X) __builtin_va_start(ap, X) argument
|
/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 26 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) argument 132 # define QEMU_ERROR(X) __attribute__((error(X))) argument 134 # define QEMU_ERROR(X) argument
|
/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 26 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) argument 132 # define QEMU_ERROR(X) __attribute__((error(X))) argument 134 # define QEMU_ERROR(X) argument
|
/qemu/include/qemu/ |
H A D | compiler.h | 26 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) argument 132 # define QEMU_ERROR(X) __attribute__((error(X))) argument 134 # define QEMU_ERROR(X) argument
|
/qemu/target/arm/ |
H A D | kvm-consts.h | 21 #define MISMATCH_CHECK(X, Y) QEMU_BUILD_BUG_ON(X != Y) argument 26 #define MISMATCH_CHECK(X, Y) QEMU_BUILD_BUG_ON(0) argument
|
/qemu/target/hexagon/ |
H A D | gen_semantics.c | 25 #define STRINGIZE(X) #X argument
|
H A D | opcodes.c | 30 #define DONAME(X) #X argument
|
H A D | gen_dectree_import.c | 28 #define STRINGIZE(X) #X argument
|
H A D | macros.h | 36 #define TYPE_INT(X) __builtin_types_compatible_p(typeof(X), int) argument 37 #define TYPE_TCGV(X) __builtin_types_compatible_p(typeof(X), TCGv) argument 38 #define TYPE_TCGV_I64(X) __builtin_types_compatible_p(typeof(X), TCGv_i64) argument 142 #define MEM_STORE1_FUNC(X) \ argument 150 #define MEM_STORE2_FUNC(X) \ argument 158 #define MEM_STORE4_FUNC(X) \ argument 166 #define MEM_STORE8_FUNC(X) \ argument 563 #define GETBYTE_FUNC(X) \ argument
|
/qemu/tests/tcg/minilib/ |
H A D | printf.c | 17 #define va_start(ap, X) __builtin_va_start(ap, X) argument
|
/qemu/tests/tcg/m68k/ |
H A D | denormal.c | 8 #define TEST(X, Y) { X, Y, X * Y } argument
|
/qemu/tests/tcg/hexagon/ |
H A D | read_write_overlap.c | 37 #define insert(RES, X, WIDTH, OFFSET) \ argument
|
/qemu/tests/tcg/riscv64/ |
H A D | test-div.c | 27 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) argument
|
/qemu/gdbstub/ |
H A D | syscalls.c | 166 #define E(X) case GDB_E##X: err = E##X; break in gdb_handle_file_io() argument
|
/qemu/target/m68k/ |
H A D | m68k-semi.c | 51 #define E(X) case E##X: return GDB_E##X in host_to_gdb_errno() argument
|
/qemu/tcg/s390x/ |
H A D | tcg-target-has.h | 28 #define HAVE_FACILITY(X) \ argument
|