Home
last modified time | relevance | path

Searched refs:O2 (Results 1 – 25 of 136) sorted by relevance

123456

/linux/arch/powerpc/tools/
H A Dgcc-check-mprofile-kernel.sh16 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
22 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
H A Dcheck-fpatchable-function-entry.sh16 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
21 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
/linux/samples/hid/
H A DMakefile43 COMMON_CFLAGS += -Wall -O2
89 $(CLANG) --target=bpf -O2 -g -c -x c - -o ./llvm_btf_verify.o; \
201 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
245 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \
246 $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \
/linux/arch/sparc/net/
H A Dbpf_jit_32.h25 #define O2 0x0a macro
35 #define r_X O2
/linux/sound/mips/
H A DKconfig14 tristate "SGI O2 Audio"
18 Sound support for the SGI O2 Workstation.
/linux/tools/tracing/rtla/
H A DMakefile72 $(QUIET_CLANG)$(CLANG) -g -O2 -target bpf -c $(filter %.c,$^) -o $@
78 $(QUIET_CLANG)$(CLANG) -g -O2 -target bpf -c $(filter %.c,$^) -o $@
81 $(QUIET_CLANG)$(CLANG) -g -O2 -target bpf -c $(filter %.c,$^) -o $@
/linux/tools/virtio/ringtest/
H A DMakefile7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
/linux/arch/arm/vdso/
H A DMakefile31 CFLAGS_vgettimeofday.o = -O2
33 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)
/linux/samples/bpf/
H A DMakefile149 COMMON_CFLAGS += -Wall -O2
206 $(CLANG) --target=bpf -O2 -g -c -x c - -o ./llvm_btf_verify.o; \
294 XDP_SAMPLE_CFLAGS += -Wall -O2 \
344 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
387 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \
388 $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \
/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c1943 SDHCI_PCI_DEVICE(O2, 8120, o2),
1944 SDHCI_PCI_DEVICE(O2, 8220, o2),
1945 SDHCI_PCI_DEVICE(O2, 8221, o2),
1946 SDHCI_PCI_DEVICE(O2, 8320, o2),
1947 SDHCI_PCI_DEVICE(O2, 8321, o2),
1948 SDHCI_PCI_DEVICE(O2, FUJIN2, o2),
1949 SDHCI_PCI_DEVICE(O2, SDS0, o2),
1950 SDHCI_PCI_DEVICE(O2, SDS1, o2),
1951 SDHCI_PCI_DEVICE(O2, SEABIRD0, o2),
1952 SDHCI_PCI_DEVICE(O2, SEABIRD1, o2),
[all …]
/linux/tools/testing/selftests/hid/
H A DMakefile200 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v3 -o $2
205 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v2 -o $2
210 $(Q)$(BPF_GCC) $3 -O2 -c $1 -o $2
/linux/tools/testing/selftests/move_mount_set_group/
H A DMakefile3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2
/linux/tools/testing/selftests/rlimits/
H A DMakefile3 CFLAGS += -Wall -O2 -g
/linux/tools/testing/selftests/tmpfs/
H A DMakefile2 CFLAGS += -Wall -O2
/linux/tools/testing/selftests/filesystems/fat/
H A DMakefile5 CFLAGS += -O2 -g -Wall $(KHDR_INCLUDES)
/linux/tools/testing/selftests/mqueue/
H A DMakefile2 CFLAGS += -O2
/linux/tools/testing/selftests/safesetid/
H A DMakefile3 CFLAGS = -Wall -O2
/linux/tools/testing/selftests/mount_setattr/
H A DMakefile3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread
/linux/tools/testing/selftests/ir/
H A DMakefile5 CFLAGS += -Wall -O2 -I$(APIDIR)
/linux/tools/testing/selftests/mount/
H A DMakefile4 -O2
/linux/tools/testing/selftests/tty/
H A DMakefile2 CFLAGS = -O2 -Wall
/linux/tools/testing/selftests/pci_endpoint/
H A DMakefile2 CFLAGS += -O2 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/linux/tools/testing/selftests/iommu/
H A DMakefile2 CFLAGS += -Wall -O2 -Wno-unused-function
/linux/tools/testing/selftests/filesystems/statmount/
H A DMakefile3 CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
/linux/tools/testing/selftests/capabilities/
H A DMakefile5 CFLAGS += -O2 -g -std=gnu99 -Wall $(KHDR_INCLUDES)

123456