Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dspe-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/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc9863a.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 */
H A Dums512.dtsi133 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_HIGH>, /* Physical Secure PPI */
134 <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>, /* Physical Non-Secure PPI */
135 <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>, /* Virtual PPI */
136 <GIC_PPI 10 IRQ_TYPE_LEVEL_HIGH>; /* Hipervisor PPI */
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1012a.dtsi77 interrupts = <1 13 IRQ_TYPE_LEVEL_LOW>,/* Physical Secure PPI */
78 <1 14 IRQ_TYPE_LEVEL_LOW>,/* Physical Non-Secure PPI */
79 <1 11 IRQ_TYPE_LEVEL_LOW>,/* Virtual PPI */
80 <1 10 IRQ_TYPE_LEVEL_LOW>;/* Hypervisor PPI */
H A Dfsl-ls208xa.dtsi244 interrupts = <1 13 4>, /* Physical Secure PPI, active-low */
245 <1 14 4>, /* Physical Non-Secure PPI, active-low */
246 <1 11 4>, /* Virtual PPI, active-low */
247 <1 10 4>; /* Hypervisor PPI, active-low */
252 interrupts = <1 7 0x8>; /* PMU PPI, Level low type */
H A Dfsl-ls1088a.dtsi186 interrupts = <1 13 IRQ_TYPE_LEVEL_LOW>,/* Physical Secure PPI */
187 <1 14 IRQ_TYPE_LEVEL_LOW>,/* Physical Non-Secure PPI */
188 <1 11 IRQ_TYPE_LEVEL_LOW>,/* Virtual PPI */
189 <1 10 IRQ_TYPE_LEVEL_LOW>;/* Hypervisor PPI */
H A Dfsl-ls1043a.dtsi271 interrupts = <1 13 0xf08>, /* Physical Secure PPI */
272 <1 14 0xf08>, /* Physical Non-Secure PPI */
273 <1 11 0xf08>, /* Virtual PPI */
274 <1 10 0xf08>; /* Hypervisor PPI */
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap5.dtsi95 /* PPI secure/nonsecure IRQ */
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer186 >20 belong&0x03FFFFFF 192 (PPI
/freebsd/sys/x86/conf/
H A DNOTES523 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
/freebsd/sys/amd64/conf/
H A DNOTES
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.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/contrib/tcpdump/
H A DCHANGES694 Fix "-x" for Apple PKTAP and PPI packets
746 Fix PPI printing
900 fixes for PPI packet header handling and printing.
/freebsd/sys/i386/conf/
H A DNOTES
/freebsd/contrib/libpcap/
H A Dpcap.c3293 DLT_CHOICE(PPI, "Per-Packet Information"),
H A DCHANGES1144 Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)