Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/arch/microblaze/boot/dts/
DMakefile4 dtb-y := system.dtb
10 $(obj)/linked_dtb.o: $(obj)/system.dtb
13 ifneq ($(DTB),system)
14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
/arch/arm/boot/dts/
Dimx27-phytec-phycore-rdk.dts223 label = "system:red1:user";
228 label = "system:green1:user";
233 label = "system:blue1:user";
238 label = "system:red2:user";
243 label = "system:green2:user";
248 label = "system:blue2:user";
253 label = "system:red3:nand";
259 label = "system:green3:live";
265 label = "system:blue3:cpu";
Dbcm47189-luxul-xap-1440.dts32 system {
33 label = "bcm53xx:green:system";
Dbcm47189-luxul-xap-810.dts32 system {
33 label = "bcm53xx:green:system";
Dbcm47189-tenda-ac9.dts43 system {
44 label = "bcm53xx:blue:system";
Daspeed-bmc-facebook-wedge100.dts34 aspeed,reset-type = "system";
39 aspeed,reset-type = "system";
Dkirkwood-topkick.dts136 label = "topkick:red:system";
139 system {
140 label = "topkick:blue:system";
Daspeed-bmc-facebook-yamp.dts37 * Update reset type to "system" (full chip) to fix warm reboot hang issue
42 aspeed,reset-type = "system";
/arch/mips/dec/prom/
Didentify.c47 static char system[STR_BUF_LEN]; in get_system_type() local
52 snprintf(system, STR_BUF_LEN, "Digital %s", in get_system_type()
56 return system; in get_system_type()
/arch/alpha/kernel/
Dmachvec_impl.h147 #define ALIAS_MV(system) \
148 struct alpha_machine_vector alpha_mv __attribute__((alias(#system "_mv"))); \
151 #define ALIAS_MV(system) \ argument
152 asm(".global alpha_mv\nalpha_mv = " #system "_mv"); \
/arch/mips/boot/dts/qca/
Dar9331_omega.dts25 system {
26 label = "onion:amber:system";
Dar9331_dpt_module.dts25 system {
26 label = "dpt-module:green:system";
Dar9331_dragino_ms14.dts43 system {
44 label = "dragino2:red:system";
/arch/powerpc/platforms/pseries/
DKconfig55 Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list
56 and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
84 Provide system capacity information via human readable
93 debug messages to the system log. Select this if you are having a
104 With this option a system running in an LPAR can be given more
114 to reduce the memory size of the system. This is accomplished
116 makes sense for a system running in an LPAR where the unused pages
/arch/ia64/
DKconfig191 UV based systems. If you have an SGI UV system or are building a
217 a system with only one CPU, say N. If you have a system with more
221 systems, but will use only one CPU of a multiprocessor system. If
223 single processor systems. On a single processor system, the kernel
237 You should set this to the number of CPUs in your system, but
239 only use 2 CPUs on a >2 CPU system. Setting this to a value larger
249 can be controlled through /sys/devices/system/cpu/cpu#.
280 any cpu in the system. This hint is available via ACPI 3.0 specifications.
323 This option specifies the maximum number of nodes in your SSI system.
382 To use this option, you have to ensure that the "/proc file system
[all …]
/arch/m68k/
DKconfig96 bool "kexec system call"
100 kexec is a system call that implements the ability to shutdown your
102 but it is independent of the system firmware. And like a reboot
105 The name comes from the similarity to the exec system call.
DKconfig.bus12 HP300 machines. If you are using such a system you almost certainly
44 name of a bus system, i.e. the way the CPU talks to the other stuff
46 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
DKconfig.devices57 ethertap device to the host system.
125 system console (the system console is the device which receives all
131 (/dev/tty0) will still be used as the system console by default, but
139 system console.
/arch/m68k/ifpsp060/
Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or
71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
247 | system handler for the trap exception vector number 7.
Disp.doc34 integrated into an operating system to handle the "Unimplemented
92 by the host operating system. This section MUST be exactly 128 bytes in
109 exception (vector #61), the operating system should execute something
183 host system (see isp.s source code), then these "Call-out"s should be
184 made, by the system integrator, to point directly back into the package
192 actions which are too system-specific, then the system integrator must
/arch/s390/kernel/
Dvtime.c127 u64 timer, clock, user, guest, system, hardirq, softirq; in do_account_vtime() local
158 system = update_tsk_timer(&tsk->thread.system_timer, in do_account_vtime()
165 clock - user - guest - system - hardirq - softirq; in do_account_vtime()
178 if (system) in do_account_vtime()
179 account_system_index_scaled(tsk, system, CPUTIME_SYSTEM); in do_account_vtime()
185 return virt_timer_forward(user + guest + system + hardirq + softirq); in do_account_vtime()
/arch/arm/mach-highbank/
DMakefile2 obj-y := highbank.o system.o smc.o
/arch/powerpc/platforms/cell/
DKconfig44 tristate "SPU file system"
49 The SPU file system is used to access Synergistic Processing
68 This adds a method to trigger system reset via front panel pinhole button.
/arch/powerpc/platforms/ps3/
DMakefile4 obj-y += system-bus.o
/arch/arm/plat-omap/
DKconfig43 by default during system init via the enable_on_init flag
63 If you are booting from another operating system, you
113 Select this option if you want to have your system wake up
115 system from serial console.

12345678910>>...16