Home
last modified time | relevance | path

Searched refs:PE (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.3-rc2/drivers/pinctrl/freescale/
A Dpinctrl-imx27.c23 #define PE 4 macro
153 MX27_PAD_UART2_CTS = PAD_ID(PE, 3),
154 MX27_PAD_UART2_RTS = PAD_ID(PE, 4),
155 MX27_PAD_PWMO = PAD_ID(PE, 5),
166 MX27_PAD_RTCK = PAD_ID(PE, 16),
168 MX27_PAD_SD1_D0 = PAD_ID(PE, 18),
169 MX27_PAD_SD1_D1 = PAD_ID(PE, 19),
170 MX27_PAD_SD1_D2 = PAD_ID(PE, 20),
171 MX27_PAD_SD1_D3 = PAD_ID(PE, 21),
172 MX27_PAD_SD1_CMD = PAD_ID(PE, 22),
[all …]
/linux-6.3-rc2/Documentation/powerpc/
A Dpci_iov_resource_on_powernv.rst22 A Partitionable Endpoint (PE) is a way to group the various resources
30 cleared independently) for each PE.
103 can be assigned to a PE.
121 to a PE#. The segment number *is* the PE#.
142 spaces or assign the remaining PE# to 32-bit only devices.
199 to a single PE, so it could only isolate one VF.
203 PEs (the segment number is the PE#), so there isn't as much
205 multiple PEs, which is not as well isolated as a single PE.
291 segment number is the PE#.
303 Then each VF will be in its own PE. The VF BARs (and therefore the PE#s)
[all …]
/linux-6.3-rc2/Documentation/translations/zh_CN/riscv/
A Dboot-image-header.rst35 u32 res3; /* Reserved for PE COFF offset */
37 这种头格式与PE/COFF文件头兼容,并在很大程度上受到ARM64文件头的启发。因此,ARM64
44 EFI应用程序一样加载,EFI规范中规定在内核镜像的开始需要PE/COFF镜像文件头。为了
45 支持EFI桩,应该用“MZ”魔术字符替换掉code0,并且res3(偏移量未0x3c)应指向PE/COFF
/linux-6.3-rc2/arch/arm/boot/compressed/
A Defi-header.S19 @ PE/COFF signature "MZ" in the first two bytes, so the kernel
36 @ The PE header can be anywhere in the file, but for
38 @ The offset to the PE/COFF header needs to be at offset
41 @ PE/COFF offset, and the "MZ" bytes at offset 0x0.
43 .long pe_header - start @ Offset to the PE header.
/linux-6.3-rc2/Documentation/riscv/
A Dboot-image-header.rst25 u32 res3; /* Reserved for PE COFF offset */
27 This header format is compliant with PE/COFF header and largely inspired from
35 specification needs PE/COFF image header in the beginning of the kernel image
38 point to the rest of the PE/COFF header.
/linux-6.3-rc2/Documentation/translations/zh_CN/loongarch/
A Dbooting.rst37 内核镜像是EFI镜像。作为PE文件,它们有一个64字节的头部结构体,如下所示::
48 u32 pe_header - _head /* 到PE头的偏移量 */
/linux-6.3-rc2/arch/m68k/include/asm/
A DMC68328.h538 #define PE(x) (1 << (x)) macro
540 #define PE_CSA1 PE(1) /* Use CSA1 as PE(1) */
541 #define PE_CSA2 PE(2) /* Use CSA2 as PE(2) */
542 #define PE_CSA3 PE(3) /* Use CSA3 as PE(3) */
543 #define PE_CSB0 PE(4) /* Use CSB0 as PE(4) */
544 #define PE_CSB1 PE(5) /* Use CSB1 as PE(5) */
545 #define PE_CSB2 PE(6) /* Use CSB2 as PE(6) */
546 #define PE_CSB3 PE(7) /* Use CSB3 as PE(7) */
/linux-6.3-rc2/Documentation/translations/zh_CN/arm64/
A Dbooting.txt102 u32 res5; /* 保留 (用于 PE COFF 偏移) */
112 res5 是到 PE 文件头的偏移,而 PE 文件头含有 EFI 的启动入口点
/linux-6.3-rc2/Documentation/translations/zh_TW/arm64/
A Dbooting.txt106 u32 res5; /* 保留 (用於 PE COFF 偏移) */
116 res5 是到 PE 文件頭的偏移,而 PE 文件頭含有 EFI 的啓動入口點
/linux-6.3-rc2/Documentation/loongarch/
A Dbooting.rst30 Linux/LoongArch kernel images are EFI images. Being PE files, they have
42 u32 pe_header - _head /* Offset to the PE header */
/linux-6.3-rc2/Documentation/driver-api/
A Dvfio.rst342 (PE is often a PCI domain but not always).
350 out of the window leads to the whole PE isolation.
428 * PE, and put child devices belonging to same IOMMU group to the
429 * PE instance for later reference.
432 /* Check the PE's state and make sure it's in functional state */
455 * of the PCI device. Check the PE's state to see if that has been
461 * produce any more PCI traffic from/to the affected PE until
465 /* Enable IO for the affected PE and collect logs. Usually, the
473 * Issue PE reset: hot or fundamental reset. Usually, hot reset
482 /* Configure the PCI bridges for the affected PE */
[all …]
/linux-6.3-rc2/crypto/asymmetric_keys/
A DKconfig68 bool "Support for PE file signature verification"
76 signed PE binary.
/linux-6.3-rc2/arch/x86/realmode/rm/
A Dtrampoline_32.S53 movw $1, %dx # protected mode (PE) bit
/linux-6.3-rc2/Documentation/admin-guide/
A Defi-stub.rst6 as a PE/COFF image, thereby convincing EFI firmware loaders to load
17 masquerades as a PE/COFF image and the EFI stub is linked into the
/linux-6.3-rc2/Documentation/arm/
A Duefi.rst34 PE/COFF executable, including a loader application that makes it possible to
/linux-6.3-rc2/arch/x86/boot/
A Dheader.S85 # Offset to the PE header.
142 # PE specification requires ImageBase to be 64k aligned
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-coresight-devices-etm4x21 Description: (Read) Indicates the number of PE comparator inputs that are
98 Description: (RW) Controls which PE to trace.
296 Description: (RW) Access the start stop control register for PE input
329 Description: (RW) Access the selected single show PE comparator control
/linux-6.3-rc2/arch/x86/kernel/
A Dhead_32.S296 andl $0x80000011,%eax # Save PG,PE,ET
/linux-6.3-rc2/Documentation/devicetree/bindings/net/can/
A Dfsl,flexcan.yaml97 Select the clock source to the CAN Protocol Engine (PE). It's SoC
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dingenic,pinctrl.yaml22 pins. The X2000 and the X2100 contains 5 GPIO ports, PA to PE, for a total of
/linux-6.3-rc2/Documentation/trace/coresight/
A Dcoresight-etm4x-reference.rst280 Access a single shot PE comparator input control register.
311 Access PE start stop comparator input control registers
604 Number of PE comparator inputs
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dbcm3510_priv.h301 u8 PE :1; /* baud clock pin */ member
/linux-6.3-rc2/arch/arm/boot/dts/
A Dsun8i-h2-plus-bananapi-m2-zero.dts225 /* PE */
A Dsun7i-a20-bananapi.dts223 /* PE */
/linux-6.3-rc2/Documentation/arm64/
A Dbooting.rst86 u32 res5; /* reserved (used for PE COFF offset) */
96 res5 is an offset to the PE header and the PE header has the EFI

Completed in 47 milliseconds

12