| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| H A D | setup.c | 818 static int __init setcoherentio(char *str) in setcoherentio() argument 826 static int __init setnocoherentio(char *str) in setnocoherentio() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | mce.c | 629 const char *str; in init_debug_trig_function() local
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| H A D | fadump-internal.h | 38 static inline u64 fadump_str_to_u64(const char *str) in fadump_str_to_u64() argument
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/skas/ |
| H A D | process.c | 650 static int __init noreboot_cmd_param(char *str, int *add) in noreboot_cmd_param() argument
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | traps.c | 100 do_trap_no_signal(struct task_struct *tsk, int trapnr, const char *str, in do_trap_no_signal() argument 152 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() argument 169 static void do_error_trap(struct pt_regs *regs, long error_code, char *str, in do_error_trap() argument 291 char *str = "alignment check"; in DEFINE_IDTENTRY_ERRORCODE() local 347 static const char str[] = "double fault"; DEFINE_IDTENTRY_DF() local 1053 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : math_error() local [all...] |
| H A D | mpparse.c | 70 static void __init mpc_oem_bus_info(struct mpc_bus *m, char *str) in mpc_oem_bus_info() argument 79 char str[7]; in MP_bus_info() local 143 smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) smp_check_mpc() argument 194 char str[16]; smp_read_mpc() local 801 update_mptable_setup(char *str) update_mptable_setup() argument 838 char str[16]; update_mp_table() local [all...] |
| H A D | kgdb.c | 556 int kgdb_ll_trap(int cmd, const char *str, in kgdb_ll_trap() argument
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | unaligned_64.c | 192 static void __used unaligned_panic(char *str, struct pt_regs *regs) in unaligned_panic() argument
|
| H A D | of_device_64.c | 716 static int __init of_debug(char *str) in of_debug() argument
|
| H A D | vio.c | 118 const char *str = "none"; in devspec_show() local
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | chan_kern.c | 14 static void *not_configged_init(char *str, int device, in not_configged_init() argument 338 static int one_chan_config_string(struct chan *chan, char *str, int size, in one_chan_config_string() argument 361 chan_pair_config_string(struct chan *in, struct chan *out, char *str, int size, char **error_out) chan_pair_config_string() argument 384 chan_config_string(struct line *line, char *str, int size, char **error_out) chan_config_string() argument 438 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) parse_chan() argument 488 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) parse_chan_pair() argument [all...] |
| /kernel/linux/linux-5.10/arch/s390/mm/ |
| H A D | cmm.c | 238 char *str; in cmm_skip_blanks() local
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 486 static int __init setup_disable_tlbie(char *str) in setup_disable_tlbie() argument
|
| /kernel/linux/linux-5.10/arch/s390/pci/ |
| H A D | pci_dma.c | 688 static int __init s390_iommu_setup(char *str) in s390_iommu_setup() argument
|
| /kernel/linux/linux-5.10/arch/x86/boot/tools/ |
| H A D | build.c | 140 static void die(const char * str, ...) in die() argument
|
| /kernel/linux/linux-5.10/arch/x86/pci/ |
| H A D | common.c | 516 char *__init pcibios_setup(char *str) in pcibios_setup() argument [all...] |
| /kernel/linux/linux-5.10/block/ |
| H A D | elevator.c | 844 static int __init elevator_setup(char *str) in elevator_setup() argument
|
| /kernel/linux/linux-5.10/arch/x86/oprofile/ |
| H A D | nmi_int.c | 595 static int set_cpu_type(const char *str, const struct kernel_param *kp) in set_cpu_type() argument
|
| /kernel/linux/linux-5.10/drivers/block/rsxx/ |
| H A D | cregs.c | 529 static void hw_log_msg(struct rsxx_cardinfo *card, const char *str, int len) in hw_log_msg() argument 545 dev_emerg(CARD_TO_DEV(card), "HW: %.*s", len, str); in hw_log_msg() local 548 dev_alert(CARD_TO_DEV(card), "HW: %.*s", len, str); in hw_log_msg() local 551 dev_crit(CARD_TO_DEV(card), "HW: %.*s", len, str); in hw_log_msg() local 554 dev_err(CARD_TO_DEV(card), "HW: %.*s", len, str); in hw_log_msg() local 557 dev_warn(CARD_TO_DEV(card), "HW: %.*s", len, str); in hw_log_msg() local 560 dev_notice(CARD_TO_DEV(card), "HW: %.*s", len, str); hw_log_msg() local 563 dev_info(CARD_TO_DEV(card), "HW: %.*s", len, str); hw_log_msg() local 566 dev_dbg(CARD_TO_DEV(card), "HW: %.*s", len, str); hw_log_msg() local 569 dev_info(CARD_TO_DEV(card), "HW: %.*s", len, str); hw_log_msg() local [all...] |
| /kernel/linux/linux-5.10/drivers/char/ |
| H A D | apm-emulation.c | 687 static int __init apm_setup(char *str) in apm_setup() argument [all...] |
| /kernel/linux/linux-5.10/drivers/firmware/efi/test/ |
| H A D | efi_test.c | 33 static inline size_t user_ucs2_strsize(efi_char16_t __user *str) in user_ucs2_strsize() argument
|
| /kernel/linux/linux-5.10/arch/ia64/mm/ |
| H A D | tlb.c | 158 set_nptcg(char *str) in set_nptcg() argument
|
| /kernel/linux/linux-5.10/arch/m68k/kernel/ |
| H A D | setup_mm.c | 541 static int __init adb_probe_sync_enable (char *str) { in adb_probe_sync_enable() argument
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/ |
| H A D | cper.c | 86 const char *str; in cper_print_bits() local
|
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| H A D | setup.c | 830 static int __init setcoherentio(char *str) in setcoherentio() argument 838 static int __init setnocoherentio(char *str) in setnocoherentio() argument
|