Home
last modified time | relevance | path

Searched refs:archs (Results 1 – 25 of 31) sorted by relevance

12

/linux/tools/perf/pmu-events/
H A Dmodels.py18 archs = []
23 archs.append(item.name)
25 if len(archs) < 1:
28 return archs
30 def find_mapfiles(start_dir: str, archs: List[str]) -> List[str]:
32 for arch in archs:
67 archs = find_archs(args.starting_dir, args.arch)
68 mapfiles = find_mapfiles(args.starting_dir, archs)
H A Djevents.py703 def print_mapping_table(archs: Sequence[str]) -> None:
739 for arch in archs:
1449 archs = []
1454 archs.append(item.name)
1456 if len(archs) < 2 and _args.arch != 'none':
1459 archs.sort()
1460 for arch in archs:
1470 for arch in archs:
1476 print_mapping_table(archs)
/linux/arch/arc/lib/
H A DMakefile9 lib-$(CONFIG_ISA_ARCV2) += memset-archs.o strcmp-archs.o
12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs-unaligned.o
14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs.o
/linux/tools/testing/selftests/nolibc/
H A Drun-tests.sh32 archs="${all_archs[@]}"
47 ${archs}
103 archs="$*"
205 for arch in $archs; do
210 for arch in $archs; do
/linux/arch/arc/boot/dts/
H A Dhaps_hs_idu.dts44 compatible = "snps,archs-intc";
50 compatible = "snps,archs-idu-intc";
69 compatible = "snps,archs-pct";
H A Dvdk_axc003_idu.dtsi31 core_intc: archs-intc@cpu {
32 compatible = "snps,archs-intc";
38 compatible = "snps,archs-idu-intc";
H A Dnsimosci_hs_idu.dts40 compatible = "snps,archs-intc";
46 compatible = "snps,archs-idu-intc";
93 compatible = "snps,archs-pct";
H A Daxc003_idu.dtsi45 core_intc: archs-intc@cpu {
46 compatible = "snps,archs-intc";
52 compatible = "snps,archs-idu-intc";
93 compatible = "snps,archs-pct";
H A Dvdk_axc003.dtsi30 core_intc: archs-intc@cpu {
31 compatible = "snps,archs-intc";
H A Dnsimosci_hs.dts42 compatible = "snps,archs-intc";
85 compatible = "snps,archs-pct";
H A Dhaps_hs.dts47 compatible = "snps,archs-intc";
64 compatible = "snps,archs-pct";
H A Daxc003.dtsi45 core_intc: archs-intc@cpu {
46 compatible = "snps,archs-intc";
86 compatible = "snps,archs-pct";
H A Dhsdk.dts77 compatible = "snps,archs-intc";
83 compatible = "snps,archs-idu-intc";
90 compatible = "snps,archs-pct";
105 compatible = "snps,archs-timer-gfrc";
H A Dskeleton_hs.dtsi35 compatible = "snps,archs-timer-rtc";
H A Dskeleton_hs_idu.dtsi53 compatible = "snps,archs-timer-gfrc";
/linux/tools/perf/util/
H A Ddisasm.c156 static const struct arch **archs; in arch__find() local
165 tmp = bsearch(&key, archs, num_archs, sizeof(*archs), arch__key_cmp); in arch__find()
178 tmp = reallocarray(archs, num_archs + 1, sizeof(*archs)); in arch__find()
189 archs = tmp; in arch__find()
190 archs[num_archs++] = result; in arch__find()
191 qsort(archs, num_archs, sizeof(*archs), arch__cmp); in arch__find()
/linux/tools/testing/ktest/examples/
H A DREADME12 it easy to compile test different archs. You can download the arch
/linux/Documentation/networking/device_drivers/atm/
H A Dfore200e.rst12 i386, alpha (untested), powerpc, sparc and sparc64 archs.
/linux/Documentation/staging/
H A Dxz.rst45 of the file. The trailer is needed by the boot code on some archs.
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_2142 consistent with what archs are expecting.
/linux/tools/perf/Documentation/
H A Dperf-mem.txt73 some AMD processors. Ignored on other archs.
H A Dperf-c2c.txt58 processors. Ignored on other archs.
/linux/security/
H A DKconfig183 On arm and other archs it should not be higher than 32768.
/linux/lib/
H A DKconfig553 # Temporary. Goes away when all archs are cleaned up
/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst264 3. At the moment the EFI embedded-fw code only works on x86 because other archs

12