| /linux/tools/perf/pmu-events/ |
| H A D | models.py | 18 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 D | jevents.py | 703 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 D | Makefile | 9 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 D | run-tests.sh | 32 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 D | haps_hs_idu.dts | 44 compatible = "snps,archs-intc"; 50 compatible = "snps,archs-idu-intc"; 69 compatible = "snps,archs-pct";
|
| H A D | vdk_axc003_idu.dtsi | 31 core_intc: archs-intc@cpu { 32 compatible = "snps,archs-intc"; 38 compatible = "snps,archs-idu-intc";
|
| H A D | nsimosci_hs_idu.dts | 40 compatible = "snps,archs-intc"; 46 compatible = "snps,archs-idu-intc"; 93 compatible = "snps,archs-pct";
|
| H A D | axc003_idu.dtsi | 45 core_intc: archs-intc@cpu { 46 compatible = "snps,archs-intc"; 52 compatible = "snps,archs-idu-intc"; 93 compatible = "snps,archs-pct";
|
| H A D | vdk_axc003.dtsi | 30 core_intc: archs-intc@cpu { 31 compatible = "snps,archs-intc";
|
| H A D | nsimosci_hs.dts | 42 compatible = "snps,archs-intc"; 85 compatible = "snps,archs-pct";
|
| H A D | haps_hs.dts | 47 compatible = "snps,archs-intc"; 64 compatible = "snps,archs-pct";
|
| H A D | axc003.dtsi | 45 core_intc: archs-intc@cpu { 46 compatible = "snps,archs-intc"; 86 compatible = "snps,archs-pct";
|
| H A D | hsdk.dts | 77 compatible = "snps,archs-intc"; 83 compatible = "snps,archs-idu-intc"; 90 compatible = "snps,archs-pct"; 105 compatible = "snps,archs-timer-gfrc";
|
| H A D | skeleton_hs.dtsi | 35 compatible = "snps,archs-timer-rtc";
|
| H A D | skeleton_hs_idu.dtsi | 53 compatible = "snps,archs-timer-gfrc";
|
| /linux/tools/perf/util/ |
| H A D | disasm.c | 156 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 D | README | 12 it easy to compile test different archs. You can download the arch
|
| /linux/Documentation/networking/device_drivers/atm/ |
| H A D | fore200e.rst | 12 i386, alpha (untested), powerpc, sparc and sparc64 archs.
|
| /linux/Documentation/staging/ |
| H A D | xz.rst | 45 of the file. The trailer is needed by the boot code on some archs.
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx_2 | 142 consistent with what archs are expecting.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-mem.txt | 73 some AMD processors. Ignored on other archs.
|
| H A D | perf-c2c.txt | 58 processors. Ignored on other archs.
|
| /linux/security/ |
| H A D | Kconfig | 183 On arm and other archs it should not be higher than 32768.
|
| /linux/lib/ |
| H A D | Kconfig | 553 # Temporary. Goes away when all archs are cleaned up
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fallback-mechanisms.rst | 264 3. At the moment the EFI embedded-fw code only works on x86 because other archs
|