Home
last modified time | relevance | path

Searched refs:MAGIC (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve.py11 MAGIC = 0xDEADBEEF variable
40 cmd = "set $%s.q.u[%d] = 0x%x" % (rname, j, MAGIC)
48 cmd = "set $%s.d.u[%d] = 0x%x" % (rname, j, MAGIC)
55 report(int(v) == MAGIC, "%s is 0x%x" % (reg, MAGIC))
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_sigalrm.c6 #define MAGIC (0xdeadbeef) macro
11 s = MAGIC; in sighandler()
21 if (s != MAGIC) in main()
/openbmc/qemu/tests/qtest/
H A Dprom-env-test.c26 #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 Dcreaterepo-c_1.1.0.bb29 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/tools/testing/selftests/arm64/fp/
H A Dza-fork-asm.S8 #define MAGIC 42 macro
27 mov x1, #MAGIC
51 cmp x1, #MAGIC
/openbmc/linux/lib/
H A Dtest_memcat_p.c16 #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/qemu/scripts/
H A Dextract-vsssdk-headers25 MAGIC=$'\xd0\xcf\x11\xe0\xa1\xb1\x1a\xe1'
26 offset=$(grep -abom1 "$MAGIC" "$1" | sed -n 's/:/\n/; P')
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c293 put_op.value = MAGIC; in TEST_F()
366 put_op.value = MAGIC; in TEST_F()
434 put_op.value = MAGIC;
515 put_op.value = MAGIC; in TEST_F()
554 put_op.value = MAGIC; in TEST_F()
638 put_addr_op.value = MAGIC; in TEST_F()
834 put_addr_op.value = MAGIC; in TEST_F()
1034 put_addr_op.value = MAGIC; in TEST_F()
1183 put_addr_op.value = MAGIC; in TEST_F()
1410 put_buf_op.value = MAGIC; in TEST_F()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/file/
H A Dfile_5.45.bb50 create_wrapper ${D}/${bindir}/file MAGIC=${datadir}/misc/magic.mgc
53 export MAGIC="${datadir}/misc/magic.mgc"
/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp67 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 Dgrukservices.c103 #define MAGIC 0x1234567887654321UL macro
961 word0 = MAGIC; in quicktest0()
970 if (*p != MAGIC) { in quicktest0()
980 if (word0 != word1 || word1 != MAGIC) { in quicktest0()
983 smp_processor_id(), word1, MAGIC); in quicktest0()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dsleep.S18 #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 Ddiffoscope_260.bb37 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch82 regc(MAGIC, rcstate);
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-test-function.rst34 and read back from MAGIC register to verify BAR0.
/openbmc/linux/drivers/scsi/arm/
H A Dfas216.h206 #define MAGIC 0x441296bdUL macro
H A Dfas216.c232 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 Drpm_4.19.1.1.bb104 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c132 (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 DMAINTAINERS153 BANANAPI M2 MAGIC BOARD
/openbmc/qemu/
H A Dqemu-options.hx4239 to send the MAGIC\_SYSRQ sequence if you use a telnet that
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch25580 @@ -741,26 +832,64 @@ magic="%%%MAGIC variable%%%"
25581 magic_exe="%%%MAGIC EXE variable%%%"