Home
last modified time | relevance | path

Searched refs:cpufeature (Results 1 – 7 of 7) sorted by relevance

/linux/arch/um/kernel/
H A DMakefile52 cpufeature = $(src)/../../x86/include/asm/cpufeatures.h macro
55 $(obj)/capflags.c: $(cpufeature) $(vmxfeature) $(src)/../../x86/kernel/cpu/mkcapflags.sh FORCE
/linux/arch/x86/kernel/cpu/
H A DMakefile71 cpufeature = $(src)/../../include/asm/cpufeatures.h macro
74 $(obj)/capflags.c: $(cpufeature) $(vmxfeature) $(src)/mkcapflags.sh FORCE
/linux/arch/x86/include/asm/
H A Dmpspec_def.h73 unsigned int cpufeature; member
/linux/arch/riscv/kernel/
H A DMakefile53 obj-y += cpufeature.o
/linux/Documentation/arch/arm64/
H A Dpointer-authentication.rst106 KVM_GET/SET_REG_* ioctls and mask those features from cpufeature ID
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt52 implementation that lacks the "transactional-memory" cpufeature node
/linux/arch/x86/kernel/
H A Dmpparse.c385 processor.cpufeature = (boot_cpu_data.x86 << 8) | in construct_default_ISA_mptable()