Home
last modified time | relevance | path

Searched refs:System (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/OK3568_Linux_fs/kernel/drivers/eisa/
H A Deisa.ids18 ACE1010 "ACME Super Fast System Board"
26 ACR1201 "Acer 1200 486/25 EISA System Board"
27 ACR1211 "AcerFrame 3000SP33 486/33 EISA System Board"
40 ACR1801 "Acer P43WE EISA System Board"
49 ACR4509 "ACER/Altos M1 System Board"
55 AIM0002 "AUVA OPTi/EISA 32-Bit 486 All-in-One System Board"
62 AEI0401 "486EI EISA System Board"
63 AEO0301 "486EO EISA System Board"
67 AIR0301 "AIR 486EO EISA System Board"
68 AIR0401 "486EI EISA System Board"
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ogl-runtime/
H A D0001-Qt3D-Add-support-to-fix-build-on-ppc64.patch32 @@ -62,6 +62,10 @@ const char *qt3ds::foundation::System::g
33 const char *qt3ds::foundation::System::g_Processor = "x64";
34 const char *qt3ds::foundation::System::g_BitWidth = "64";
35 const char *qt3ds::foundation::System::g_FloatingPointModel = "";
37 +const char *qt3ds::foundation::System::g_Processor = "ppc64";
38 +const char *qt3ds::foundation::System::g_BitWidth = "64";
39 +const char *qt3ds::foundation::System::g_FloatingPointModel = "";
42 const char *qt3ds::foundation::System::g_Processor = "arm";
43 @@ -79,7 +83,7 @@ const char *qt3ds::foundation::System::g
52 @@ -97,8 +101,10 @@ const char *qt3ds::foundation::System::g
[all …]
/OK3568_Linux_fs/kernel/arch/sh/boot/compressed/
H A Dinstall.sh37 if [ -f $4/System.map-$1 ]; then
38 mv $4/System.map-$1 $4/System.old
42 cp $3 $4/System.map-$1
50 if [ -f $4/System.map ]; then
51 mv $4/System.map $4/System.old
55 cp $3 $4/System.map
/OK3568_Linux_fs/kernel/drivers/soc/renesas/
H A DKconfig49 #comment "Renesas ARM SoCs System Type"
288 bool "System Controller support for R-Car" if COMPILE_TEST
291 bool "System Controller support for R-Car D3" if COMPILE_TEST
295 bool "System Controller support for R-Car E2" if COMPILE_TEST
299 bool "System Controller support for R-Car E3" if COMPILE_TEST
303 bool "System Controller support for R-Car H1" if COMPILE_TEST
307 bool "System Controller support for R-Car H2" if COMPILE_TEST
311 bool "System Controller support for R-Car H3" if COMPILE_TEST
315 bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST
319 bool "System Controller support for R-Car M3-N" if COMPILE_TEST
[all …]
/OK3568_Linux_fs/kernel/scripts/package/
H A Dmkspec47 Group: System Environment/Kernel
60 Group: Development/System
72 $S$M Group: System Environment/Kernel
95 cp System.map %{buildroot}/boot/System.map-$KERNELRELEASE
111 …if [ -x /sbin/installkernel -a -r /boot/vmlinuz-$KERNELRELEASE -a -r /boot/System.map-$KERNELRELEA…
113 cp /boot/System.map-$KERNELRELEASE /boot/.System.map-$KERNELRELEASE-rpm
114 rm -f /boot/vmlinuz-$KERNELRELEASE /boot/System.map-$KERNELRELEASE
115 …/sbin/installkernel $KERNELRELEASE /boot/.vmlinuz-$KERNELRELEASE-rpm /boot/.System.map-$KERNELRELE…
116 rm -f /boot/.vmlinuz-$KERNELRELEASE-rpm /boot/.System.map-$KERNELRELEASE-rpm
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dinstall.sh27 if [ -f $4/System.map-$1 ]; then mv $4/System.map-$1 $4/System.map-$1.old; fi
30 cp $3 $4/System.map-$1
/OK3568_Linux_fs/kernel/arch/sparc/boot/
H A Dinstall.sh45 if [ -f $4/System.map ]; then
46 mv $4/System.map $4/System.old
50 cp $3 $4/System.map
H A DMakefile12 clean-files := System.map
17 cmd_piggy = $(obj)/piggyback $(BITS) $@ System.map $(ROOT_IMG)
70 $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE
76 System.map "$(INSTALL_PATH)"
/OK3568_Linux_fs/kernel/arch/nios2/boot/
H A Dinstall.sh45 if [ -f $4/System.map ]; then
46 mv $4/System.map $4/System.old
50 cp $3 $4/System.map
/OK3568_Linux_fs/kernel/arch/m68k/
H A Dinstall.sh45 if [ -f $4/System.map ]; then
46 mv $4/System.map $4/System.old
50 cp $3 $4/System.map
/OK3568_Linux_fs/kernel/arch/ia64/
H A Dinstall.sh33 if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old
38 cp $3 $4/System.map
/OK3568_Linux_fs/kernel/arch/arm64/boot/
H A Dinstall.sh57 if [ -f $4/System.map-$1 ]; then
58 mv $4/System.map-$1 $4/System.map-$1.old
60 cp $3 $4/System.map-$1
/OK3568_Linux_fs/kernel/arch/riscv/boot/
H A Dinstall.sh57 if [ -f $4/System.map-$1 ]; then
58 mv $4/System.map-$1 $4/System.map-$1.old
60 cp $3 $4/System.map-$1
/OK3568_Linux_fs/kernel/arch/parisc/boot/
H A Dinstall.sh62 if [ -f $4/System.map-$1 ]; then
63 mv $4/System.map-$1 $4/System.map-$1.old
65 cp $3 $4/System.map-$1
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/
H A DKconfig9 tristate "Support for Allwinner Security System cryptographic accelerator"
20 Security System. Select this if you want to use it.
21 The Security System handle AES/DES/3DES ciphers in CBC mode
28 bool "Support for Allwinner Security System PRNG"
33 the Pseudo-Random Number Generator found in the Security System.
89 tristate "Support for Allwinner Security System cryptographic offloader"
99 Select y here to have support for the Security System available on
101 The Security System handle AES/3DES ciphers in ECB/CBC mode.
116 bool "Support for Allwinner Security System PRNG"
121 the Pseudo-Random Number Generator found in the Security System.
/OK3568_Linux_fs/kernel/arch/arm/boot/
H A Dinstall.sh57 if [ -f $4/System.map-$1 ]; then
58 mv $4/System.map-$1 $4/System.map-$1.old
60 cp $3 $4/System.map-$1
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dinstall.sh45 if [ -f $4/System.map ]; then
46 mv $4/System.map $4/System.old
50 cp $3 $4/System.map
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dinstall.sh38 if [ -f $4/System.map ]; then
39 mv $4/System.map $4/System.old
43 cp $3 $4/System.map
/OK3568_Linux_fs/kernel/arch/parisc/
H A Dinstall.sh63 if [ -f $4/System.map-$1 ]; then
64 mv $4/System.map-$1 $4/System.map-$1.old
66 cp $3 $4/System.map-$1
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Drtsm-dcscb.txt1 ARM Dual Cluster System Configuration Block
4 The Dual Cluster System Configuration Block (DCSCB) provides basic
6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
/OK3568_Linux_fs/external/xserver/include/
H A Dxorg-config.h.meson.in94 /* System is BSD-like */
97 /* System has PC console */
100 /* System has PCVT console */
103 /* System has syscons console */
106 /* System has wscons console */
109 /* System has /dev/xf86 aperture driver */
H A Dxorg-config.h.in97 /* System is BSD-like */
100 /* System has PC console */
103 /* System has PCVT console */
106 /* System has syscons console */
109 /* System has wscons console */
112 /* System has /dev/xf86 aperture driver */
/OK3568_Linux_fs/buildroot/package/bind/
H A DConfig.in6 implementation of the Domain Name System (DNS) protocols
9 Name System, including:
11 * a Domain Name System server (named)
12 * a Domain Name System resolver library
/OK3568_Linux_fs/kernel/fs/sysv/
H A DKconfig3 tristate "System V/Xenix/V7/Coherent file system support"
15 UnixWare, Dell Unix and System V programs under Linux. It is
22 network using NFS, you don't need the System V file system support
29 nothing whatsoever to do with the option "System V IPC". Read about
30 the System V file system in
/OK3568_Linux_fs/kernel/Documentation/parisc/
H A Ddebugging.rst15 address you can lookup in System.map, add __PAGE_OFFSET (0x10000000
24 the System Responder/Requestor addresses. The System Requestor
26 the I/O range); the System Responder address is the address real-mode
29 Typical values for the System Responder address are addresses larger

12345678910>>...46