Home
last modified time | relevance | path

Searched refs:PPI (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/
HDspe-pmu.txt11 - interrupts : Exactly 1 PPI must be listed. For heterogeneous systems where
13 the arm,gic-v3 binding for details on describing a PPI partition.
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/sprd/
HDsc9863a.dtsi130 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_HIGH>, /* Physical Secure PPI */
131 <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>, /* Physical Non-Secure PPI */
132 <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>, /* Virtual PPI */
133 <GIC_PPI 10 IRQ_TYPE_LEVEL_HIGH>; /* Hipervisor PPI */
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/freescale/
HDfsl-ls1012a.dtsi75 interrupts = <1 13 IRQ_TYPE_LEVEL_LOW>,/* Physical Secure PPI */
76 <1 14 IRQ_TYPE_LEVEL_LOW>,/* Physical Non-Secure PPI */
77 <1 11 IRQ_TYPE_LEVEL_LOW>,/* Virtual PPI */
78 <1 10 IRQ_TYPE_LEVEL_LOW>;/* Hypervisor PPI */
HDfsl-ls208xa.dtsi120 interrupts = <1 13 4>, /* Physical Secure PPI, active-low */
121 <1 14 4>, /* Physical Non-Secure PPI, active-low */
122 <1 11 4>, /* Virtual PPI, active-low */
123 <1 10 4>; /* Hypervisor PPI, active-low */
129 interrupts = <1 7 0x8>; /* PMU PPI, Level low type */
HDfsl-ls1088a.dtsi171 interrupts = <1 13 IRQ_TYPE_LEVEL_LOW>,/* Physical Secure PPI */
172 <1 14 IRQ_TYPE_LEVEL_LOW>,/* Physical Non-Secure PPI */
173 <1 11 IRQ_TYPE_LEVEL_LOW>,/* Virtual PPI */
174 <1 10 IRQ_TYPE_LEVEL_LOW>;/* Hypervisor PPI */
HDfsl-ls1043a.dtsi267 interrupts = <1 13 0xf08>, /* Physical Secure PPI */
268 <1 14 0xf08>, /* Physical Non-Secure PPI */
269 <1 11 0xf08>, /* Virtual PPI */
270 <1 10 0xf08>; /* Hypervisor PPI */
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDomap5.dtsi90 /* PPI secure/nonsecure IRQ */
/freebsd-13-stable/contrib/file/magic/Magdir/
HDsniffer186 >20 belong&0x03FFFFFF 192 (PPI
/freebsd-13-stable/sys/amd64/conf/
HDNOTES525 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6430 pp_iterator PPI; in findPreprocessedEntity() local
6433 PPI = std::upper_bound(pp_begin, pp_end, Loc, in findPreprocessedEntity()
6442 PPI = First; in findPreprocessedEntity()
6443 std::advance(PPI, Half); in findPreprocessedEntity()
6445 ReadSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity()
6446 First = PPI; in findPreprocessedEntity()
6454 if (PPI == pp_end) in findPreprocessedEntity()
6457 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()
/freebsd-13-stable/contrib/tcpdump/
HDCHANGES694 Fix "-x" for Apple PKTAP and PPI packets
746 Fix PPI printing
900 fixes for PPI packet header handling and printing.
/freebsd-13-stable/sys/i386/conf/
HDNOTES741 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
/freebsd-13-stable/contrib/libpcap/
HDpcap.c3293 DLT_CHOICE(PPI, "Per-Packet Information"),
HDCHANGES1144 Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)