Searched refs:magic2 (Results 1 – 3 of 3) sorted by relevance
66 magic2 = [ # big endian byte order93 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big'))94 for i in range(208 - len(magic2) * 36):
73 magic2 = [ # big endian byte order112 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big'))113 for i in range(224 - len(magic2) * 36):
322 uint32_t *magic2 = (void *)fxstate + xstate_size; in xsave_sigcontext() local335 __put_user(TARGET_FP_XSTATE_MAGIC2, magic2); in xsave_sigcontext()611 uint32_t magic1, magic2; in xrstor_sigcontext() local659 magic2 = tswap32(*(uint32_t *)(xstate + xstate_size)); in xrstor_sigcontext()660 if (magic2 != TARGET_FP_XSTATE_MAGIC2) { in xrstor_sigcontext()