HomeSort by relevance Sort by last modified time
    Searched refs:FP_XSTATE_MAGIC1 (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h 7 #define FP_XSTATE_MAGIC1 0x46505853U
17 * Presence of FP_XSTATE_MAGIC1 at the beginning of this SW reserved
24 __u32 magic1; /* FP_XSTATE_MAGIC1 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h 7 #define FP_XSTATE_MAGIC1 0x46505853U
17 * Presence of FP_XSTATE_MAGIC1 at the beginning of this SW reserved
24 __u32 magic1; /* FP_XSTATE_MAGIC1 */
  /external/minijail/linux-x86/
libconstants.gen.c 599 #ifdef FP_XSTATE_MAGIC1
600 { "FP_XSTATE_MAGIC1", (unsigned long) FP_XSTATE_MAGIC1 },
601 #endif // FP_XSTATE_MAGIC1
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 23 #define FP_XSTATE_MAGIC1 0x46505853U
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 21 #define FP_XSTATE_MAGIC1 0x46505853U
31 * If sw_reserved.magic1 == FP_XSTATE_MAGIC1 then there's a
42 * If set to FP_XSTATE_MAGIC1 then this is an xstate context.
51 * - if magic1 == FP_XSTATE_MAGIC1 then it's sizeof(struct _xstate)
141 * Note1: If sw_reserved.magic1 == FP_XSTATE_MAGIC1 then the structure is
225 * depending on the FP_XSTATE_MAGIC1 encoded in the SW reserved
268 * depending on the FP_XSTATE_MAGIC1 encoded in the SW reserved

Completed in 192 milliseconds