| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/ |
| H A D | debian_patches_0014_avoid_pic_overwrite.diff | 6 Description: This patch makes sure the non-PIC version of libsasldb.a, which 7 is created out of non-PIC objects, is not going to overwrite the PIC version, 8 which is created out of PIC objects. The PIC version is placed in .libs, and 9 the non-PIC version in the current directory. This ensures that both non-PIC 10 and PIC versions are available in the correct locations.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | open-pic.txt | 1 * Open PIC Binding 4 representation of an Open PIC compliant interrupt controller. This binding is 5 based on the binding defined for Open PIC in [1] and is a superset of that 13 - compatible: Specifies the compatibility list for the PIC. The type 17 PIC's addressable register space. The type shall be <prop-encoded-array>. 20 as an Open PIC. No property value shall be defined. 31 - pic-no-reset: The presence of this property indicates that the PIC 55 * An Open PIC interrupt controller 62 // this Open PIC node do not need a parent address specifier. 71 // Compatible with Open PIC. [all …]
|
| H A D | marvell,armada-8k-pic.txt | 1 Marvell Armada 7K/8K PIC Interrupt controller 4 This is the Device Tree binding for the PIC, a secondary interrupt 13 - reg: the register area for the PIC interrupt controller
|
| H A D | cdns,xtensa-mx.txt | 6 Remaining properties have exact same meaning as in Xtensa PIC
|
| H A D | google,goldfish-pic.txt | 1 Android Goldfish PIC
|
| /OK3568_Linux_fs/buildroot/package/mbedtls/ |
| H A D | 0001-bn_mul.h-fix-x86-PIC-inline-ASM-compilation-with-GCC.patch | 4 Subject: [PATCH] bn_mul.h: fix x86 PIC inline ASM compilation with GCC < 5 12 assembly fails to build with GCC < 5 in PIC mode with the following error: 14 include/mbedtls/bn_mul.h:46:13: error: PIC register clobbered by ‘ebx’ in ‘asm’ 17 used for the GOT) as a fixed reserved register when building as PIC. 22 Register allocation improvements: Reuse of the PIC hard register, instead of 24 improves generated PIC code performance as more hard registers can be used. 47 + * fixed reserved register when building as PIC, leading to errors 48 + * like: bn_mul.h:46:13: error: PIC register clobbered by ‘ebx’ in ‘asm’ 52 + * Register allocation improvements: Reuse of the PIC hard register, 54 + * targets. This improves generated PIC code performance as more hard
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | mpc8272ads.dts | 74 interrupt-parent = <&PIC>; 108 interrupt-parent = <&PIC>; 156 interrupt-parent = <&PIC>; 167 interrupt-parent = <&PIC>; 176 interrupt-parent = <&PIC>; 191 interrupt-parent = <&PIC>; 197 interrupt-parent = <&PIC>; 210 interrupt-parent = <&PIC>; 223 interrupt-parent = <&PIC>; 234 interrupt-parent = <&PIC>; [all …]
|
| H A D | pq2fads.dts | 73 interrupt-parent = <&PIC>; 106 interrupt-parent = <&PIC>; 155 interrupt-parent = <&PIC>; 166 interrupt-parent = <&PIC>; 177 interrupt-parent = <&PIC>; 189 interrupt-parent = <&PIC>; 207 interrupt-parent = <&PIC>; 213 interrupt-parent = <&PIC>; 225 interrupt-parent = <&PIC>; 231 PIC: interrupt-controller@10c00 { label
|
| H A D | ep8248e.dts | 72 interrupt-parent = <&PIC>; 77 interrupt-parent = <&PIC>; 135 interrupt-parent = <&PIC>; 148 interrupt-parent = <&PIC>; 161 interrupt-parent = <&PIC>; 174 interrupt-parent = <&PIC>; 186 interrupt-parent = <&PIC>; 192 PIC: interrupt-controller@10c00 { label
|
| H A D | mgcoge.dts | 140 interrupt-parent = <&PIC>; 153 interrupt-parent = <&PIC>; 164 interrupt-parent = <&PIC>; 194 interrupt-parent = <&PIC>; 207 interrupt-parent = <&PIC>; 218 interrupt-parent = <&PIC>; 226 interrupt-parent = <&PIC>; 253 PIC: interrupt-controller@10c00 { label
|
| H A D | mpc885ads.dts | 32 interrupt-parent = <&PIC>; 103 interrupt-parent = <&PIC>; 115 interrupt-parent = <&PIC>; 120 PIC: interrupt-controller@0 { label 134 interrupt-parent = <&PIC>; 171 interrupt-parent = <&PIC>; 228 interrupt-parent = <&PIC>;
|
| H A D | tqm8xx.dts | 39 interrupt-parent = <&PIC>; 73 interrupt-parent = <&PIC>; 85 interrupt-parent = <&PIC>; 115 interrupt-parent = <&PIC>; 120 PIC: pic@0 { label 161 interrupt-parent = <&PIC>;
|
| H A D | ep88xc.dts | 32 interrupt-parent = <&PIC>; 98 interrupt-parent = <&PIC>; 110 interrupt-parent = <&PIC>; 115 PIC: interrupt-controller@0 { label 129 interrupt-parent = <&PIC>; 165 interrupt-parent = <&PIC>;
|
| H A D | adder875-redboot.dts | 37 interrupt-parent = <&PIC>; 100 interrupt-parent = <&PIC>; 112 interrupt-parent = <&PIC>; 117 PIC: interrupt-controller@0 { label 156 interrupt-parent = <&PIC>;
|
| H A D | adder875-uboot.dts | 37 interrupt-parent = <&PIC>; 99 interrupt-parent = <&PIC>; 111 interrupt-parent = <&PIC>; 116 PIC: interrupt-controller@0 { label 155 interrupt-parent = <&PIC>;
|
| H A D | mpc866ads.dts | 32 interrupt-parent = <&PIC>; 83 interrupt-parent = <&PIC>; 88 PIC: pic@0 { label 129 interrupt-parent = <&PIC>;
|
| H A D | gamecube.dts | 50 interrupt-parent = <&PIC>; 62 PIC: pic { label
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0002-configure-support-PIC-code-build.patch | 4 Subject: [PATCH 2/2] configure: support PIC code build 26 + # disable match.S for PIC code
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0007-apic-fixup-fallthrough-to-PIC.patch | 4 Subject: [PATCH] apic: fixup fallthrough to PIC 6 Commit 0e21e12bb311c4c1095d0269dc2ef81196ccb60a [Don't route PIC
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 55 + /* After IRA has run in PIC mode, it is too late to put anything into the 56 + constant pool if the PIC register hasn't already been initialized. */ 191 /* Ensure that we are not using patterns that are not OK with PIC. */ 246 - /* In PIC mode, we need to always initialize the PIC register if optimization
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 52 + /* After IRA has run in PIC mode, it is too late to put anything into the 53 + constant pool if the PIC register hasn't already been initialized. */ 188 /* Ensure that we are not using patterns that are not OK with PIC. */ 243 - /* In PIC mode, we need to always initialize the PIC register if optimization
|
| /OK3568_Linux_fs/kernel/Documentation/x86/i386/ |
| H A D | IO-APIC.rst | 30 2: 0 XT-PIC cascade 31 13: 1 XT-PIC fpu 39 Some interrupts are still listed as 'XT PIC', but this is not a problem;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/ |
| H A D | usb.txt | 13 interrupt-parent = <&PIC>;
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/ |
| H A D | README | 9 ce1e5b1122 arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macro
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/ |
| H A D | libffi_%.bbappend | 1 # Also copy the PIC version of libffi.a to the sysroot, as Chromium needs it.
|