Searched refs:cpu_flags (Results 1 – 5 of 5) sorted by relevance
/arch/sh/kernel/cpu/ |
D | proc.c | 42 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/ |
D | processor.h | 49 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()
|
D | lowcore.h | 90 __u64 cpu_flags; /* 0x0288 */ member
|
/arch/x86/kernel/cpu/ |
D | transmeta.c | 26 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/ |
D | asm-offsets.c | 99 OFFSET(__LC_CPU_FLAGS, lowcore, cpu_flags); in main()
|