Searched refs:ARCH (Results 76 - 89 of 89) sorted by relevance

1234

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm655 // ACC VGPR count may differ from ARCH VGPR count.
764 // Save ARCH VGPRs 4-N, then all ACC VGPRs, then ARCH VGPRs 0-3.
768 // ARCH VGPRs at offset: 0
787 // ACC VGPR count may differ from ARCH VGPR count.
795 // ACC VGPRs at offset: size(ARCH VGPRs)
1047 // VGPR count includes ACC VGPRs, use ACC VGPR offset for ARCH VGPR count.
1065 // ACC VGPR count = VGPR count - ARCH VGPR count.
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile128 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/parisc/
H A DMakefile32 ifeq ($(ARCH),parisc64)
/linux-master/arch/s390/
H A DMakefile70 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include
/linux-master/tools/testing/selftests/
H A Dlib.mk21 CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(ARCH))
H A DMakefile174 ARCH ?= $(SUBARCH) macro
/linux-master/tools/testing/selftests/bpf/
H A DMakefile316 ARCH= CROSS_COMPILE= CC="$(HOSTCC)" LD="$(HOSTLD)" \
327 ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) \
360 EXTRA_CFLAGS='-g $(OPT_FLAGS)' ARCH= CROSS_COMPILE= \
/linux-master/arch/loongarch/
H A DMakefile51 ifneq ($(SUBARCH),$(ARCH))
/linux-master/arch/mips/
H A DMakefile493 generic_config_dir = $(srctree)/arch/$(ARCH)/configs/generic
531 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ | \
536 $(Q)$(CONFIG_SHELL) $(srctree)/arch/$(ARCH)/tools/generic-board-config.sh \
/linux-master/tools/bpf/bpftool/
H A DMakefile56 ARCH= CROSS_COMPILE= CC="$(HOSTCC)" LD="$(HOSTLD)" AR="$(HOSTAR)" $@ install_headers
/linux-master/samples/bpf/
H A DMakefile156 ifeq ($(ARCH), arm)
164 ifeq ($(ARCH), mips)
/linux-master/scripts/
H A DMakefile.build201 sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
371 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/linux-master/tools/perf/
H A DMakefile.config49 # Additional ARCH settings for ppc
55 # Additional ARCH settings for x86
82 ifeq ($(ARCH),s390)
86 ifeq ($(ARCH),mips)
186 # include ARCH specific config
/linux-master/tools/perf/util/
H A Dheader.c3440 FEAT_OPR(ARCH, arch, false),

Completed in 289 milliseconds

1234