Home
last modified time | relevance | path

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

1234567

/arch/mips/jazz/
A 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/
A 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()
A Ducsimm.c25 void __init init_ucsimm(char *command, int size) in _bsc0()
34 strcpy(p, command); in _bsc0()
36 command[0] = 0; in _bsc0()
A Dm68328.h2 void init_dragen2(char *command, int size);
3 void init_ucsimm(char *command, int size);
/arch/mips/kernel/
A 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/
A 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.
49 string "Default kernel command string"
55 the default command line, you can supply some command-line options at
64 bool "Built-in command line overrides firmware arguments"
68 command line arguments from firmware or second stage bootloader.
[all …]
/arch/s390/kernel/
A 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()
A Dentry.h53 long sys_s390_runtime_instr(int command, int signum);
54 long sys_s390_guarded_storage(int command, struct gs_cb __user *);
A Dguarded_storage.c110 SYSCALL_DEFINE2(s390_guarded_storage, int, command, in SYSCALL_DEFINE2() argument
115 switch (command) { in SYSCALL_DEFINE2()
/arch/m68k/mac/
A Dmisc.c175 static void via_rtc_command(int command, __u8 *data) in via_rtc_command() argument
184 command = (command & ~3) | 1; in via_rtc_command()
190 if (command & 0xFF00) { /* extended (two-byte) command */ in via_rtc_command()
191 via_rtc_send((command & 0xFF00) >> 8); in via_rtc_command()
192 via_rtc_send(command & 0xFF); in via_rtc_command()
193 is_read = command & (RTC_FLG_READ << 8); in via_rtc_command()
195 via_rtc_send(command); in via_rtc_command()
196 is_read = command & RTC_FLG_READ; in via_rtc_command()
/arch/csky/kernel/
A Dftrace.c204 int command; member
213 ftrace_modify_all_code(param->command); in __ftrace_modify_code()
224 void arch_ftrace_update_code(int command) in arch_ftrace_update_code() argument
226 struct ftrace_modify_param param = { command, ATOMIC_INIT(0) }; in arch_ftrace_update_code()
/arch/x86/kernel/acpi/
A Dmadt_wakeup.c50 smp_store_release(&acpi_mp_wake_mailbox->command, in acpi_mp_cpu_die()
55 while (READ_ONCE(acpi_mp_wake_mailbox->command) && --timeout) in acpi_mp_cpu_die()
159 smp_store_release(&acpi_mp_wake_mailbox->command, in acpi_wakeup_cpu()
180 while (READ_ONCE(acpi_mp_wake_mailbox->command)) in acpi_wakeup_cpu()
/arch/mips/sgi-ip27/
A Dip27-reset.c31 void machine_restart(char *command) __noreturn;
38 static void ip27_machine_restart(char *command) in ip27_machine_restart() argument
/arch/loongarch/kernel/
A Dreset.c60 void machine_restart(char *command) in machine_restart() argument
66 do_kernel_restart(command); in machine_restart()
/arch/nios2/
A 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/powerpc/boot/dts/
A 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>;
A 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>;
A 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>;
A Dmpc866ads.dts144 fsl,cpm-command = <0x90>;
155 fsl,cpm-command = <0xd0>;
166 fsl,cpm-command = <0000>;
176 fsl,cpm-command = <0x10>;
A Dep88xc.dts137 command-proc = <0x9c0>;
180 fsl,cpm-command = <0x90>;
193 fsl,cpm-command = <0x40>;
205 fsl,cpm-command = <0000>;
/arch/arm/kernel/
A Dftrace.c49 int *command = data; in __ftrace_modify_code() local
51 ftrace_modify_all_code(*command); in __ftrace_modify_code()
56 void arch_ftrace_update_code(int command) in arch_ftrace_update_code() argument
58 stop_machine(__ftrace_modify_code, &command, NULL); in arch_ftrace_update_code()
/arch/riscv/kernel/
A Dftrace.c42 void arch_ftrace_update_code(int command) in arch_ftrace_update_code() argument
44 command |= FTRACE_MAY_SLEEP; in arch_ftrace_update_code()
45 ftrace_modify_all_code(command); in arch_ftrace_update_code()
/arch/x86/pci/
A Di386.c252 u16 command; in pcibios_allocate_dev_resources() local
262 pci_read_config_word(dev, PCI_COMMAND, &command); in pcibios_allocate_dev_resources()
271 disabled = !(command & PCI_COMMAND_IO); in pcibios_allocate_dev_resources()
273 disabled = !(command & PCI_COMMAND_MEMORY); in pcibios_allocate_dev_resources()
/arch/mips/include/asm/
A Djazz.h107 unsigned char command; member
116 unsigned char command; member
A Dreboot.h12 extern void (*_machine_restart)(char *command);

Completed in 36 milliseconds

1234567