Home
last modified time | relevance | path

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

/arch/sh/kernel/cpu/
Dproc.c43 static const char *cpu_flags[] = { variable
55 seq_printf(m, " %s\n", cpu_flags[0]); in show_cpuflags()
59 for (i = 0; cpu_flags[i]; i++) in show_cpuflags()
61 seq_printf(m, " %s", cpu_flags[i+1]); in show_cpuflags()
/arch/s390/include/asm/
Dprocessor.h52 S390_lowcore.cpu_flags |= (1UL << flag); in set_cpu_flag()
57 S390_lowcore.cpu_flags &= ~(1UL << flag); in clear_cpu_flag()
62 return !!(S390_lowcore.cpu_flags & (1UL << flag)); in test_cpu_flag()
72 return !!(lc->cpu_flags & (1UL << flag)); in test_cpu_flag_of()
Dlowcore.h77 __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.c146 OFFSET(__LC_CPU_FLAGS, lowcore, cpu_flags); in main()