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

  /bionic/libc/kernel/uapi/asm-x86/asm/
prctl.h 26 #define ARCH_SET_CPUID 0x1012
  /external/kernel-headers/original/uapi/asm-x86/asm/
prctl.h 11 #define ARCH_SET_CPUID 0x1012
  /external/strace/xlat/
archvals.h 41 #if defined(ARCH_SET_CPUID) || (defined(HAVE_DECL_ARCH_SET_CPUID) && HAVE_DECL_ARCH_SET_CPUID)
43 static_assert((ARCH_SET_CPUID) == (0x1012), "ARCH_SET_CPUID != 0x1012");
46 # define ARCH_SET_CPUID 0x1012
85 XLAT(ARCH_SET_CPUID),

Completed in 617 milliseconds