HomeSort by: relevance | last modified time | path
    Searched refs:cpu_flags (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/cddl/osnet/sys/kern/
opensolaris.c 61 solaris_cpu[i].cpu_flags &= CPU_ENABLE;
  /src/sys/arch/vax/vax/
ka610.c 62 .cpu_flags = CPU_RAISEIPL,
ka410.c 73 .cpu_flags = CPU_RAISEIPL,
ka46.c 73 .cpu_flags = CPU_RAISEIPL,
ka48.c 74 .cpu_flags = CPU_RAISEIPL,
scb.c 104 } else if (dep_call->cpu_flags & CPU_RAISEIPL) {
ka43.c 76 .cpu_flags = CPU_RAISEIPL,
ka49.c 71 .cpu_flags = CPU_RAISEIPL,
ka53.c 74 .cpu_flags = CPU_RAISEIPL,
ka680.c 97 .cpu_flags = CPU_RAISEIPL,
ka650.c 85 .cpu_flags = CPU_RAISEIPL, /* Needed for the LANCE chip */
  /src/sys/arch/x86/include/
mpbiosreg.h 94 uint8_t cpu_flags; member in struct:mpbios_proc
  /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/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.old/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/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));
1131 unsigned int space, const char *cpu_flags)
1437 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS] local
    [all...]
  /src/external/cddl/osnet/sys/sys/
cpuvar.h 41 uint32_t cpu_flags; member in struct:__anon9113
  /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/sys/arch/vax/include/
cpu.h 77 int cpu_flags; member in struct:cpu_dep
  /src/sys/arch/ia64/include/
mca_machdep.h 70 uint64_t cpu_flags; member in struct:mca_cpu_record

Completed in 70 milliseconds

1 2