Home
last modified time | relevance | path

Searched full:archs (Results 1 – 25 of 152) sorted by relevance

1234567

/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/Documentation/devicetree/bindings/timer/
H A Dsnps,archs-rtc.yaml4 $id: http://devicetree.org/schemas/snps,archs-rtc.yaml#
14 const: snps,archs-rtc
28 compatible = "snps,archs-rtc";
H A Dsnps,archs-gfrc.yaml4 $id: http://devicetree.org/schemas/snps,archs-gfrc.yaml#
14 const: snps,archs-gfrc
28 compatible = "snps,archs-gfrc";
H A Dsnps,arc-timer.yaml15 - Found on all ARC CPUs (ARC700/ARCHS)
28 Use <16> for ARCHS cores, <3> for ARC700 cores.
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dsnps,archs-intc.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/snps,archs-intc.yaml#
19 const: snps,archs-intc
44 compatible = "snps,archs-intc";
H A Dsnps,archs-idu-intc.yaml4 $id: http://devicetree.org/schemas/snps,archs-idu-intc.yaml#
22 const: snps,archs-idu-intc
45 compatible = "snps,archs-idu-intc";
/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 Dvdk_axc003_idu.dtsi31 core_intc: archs-intc@cpu {
32 compatible = "snps,archs-intc";
38 compatible = "snps,archs-idu-intc";
H A Dhaps_hs_idu.dts44 compatible = "snps,archs-intc";
50 compatible = "snps,archs-idu-intc";
69 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 Dnsimosci_hs_idu.dts40 compatible = "snps,archs-intc";
46 compatible = "snps,archs-idu-intc";
93 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 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 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 Dhaps_hs.dts47 compatible = "snps,archs-intc";
64 compatible = "snps,archs-pct";
/linux/Documentation/devicetree/bindings/arc/
H A Dsnps,archs-pct.yaml4 $id: http://devicetree.org/schemas/arc/snps,archs-pct.yaml#
20 const: snps,archs-pct
/linux/scripts/
H A Dxz_wrap.sh9 # This has specialized settings for the following archs. However,
26 # A few archs use 2-byte or 4-byte aligned instructions depending on
158 # On the archs that use this script to compress the kernel,
/linux/arch/arc/kernel/
H A Dintc-arcv2.c68 pr_info("archs-intc\t: %d priority levels (default %d)%s\n", in arc_init_IRQ()
191 IRQCHIP_DECLARE(arc_intc, "snps,archs-intc", init_onchip_IRQ);
/linux/include/asm-generic/
H A Dlocal64.h60 * in interrupt, etc. Some archs can optimize this case well. */
99 * in interrupt, etc. Some archs can optimize this case well. */
/linux/kernel/trace/
H A Dfgraph.c294 /* ftrace_graph_entry set to this to tell some archs to run function graph */
301 /* ftrace_graph_return set to this to tell some archs to run function graph */
503 * archs can override this function if they must do something
512 * archs can override this function if they must do something
634 * Not all archs define MCOUNT_INSN_SIZE which is used to look for direct
635 * functions. But those archs currently don't support direct functions
637 * Define MCOUNT_INSN_SIZE to keep those archs compiling.
1389 * Some archs just test to see if these are not in register_ftrace_graph()
/linux/drivers/gpu/drm/i915/
H A Di915_iosf_mbi.h13 /* Stubs to compile for all non-x86 archs */
/linux/tools/perf/tests/
H A Dperf-time-to-tsc.c26 * Except x86_64/i386 and Arm64, other archs don't support TSC in perf. Just
27 * enable the test for x86_64/i386 and Arm64 archs.

1234567