Searched refs:cpu_flags (Results 1 – 5 of 5) sorted by relevance
/arch/sh/kernel/cpu/ |
D | proc.c | 43 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/ |
D | processor.h | 52 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()
|
D | lowcore.h | 77 __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 | 146 OFFSET(__LC_CPU_FLAGS, lowcore, cpu_flags); in main()
|