Home
last modified time | relevance | path

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

123456

/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.py720 def print_mapping_table(archs: Sequence[str]) -> None:
758 for arch in archs:
1528 archs = []
1533 archs.append(item.name)
1535 if len(archs) < 2 and _args.arch != 'none':
1538 archs.sort()
1547 for arch in archs:
1556 for arch in archs:
1577 for arch in archs:
1583 print_mapping_table(archs)
[all...]
/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.sh35 archs="${all_archs[@]}"
50 ${archs}
106 archs="$*"
214 for arch in $archs; do
219 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 Dhaps_hs.dts47 compatible = "snps,archs-intc";
64 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";
/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/tools/testing/selftests/bpf/
H A Dbpf_experimental.h441 * Report whether it is in interrupt context. Only works on the following archs:
464 * Report whether it is in NMI context. Only works on the following archs:
478 * Report whether it is in hard IRQ context. Only works on the following archs:
492 * Report whether it is in softirq context. Only works on the following archs:
514 * Report whether it is in task context. Only works on the following archs:
/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/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.

123456