The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/arm/arm-dsu-pmu.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * ARM DynamIQ Shared Unit (DSU) Performance Monitor Unit (PMU)
    2 
    3 ARM DyanmIQ Shared Unit (DSU) integrates one or more CPU cores
    4 with a shared L3 memory system, control logic and external interfaces to
    5 form a multicore cluster. The PMU enables to gather various statistics on
    6 the operations of the DSU. The PMU provides independent 32bit counters that
    7 can count any of the supported events, along with a 64bit cycle counter.
    8 The PMU is accessed via CPU system registers and has no MMIO component.
    9 
   10 ** DSU PMU required properties:
   11 
   12 - compatible    : should be one of :
   13 
   14                 "arm,dsu-pmu"
   15 
   16 - interrupts    : Exactly 1 SPI must be listed.
   17 
   18 - cpus          : List of phandles for the CPUs connected to this DSU instance.
   19 
   20 
   21 ** Example:
   22 
   23 dsu-pmu-0 {
   24         compatible = "arm,dsu-pmu";
   25         interrupts = <GIC_SPI 02 IRQ_TYPE_LEVEL_HIGH>;
   26         cpus = <&cpu_0>, <&cpu_1>;
   27 };

Cache object: 41056ba0494ea72874690f4b05ff1ad8


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.