Home
last modified time | relevance | path

Searched refs:fms (Results 1 – 14 of 14) sorted by relevance

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1478 unsigned int fms, family, model; in early_cpuid() local
1480 get_cpuid_or_exit(1, &fms, &ebx, &ecx, &edx); in early_cpuid()
1481 family = (fms >> 8) & 0xf; in early_cpuid()
1482 model = (fms >> 4) & 0xf; in early_cpuid()
1484 model += ((fms >> 16) & 0xf) << 4; in early_cpuid()
1508 unsigned int fms, family, model, stepping; in parse_cpuid() local
1521 get_cpuid_or_exit(1, &fms, &ebx, &ecx, &edx); in parse_cpuid()
1522 family = (fms >> 8) & 0xf; in parse_cpuid()
1523 model = (fms >> 4) & 0xf; in parse_cpuid()
1524 stepping = fms & 0xf; in parse_cpuid()
[all …]
/linux/arch/s390/purgatory/
H A DMakefile16 KBUILD_CFLAGS := -std=gnu11 -fms-extensions -fno-strict-aliasing -Wall -Wstrict-prototypes
/linux/arch/loongarch/vdso/
H A DMakefile27 -std=gnu11 -fms-extensions -O2 -g -fno-strict-aliasing -fno-common -fno-builtin \
/linux/arch/parisc/boot/compressed/
H A DMakefile21 KBUILD_CFLAGS += -std=gnu11 -fms-extensions
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c158 unsigned int fms, family; in update_cpu_model() local
160 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()
161 family = (fms >> 8) & 0xf; in update_cpu_model()
162 extended_family = (fms >> 20) & 0x0f; in update_cpu_model()
163 cpu_model = (fms >> 4) & 0xf; in update_cpu_model()
165 cpu_model += ((fms >> 16) & 0xf) << 4; in update_cpu_model()
167 cpu_stepping = fms & 0xf; in update_cpu_model()
/linux/arch/s390/
H A DMakefile25 KBUILD_CFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -O2 -mpacked-stack -std=gnu11 -fms-extensions
/linux/arch/arm64/kernel/vdso32/
H A DMakefile66 -std=gnu11 -fms-extensions
/linux/drivers/firmware/efi/libstub/
H A DMakefile14 cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ -std=gnu11 -fms-extensions \
/linux/arch/x86/boot/compressed/
H A DMakefile28 KBUILD_CFLAGS += -std=gnu11 -fms-extensions
/linux/arch/x86/
H A DMakefile51 REALMODE_CFLAGS := -std=gnu11 -fms-extensions -m16 -g -Os \
/linux/arch/x86/include/asm/
H A Dsev.h279 u32 fms; member
/linux/arch/powerpc/boot/
H A DMakefile73 -std=gnu11 -fms-extensions \
/linux/tools/power/x86/turbostat/
H A Dturbostat.c8778 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local
8796 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid()
8797 family = (fms >> 8) & 0xf; in process_cpuid()
8798 model = (fms >> 4) & 0xf; in process_cpuid()
8799 stepping = fms & 0xf; in process_cpuid()
8801 family += (fms >> 20) & 0xff; in process_cpuid()
8803 model += ((fms >> 16) & 0xf) << 4; in process_cpuid()
/linux/
H A DMakefile1087 KBUILD_CFLAGS += -fms-extensions