Searched refs:O3 (Results 1 – 20 of 20) sorted by relevance
/linux-6.3-rc2/arch/sparc/net/ |
A D | bpf_jit_32.h | 26 #define O3 0x0b macro 36 #define r_saved_O7 O3
|
A D | bpf_jit_64.h | 15 #define O3 0x0b macro
|
A D | bpf_jit_comp_64.c | 216 [BPF_REG_4] = O3, 834 emit_reg_move(I3, O3, ctx); in build_prologue()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/ |
A D | README | 14 $ gcc -O3 -I./include -o gzfht_test gzfht_test.c gzip_vas.c 15 $ gcc -O3 -I./include -o gunz_test gunz_test.c gzip_vas.c
|
A D | Makefile | 1 CFLAGS = -O3 -m64 -I./include -I../include
|
/linux-6.3-rc2/lib/lz4/ |
A D | Makefile | 2 ccflags-y += -O3
|
/linux-6.3-rc2/tools/testing/selftests/tdx/ |
A D | Makefile | 3 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES) -static
|
/linux-6.3-rc2/tools/testing/selftests/dmabuf-heaps/ |
A D | Makefile | 2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
|
/linux-6.3-rc2/tools/testing/selftests/rtc/ |
A D | Makefile | 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
/linux-6.3-rc2/tools/thermal/tmon/ |
A D | Makefile | 9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
|
/linux-6.3-rc2/tools/testing/selftests/timers/ |
A D | Makefile | 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | ste-href-family-pinctrl.dtsi | 127 "GPIO165_C21", /* O3 */ 153 "GPIO165_C21", /* O3 */
|
A D | vf610-zii-dev-rev-c.dts | 291 * I/O3 - DD1_IO_RESET
|
/linux-6.3-rc2/Documentation/arm/ |
A D | kernel_mode_neon.rst | 84 instructions of its own at -O3 level if -mfpu=neon is selected, and even if the 110 The GCC option -ftree-vectorize (implied by -O3) tries to exploit implicit
|
/linux-6.3-rc2/arch/mips/vdso/ |
A D | Makefile | 35 -O3 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
|
/linux-6.3-rc2/tools/testing/selftests/wireguard/qemu/ |
A D | Makefile | 48 export CFLAGS := -O3 -pipe
|
/linux-6.3-rc2/Documentation/trace/coresight/ |
A D | coresight.rst | 570 $ gcc-5 -O3 sort.c -o sort 583 $ gcc-5 -O3 -fauto-profile=sort.gcov sort.c -o sort_autofdo
|
/linux-6.3-rc2/Documentation/driver-api/mtd/ |
A D | nand_ecc.rst | 740 (gcc 4.2, -O3) 751 5 (big endian mode, gcc 4.1.2, -O3)
|
/linux-6.3-rc2/tools/perf/ |
A D | Makefile.config | 232 CORE_CFLAGS += -O3
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-intel-pt.txt | 1202 $ gcc-5 -O3 sort.c -o sort_optimized 1218 $ gcc-5 -O3 -fauto-profile=sort.gcov sort.c -o sort_autofdo 1827 $ gcc -Wall -Wextra -O3 -g -o eg_ptw eg_ptw.c
|
Completed in 31 milliseconds