Home
last modified time | relevance | path

Searched refs:magic1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py63 magic1 = 0xdeadbeafaf # big endian byte order
90 file.write(magic1.to_bytes(5, byteorder='big'))
/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py72 magic1 = 0xdeadbeafaf # big endian byte order
110 file.write(magic1.to_bytes(5, byteorder='big'))
/openbmc/qemu/linux-user/i386/
H A Dsignal.c55 uint32_t magic1; member
302 __put_user(0, &sw->magic1); in fxsave_sigcontext()
331 __put_user(TARGET_FP_XSTATE_MAGIC1, &sw->magic1); in xsave_sigcontext()
611 uint32_t magic1, magic2; in xrstor_sigcontext() local
619 magic1 = tswap32(sw->magic1); in xrstor_sigcontext()
626 if (magic1 != TARGET_FP_XSTATE_MAGIC1 || in xrstor_sigcontext()