Home
last modified time | relevance | path

Searched refs:cpu_flags (Results 1 – 5 of 5) sorted by relevance

/arch/sh/kernel/cpu/
Dproc.c42 static const char *cpu_flags[] = { variable
54 seq_printf(m, " %s\n", cpu_flags[0]); in show_cpuflags()
58 for (i = 0; cpu_flags[i]; i++) in show_cpuflags()
60 seq_printf(m, " %s", cpu_flags[i+1]); in show_cpuflags()
/arch/s390/include/asm/
Dprocessor.h49 S390_lowcore.cpu_flags |= (1UL << flag); in set_cpu_flag()
54 S390_lowcore.cpu_flags &= ~(1UL << flag); in clear_cpu_flag()
59 return !!(S390_lowcore.cpu_flags & (1UL << flag)); in test_cpu_flag()
69 return !!(lc->cpu_flags & (1UL << flag)); in test_cpu_flag_of()
Dlowcore.h90 __u64 cpu_flags; /* 0x0288 */ member
/arch/x86/kernel/cpu/
Dtransmeta.c26 unsigned int cpu_rev, cpu_freq = 0, cpu_flags, new_cpu_rev; in init_transmeta() local
37 cpuid(0x80860001, &dummy, &cpu_rev, &cpu_freq, &cpu_flags); in init_transmeta()
/arch/s390/kernel/
Dasm-offsets.c99 OFFSET(__LC_CPU_FLAGS, lowcore, cpu_flags); in main()