| /src/external/gpl3/gcc/dist/gcc/config/arc/ |
| arc-arch.h | 28 enum cpu_flags enum
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| arc-arch.h | 28 enum cpu_flags enum
|
| /src/sys/arch/x86/include/ |
| mpbiosreg.h | 94 uint8_t cpu_flags; member in struct:mpbios_proc
|
| /src/external/cddl/osnet/sys/sys/ |
| cpuvar.h | 41 uint32_t cpu_flags; member in struct:__anon9113
|
| /src/sys/arch/vax/include/ |
| cpu.h | 77 int cpu_flags; member in struct:cpu_dep
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 324 /* This array is populated as process_i386_initializers() walks cpu_flags[]. */ 336 static bitfield cpu_flags[] = variable 944 bitfield all [ARRAY_SIZE (cpu_flags)]; 945 bitfield any [ARRAY_SIZE (cpu_flags)]; 948 memcpy (all, cpu_flags, sizeof (cpu_flags)); 949 memcpy (any, cpu_flags, sizeof (cpu_flags)); 1165 unsigned int space, const char *cpu_flags) 1471 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS] local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 308 /* This array is populated as process_i386_initializers() walks cpu_flags[]. */ 320 static bitfield cpu_flags[] = variable 924 bitfield all [ARRAY_SIZE (cpu_flags)]; 925 bitfield any [ARRAY_SIZE (cpu_flags)]; 928 memcpy (all, cpu_flags, sizeof (cpu_flags)); 929 memcpy (any, cpu_flags, sizeof (cpu_flags)); 1145 unsigned int space, const char *cpu_flags) 1451 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS] local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-gen.c | 290 /* This array is populated as process_i386_initializers() walks cpu_flags[]. */ 302 static bitfield cpu_flags[] = variable 894 bitfield all [ARRAY_SIZE (cpu_flags)]; 895 bitfield any [ARRAY_SIZE (cpu_flags)]; 898 memcpy (all, cpu_flags, sizeof (cpu_flags)); 899 memcpy (any, cpu_flags, sizeof (cpu_flags)); 1101 unsigned int space, const char *cpu_flags) 1407 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS] local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-gen.c | 284 /* This array is populated as process_i386_initializers() walks cpu_flags[]. */ 296 static bitfield cpu_flags[] = variable 885 bitfield all [ARRAY_SIZE (cpu_flags)]; 886 bitfield any [ARRAY_SIZE (cpu_flags)]; 889 memcpy (all, cpu_flags, sizeof (cpu_flags)); 890 memcpy (any, cpu_flags, sizeof (cpu_flags)); 1092 unsigned int space, const char *cpu_flags) 1398 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS] local [all...] |
| /src/sys/arch/ia64/include/ |
| mca_machdep.h | 70 uint64_t cpu_flags; member in struct:mca_cpu_record
|
| /src/sys/arch/mips/include/ |
| locore.h | 855 int cpu_flags; member in struct:pridtab
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| cpuvar.h | 84 volatile cpu_flag_t cpu_flags; /* flags indicating CPU state */ member in struct:cpu 298 /* MEMBERS PROTECTED BY "atomicity": cpu_flags */ 345 #define CPU_ACTIVE(cpu) (((cpu)->cpu_flags & CPU_OFFLINE) == 0) 690 * internal per-CPU state as given by the cpu_flags member of the cpu structure, 734 * The mutex cpu_lock protects cpu_flags for all CPUs, as well as the ncpus
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-frv.c | 341 int cpu_flags = EF_FRV_CPU_GENERIC; 347 cpu_flags = EF_FRV_CPU_GENERIC; 353 cpu_flags = EF_FRV_CPU_FR500; 359 cpu_flags = EF_FRV_CPU_FR550; 365 cpu_flags = EF_FRV_CPU_FR450; 371 cpu_flags = EF_FRV_CPU_FR405; 378 cpu_flags = EF_FRV_CPU_FR400; 385 cpu_flags = EF_FRV_CPU_FR300; 391 cpu_flags = EF_FRV_CPU_SIMPLE; 398 cpu_flags = EF_FRV_CPU_TOMCAT 340 int cpu_flags = EF_FRV_CPU_GENERIC; local [all...] |
| tc-s390.c | 367 } cpu_flags[] = local 427 for (iflag = 0; iflag < ARRAY_SIZE (cpu_flags); iflag++) 429 if (strcmp (sym, cpu_flags[iflag].name) == 0) 431 if (cpu_flags[iflag].on) 432 *ret_flags |= cpu_flags[iflag].mask; 434 *ret_flags &= ~cpu_flags[iflag].mask; 438 if (iflag == ARRAY_SIZE (cpu_flags)) 441 if (iflag == ARRAY_SIZE (cpu_flags))
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-frv.c | 341 int cpu_flags = EF_FRV_CPU_GENERIC; 347 cpu_flags = EF_FRV_CPU_GENERIC; 353 cpu_flags = EF_FRV_CPU_FR500; 359 cpu_flags = EF_FRV_CPU_FR550; 365 cpu_flags = EF_FRV_CPU_FR450; 371 cpu_flags = EF_FRV_CPU_FR405; 378 cpu_flags = EF_FRV_CPU_FR400; 385 cpu_flags = EF_FRV_CPU_FR300; 391 cpu_flags = EF_FRV_CPU_SIMPLE; 398 cpu_flags = EF_FRV_CPU_TOMCAT 340 int cpu_flags = EF_FRV_CPU_GENERIC; local [all...] |
| tc-s390.c | 367 } cpu_flags[] = local 427 for (iflag = 0; iflag < ARRAY_SIZE (cpu_flags); iflag++) 429 if (strcmp (sym, cpu_flags[iflag].name) == 0) 431 if (cpu_flags[iflag].on) 432 *ret_flags |= cpu_flags[iflag].mask; 434 *ret_flags &= ~cpu_flags[iflag].mask; 438 if (iflag == ARRAY_SIZE (cpu_flags)) 441 if (iflag == ARRAY_SIZE (cpu_flags))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 7779 int cpu_flags; 7781 cpu_flags = processor_flags_table[(int) s390_arch]; 7782 if (TARGET_HTM && !(cpu_flags & PF_TX)) 7784 else if (!TARGET_HTM && (cpu_flags & PF_TX)) 7786 if (TARGET_VX && !(cpu_flags & PF_VX)) 7788 else if (!TARGET_VX && (cpu_flags & PF_VX)) 7778 int cpu_flags; local
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 8217 int cpu_flags; 8219 cpu_flags = processor_flags_table[(int) s390_arch]; 8220 if (TARGET_HTM && !(cpu_flags & PF_TX)) 8222 else if (!TARGET_HTM && (cpu_flags & PF_TX)) 8224 if (TARGET_VX && !(cpu_flags & PF_VX)) 8226 else if (!TARGET_VX && (cpu_flags & PF_VX)) 8216 int cpu_flags; local
|