/openbmc/qemu/tests/tcg/aarch64/gdbstub/ |
H A D | test-sve.py | 11 MAGIC = 0xDEADBEEF variable 30 cmd = "set $%s.q.u[%d] = 0x%x" % (rname, j, MAGIC) 38 cmd = "set $%s.d.u[%d] = 0x%x" % (rname, j, MAGIC) 45 report(int(v) == MAGIC, "%s is 0x%x" % (reg, MAGIC))
|
/openbmc/qemu/tests/qtest/ |
H A D | prom-env-test.c | 26 #define MAGIC 0xcafec0de macro 37 if (signature == MAGIC) { in check_guest_memory() 43 g_assert_cmphex(signature, ==, MAGIC); in check_guest_memory() 63 extra_args, MAGIC, ADDRESS); in test_machine()
|
/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/ |
H A D | createrepo-c_1.2.0.bb | 29 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc 31 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc 37 MAGIC=${datadir}/misc/magic.mgc 39 MAGIC=${datadir}/misc/magic.mgc
|
/openbmc/linux/lib/ |
H A D | test_memcat_p.c | 16 #define MAGIC 0xf00ff00f macro 50 in0[i]->magic = MAGIC; in test_memcat_p_init() 51 in1[i]->magic = MAGIC; in test_memcat_p_init() 64 if ((*p)->magic != MAGIC) { in test_memcat_p_init()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | za-fork-asm.S | 8 #define MAGIC 42 macro 27 mov x1, #MAGIC 51 cmp x1, #MAGIC
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | main.c | 24 static const uint64_t MAGIC = 0x1122334455667788ULL; variable 293 put_op.value = MAGIC; in TEST_F() 305 EXPECT_EQ(get_op.value, MAGIC); in TEST_F() 366 put_op.value = MAGIC; in TEST_F() 378 EXPECT_EQ(get_op.value, MAGIC); in TEST_F() 434 put_op.value = MAGIC; 446 EXPECT_EQ(get_op.value, MAGIC); 515 put_op.value = MAGIC; in TEST_F() 527 EXPECT_EQ(get_op.value, MAGIC); in TEST_F() 554 put_op.value = MAGIC; in TEST_F() [all …]
|
/openbmc/qemu/scripts/ |
H A D | extract-vsssdk-headers | 25 MAGIC=$'\xd0\xcf\x11\xe0\xa1\xb1\x1a\xe1' 26 offset=$(grep -abom1 "$MAGIC" "$1" | sed -n 's/:/\n/; P')
|
/openbmc/openbmc/poky/meta/recipes-devtools/file/ |
H A D | file_5.46.bb | 51 create_wrapper ${D}/${bindir}/file MAGIC=${datadir}/misc/magic.mgc 54 export MAGIC="${datadir}/misc/magic.mgc"
|
/openbmc/openpower-pnor-code-mgmt/static/ |
H A D | item_updater_static.cpp | 67 constexpr uint8_t MAGIC[] = {0x17, 0x08, 0x20, 0x11}; in getPNORVersion() local 68 constexpr auto MAGIC_SIZE = sizeof(MAGIC); in getPNORVersion() 96 if (std::memcmp(magic, MAGIC, MAGIC_SIZE) == 0) in getPNORVersion()
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grukservices.c | 103 #define MAGIC 0x1234567887654321UL macro 959 word0 = MAGIC; in quicktest0() 968 if (*p != MAGIC) { in quicktest0() 978 if (word0 != word1 || word1 != MAGIC) { in quicktest0() 981 smp_processor_id(), word1, MAGIC); in quicktest0()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | sleep.S | 18 #define MAGIC 0x4c617273 /* 'Lars' */ macro 190 lis r6,MAGIC@ha 191 addi r6,r6,MAGIC@l
|
/openbmc/openbmc/poky/meta/recipes-support/diffoscope/ |
H A D | diffoscope_284.bb | 37 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch | 82 regc(MAGIC, rcstate);
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-test-function.rst | 34 and read back from MAGIC register to verify BAR0.
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.h | 206 #define MAGIC 0x441296bdUL macro
|
H A D | fas216.c | 232 if (info->magic_start != MAGIC) { in __fas216_checkmagic() 236 if (info->magic_end != MAGIC) { in __fas216_checkmagic() 2847 info->magic_start = MAGIC; in fas216_init() 2848 info->magic_end = MAGIC; in fas216_init()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/ |
H A D | rpm_4.20.0.bb | 105 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 132 (HFI1_MMAP_TOKEN_SET(MAGIC, HFI1_MMAP_MAGIC) | \ 143 return (HFI1_MMAP_TOKEN_GET(MAGIC, token) == HFI1_MMAP_MAGIC); in is_valid_mmap()
|
/openbmc/u-boot/board/sunxi/ |
H A D | MAINTAINERS | 153 BANANAPI M2 MAGIC BOARD
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 4421 to send the MAGIC\_SYSRQ sequence if you use a telnet that
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 25578 @@ -741,26 +832,64 @@ magic="%%%MAGIC variable%%%" 25579 magic_exe="%%%MAGIC EXE variable%%%"
|