Lines Matching refs:x86

5 ifeq ($(ARCH),x86)
128 include $(srctree)/arch/x86/Makefile_32.cpu
150 # By default gcc and clang use a stack alignment of 16 bytes for x86.
151 # However the standard kernel entry on x86-64 leaves the stack on an
166 KBUILD_CFLAGS += -march=x86-64 -mtune=generic
167 KBUILD_RUSTFLAGS += -Ctarget-cpu=x86-64 -Ztune-cpu=generic
215 # retpoline builds, however, gcc does not for x86. This has
250 $(Q)$(MAKE) $(build)=arch/x86/tools relocs vdso2c
256 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
261 cpufeaturemasks.hdr := arch/x86/include/generated/asm/cpufeaturemasks.h
262 cpufeaturemasks.awk := $(srctree)/arch/x86/tools/cpufeaturemasks.awk
263 cpufeatures_hdr := $(srctree)/arch/x86/include/asm/cpufeatures.h
275 libs-y += arch/x86/lib/
278 drivers-$(CONFIG_PCI) += arch/x86/pci/
281 drivers-$(CONFIG_PM) += arch/x86/power/
283 drivers-$(CONFIG_VIDEO) += arch/x86/video/
288 boot := arch/x86/boot
302 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
306 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
315 vdso-install-$(CONFIG_X86_64) += arch/x86/entry/vdso/vdso64/vdso64.so.dbg
316 vdso-install-$(CONFIG_X86_X32_ABI) += arch/x86/entry/vdso/vdso64/vdsox32.so.dbg
317 vdso-install-$(CONFIG_COMPAT_32) += arch/x86/entry/vdso/vdso32/vdso32.so.dbg
336 $(orc_hash_h): $(srctree)/arch/x86/include/asm/orc_types.h $(orc_hash_sh) FORCE
346 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
351 echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
352 echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
353 echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
354 echo ' hdimage - Create a BIOS/EFI hard disk image (arch/x86/boot/hdimage)'
355 echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'