/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/ |
H A D | ddr.h | 15 #define IP2APB_DDRPHY_IPS_BASE_ADDR(X) (0x3c000000 + (X * 0x2000000)) argument 16 #define DDRPHY_MEM(X) (0x3c000000 + (X * 0x2000000) + 0x50000) argument 359 #define DDRC_MSTR(X) (DDRC_IPS_BASE_ADDR(X) + 0x00) argument 360 #define DDRC_STAT(X) (DDRC_IPS_BASE_ADDR(X) + 0x04) argument 361 #define DDRC_MSTR1(X) (DDRC_IPS_BASE_ADDR(X) + 0x08) argument 362 #define DDRC_MRCTRL0(X) (DDRC_IPS_BASE_ADDR(X) + 0x10) argument 363 #define DDRC_MRCTRL1(X) (DDRC_IPS_BASE_ADDR(X) + 0x14) argument 364 #define DDRC_MRSTAT(X) (DDRC_IPS_BASE_ADDR(X) + 0x18) argument 365 #define DDRC_MRCTRL2(X) (DDRC_IPS_BASE_ADDR(X) + 0x1c) argument 366 #define DDRC_DERATEEN(X) (DDRC_IPS_BASE_ADDR(X) + 0x20) argument [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | linkage.h | 28 #define SYMBOL_NAME_STR(X) #X argument 29 #define SYMBOL_NAME(X) X argument 31 #define SYMBOL_NAME_LABEL(X) X##: argument 33 #define SYMBOL_NAME_LABEL(X) X: argument
|
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
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | _millicodethunk.S | 21 #define FUNC(X) .type SYM(X),@function argument 22 #define HIDDEN_FUNC(X) FUNC(X)` .hidden X argument 23 #define ENDFUNC0(X) .Lfe_##X: .size X,.Lfe_##X-X argument 24 #define ENDFUNC(X) ENDFUNC0(X) argument
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
H A D | da850_lowlevel.h | 21 #define DA850_NORBOOT_COPY_XK(X) ((X - 1) << 8) argument
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 31 QEMU_ALIGNED(X) global() argument 137 QEMU_ERROR(X) global() argument 139 QEMU_ERROR(X) global() argument
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 31 QEMU_ALIGNED(X) global() argument 137 QEMU_ERROR(X) global() argument 139 QEMU_ERROR(X) global() argument
|
/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | test_bit.c | 4 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) argument
|
/openbmc/qemu/tests/multiboot/ |
H A D | libc.h | 44 #define va_start(ap, X) __builtin_va_start(ap, X) argument
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/qemu/tests/tcg/minilib/ |
H A D | printf.c | 17 #define va_start(ap, X) __builtin_va_start(ap, X) argument
|
/openbmc/qemu/tests/tcg/m68k/ |
H A D | denormal.c | 8 #define TEST(X, Y) { X, Y, X * Y } argument
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | automation_node.hpp | 38 X, enumerator
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | read_write_overlap.c | 37 #define insert(RES, X, WIDTH, OFFSET) \ argument
|
/openbmc/qemu/tests/tcg/riscv64/ |
H A D | test-div.c | 27 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) argument
|