Home
last modified time | relevance | path

Searched refs:kstrtobool (Results 1 – 19 of 19) sorted by relevance

/arch/s390/boot/
A Dipl_parm.c292 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
299 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
A Dstring.c133 int kstrtobool(const char *s, bool *res) in kstrtobool() function
/arch/arm64/kvm/vgic/
A Dvgic-v3.c594 return kstrtobool(buf, &group0_trap); in early_group0_trap_cfg()
600 return kstrtobool(buf, &group1_trap); in early_group1_trap_cfg()
606 return kstrtobool(buf, &common_trap); in early_common_trap_cfg()
612 return kstrtobool(buf, &gicv4_enable); in early_gicv4_enable()
/arch/s390/kernel/
A Dnospec-branch.c14 rc = kstrtobool(str, &enabled); in nobp_setup_early()
A Dipl.c906 if (kstrtobool(buf, &reipl_fcp_clear) < 0) in reipl_fcp_clear_store()
974 if (kstrtobool(buf, &reipl_nvme_clear) < 0) in reipl_nvme_clear_store()
995 if (kstrtobool(buf, &reipl_ccw_clear) < 0) in reipl_ccw_clear_store()
1067 if (kstrtobool(buf, &reipl_eckd_clear) < 0) in reipl_eckd_clear_store()
A Dtime.c410 return kstrtobool(p, &stp_online); in early_parse_stp()
A Dtopology.c613 rc = kstrtobool(str, &enabled); in topology_setup()
/arch/x86/kernel/cpu/
A Dumwait.c142 ret = kstrtobool(buf, &c02_enable); in enable_c02_store()
/arch/x86/entry/
A Dsyscall_32.c65 return kstrtobool(arg, &__ia32_enabled); in ia32_emulation_override_cmdline()
/arch/x86/kernel/
A Dsignal.c394 return kstrtobool(arg, &strict_sigaltstack_size) == 0; in strict_sas_size()
A Daperture_64.c278 return kstrtobool(p, &gart_fix_e820); in parse_gart_mem()
/arch/powerpc/kernel/
A Drtasd.c582 return (kstrtobool(str, &full_rtas_msgs) == 0); in rtasmsgs_setup()
A Dprom.c728 if (kstrtobool(str, &res)) in parse_ppc_tm()
/arch/powerpc/mm/
A Dinit_64.c415 else if (kstrtobool(p, &val)) in parse_disable_radix()
/arch/x86/xen/
A Dsetup.c77 else if (kstrtobool(arg + strlen("xen_512gb_limit="), &val)) in xen_parse_512gb()
A Denlighten_pv.c165 return kstrtobool(str, &xen_msr_safe); in parse_xen_msr_safe()
/arch/arm64/kernel/
A Dcpufeature.c1133 return kstrtobool(p, &enable_pseudo_nmi); in early_enable_pseudo_nmi()
2052 int ret = kstrtobool(str, &enabled); in parse_kpti()
/arch/x86/events/intel/
A Dcore.c6155 ret = kstrtobool(buf, &val); in set_sysctl_tfa()
/arch/x86/kvm/mmu/
A Dmmu.c7426 } else if (kstrtobool(val, &new_val) < 0) { in set_nx_huge_pages()

Completed in 61 milliseconds