Home
last modified time | relevance | path

Searched refs:mte_cc_support (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A DMakefile18 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -march=armv8.5-a+memtag -E -x c /dev/null -o /dev/null 2>&1) then echo "1"; fi) macro
23 mte_cc_support := 1 macro
27 ifeq ($(mte_cc_support),1)
39 ifeq ($(mte_cc_support),1)
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H A DMakefile12 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -E -x c /dev/null -o /dev/null 2>&1) then echo "1"; fi) macro
14 ifeq ($(mte_cc_support),1)
25 ifeq ($(mte_cc_support),1)

Completed in 1 milliseconds