Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 167) sorted by relevance

1234567

/arch/mips/jazz/
Dreset.c18 status = jazz_kh->command; in jazz_write_output()
28 status = jazz_kh->command; in jazz_write_command()
30 jazz_kh->command = val; in jazz_write_command()
35 return jazz_kh->command; in jazz_read_status()
49 void jazz_machine_restart(char *command) in jazz_machine_restart() argument
/arch/m68k/68000/
Dm68328.c47 void __init config_BSP(char *command, int len) in config_BSP() argument
56 init_ucsimm(command, len); in config_BSP()
58 init_ucsimm(command, len); in config_BSP()
60 init_dragen2(command, len); in config_BSP()
Ducsimm.c26 void __init init_ucsimm(char *command, int size) in _bsc0()
35 strcpy(p, command); in _bsc0()
37 command[0] = 0; in _bsc0()
Dm68328.h2 void init_dragen2(char *command, int size);
3 void init_ucsimm(char *command, int size);
/arch/mips/kernel/
Dreset.c26 void (*_machine_restart)(char *command);
88 void machine_restart(char *command) in machine_restart() argument
91 _machine_restart(command); in machine_restart()
97 do_kernel_restart(command); in machine_restart()
/arch/mips/
DKconfig.debug30 bool "Built-in kernel command line"
33 by default specifies the kernel command line options. However,
35 default kernel command line or add a few extra options to it.
37 command line options directly into the kernel. For that, you
41 The built-in options will be concatenated to the default command
43 command line will be ignored and replaced by the built-in string.
46 the command line from the firmware or the second-stage bootloader.
49 string "Default kernel command string"
54 when you want to add some extra options to the command line or ignore
55 the default command line, you can supply some command-line options at
[all …]
/arch/s390/kernel/
Druntime_instr.c70 SYSCALL_DEFINE2(s390_runtime_instr, int, command, int, signum) in SYSCALL_DEFINE2() argument
77 if (command == S390_RUNTIME_INSTR_STOP) { in SYSCALL_DEFINE2()
82 if (command != S390_RUNTIME_INSTR_START) in SYSCALL_DEFINE2()
Dentry.h52 long sys_s390_runtime_instr(int command, int signum);
53 long sys_s390_guarded_storage(int command, struct gs_cb __user *);
Dguarded_storage.c109 SYSCALL_DEFINE2(s390_guarded_storage, int, command, in SYSCALL_DEFINE2() argument
114 switch (command) { in SYSCALL_DEFINE2()
/arch/arm/mach-s3c/
Dsleep-s3c2410.S38 orr r7, r7, #S3C2410_REFRESH_SELF @ SDRAM sleep command
40 orr r9, r9, #S3C2410_CLKCON_POWER @ power down command
50 streq r7, [r4] @ SDRAM sleep command
/arch/m68k/mac/
Dmisc.c173 static void via_rtc_command(int command, __u8 *data) in via_rtc_command() argument
182 command = (command & ~3) | 1; in via_rtc_command()
188 if (command & 0xFF00) { /* extended (two-byte) command */ in via_rtc_command()
189 via_rtc_send((command & 0xFF00) >> 8); in via_rtc_command()
190 via_rtc_send(command & 0xFF); in via_rtc_command()
191 is_read = command & (RTC_FLG_READ << 8); in via_rtc_command()
193 via_rtc_send(command); in via_rtc_command()
194 is_read = command & RTC_FLG_READ; in via_rtc_command()
/arch/mips/sgi-ip27/
Dip27-reset.c31 void machine_restart(char *command) __noreturn;
38 static void ip27_machine_restart(char *command) in ip27_machine_restart() argument
/arch/csky/kernel/
Dftrace.c209 int command; member
218 ftrace_modify_all_code(param->command); in __ftrace_modify_code()
229 void arch_ftrace_update_code(int command) in arch_ftrace_update_code() argument
231 struct ftrace_modify_param param = { command, ATOMIC_INIT(0) }; in arch_ftrace_update_code()
/arch/nios2/
DKconfig93 string "Default kernel command string"
99 some command-line options at build time by entering them here. In
104 bool "Force default kernel command string"
107 Set this to have arguments from the default kernel command string
111 bool "Ignore kernel command string from DTB"
120 bool "Passed kernel command line from u-boot"
122 Use bootargs env variable from u-boot for kernel command line.
123 will override "Default kernel command string".
/arch/arm/kernel/
Dftrace.c37 int *command = data; in __ftrace_modify_code() local
39 ftrace_modify_all_code(*command); in __ftrace_modify_code()
44 void arch_ftrace_update_code(int command) in arch_ftrace_update_code() argument
46 stop_machine(__ftrace_modify_code, &command, NULL); in arch_ftrace_update_code()
/arch/powerpc/boot/dts/
Dep8248e.dts137 fsl,cpm-command = <0x1d000000>;
150 fsl,cpm-command = <0x00800000>;
164 fsl,cpm-command = <0x12000300>;
177 fsl,cpm-command = <0x16200300>;
188 fsl,cpm-command = <0x2e600000>;
Dmpc885ads.dts142 command-proc = <0x9c0>;
185 fsl,cpm-command = <0x90>;
196 fsl,cpm-command = <0xd0>;
208 fsl,cpm-command = <0x80>;
218 fsl,cpm-command = <0x10>;
Dmgcoge.dts142 fsl,cpm-command = <0x21200000>;
155 fsl,cpm-command = <0xce00000>;
165 fsl,cpm-command = <0x29600000>;
197 fsl,cpm-command = <0x12000300>;
210 fsl,cpm-command = <0x16200300>;
Dpq2fads.dts157 fsl,cpm-command = <0x800000>;
168 fsl,cpm-command = <0x4a00000>;
180 fsl,cpm-command = <0x16200300>;
192 fsl,cpm-command = <0x1a400300>;
227 fsl,cpm-command = <0x2e600000>;
Dmpc866ads.dts144 fsl,cpm-command = <0x90>;
155 fsl,cpm-command = <0xd0>;
166 fsl,cpm-command = <0000>;
176 fsl,cpm-command = <0x10>;
/arch/arm64/kernel/
Dftrace.c244 void arch_ftrace_update_code(int command) in arch_ftrace_update_code() argument
246 command |= FTRACE_MAY_SLEEP; in arch_ftrace_update_code()
247 ftrace_modify_all_code(command); in arch_ftrace_update_code()
/arch/mips/include/asm/
Dreboot.h12 extern void (*_machine_restart)(char *command);
Djazz.h107 unsigned char command; member
116 unsigned char command; member
/arch/sh/boot/compressed/
Dcache.c2 int cache_control(unsigned int command) in cache_control() argument
/arch/x86/include/uapi/asm/
Dist.h25 __u32 command; member

1234567