Home
last modified time | relevance | path

Searched refs:parse_option_str (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Defi-stub-helper.c77 efi_nochunk = parse_option_str(val, "nochunk"); in efi_parse_options()
78 efi_novamap |= parse_option_str(val, "novamap"); in efi_parse_options()
81 parse_option_str(val, "nosoftreserve"); in efi_parse_options()
83 if (parse_option_str(val, "disable_early_pci_dma")) in efi_parse_options()
85 if (parse_option_str(val, "no_disable_early_pci_dma")) in efi_parse_options()
87 if (parse_option_str(val, "debug")) in efi_parse_options()
/linux-6.3-rc2/drivers/firmware/efi/
A Defi.c101 if (parse_option_str(str, "debug")) in parse_efi_cmdline()
104 if (parse_option_str(str, "noruntime")) in parse_efi_cmdline()
107 if (parse_option_str(str, "runtime")) in parse_efi_cmdline()
110 if (parse_option_str(str, "nosoftreserve")) in parse_efi_cmdline()
/linux-6.3-rc2/lib/
A Dcmdline.c203 bool parse_option_str(const char *str, const char *option) in parse_option_str() function
/linux-6.3-rc2/include/linux/
A Dkernel.h237 extern bool parse_option_str(const char *str, const char *option);
/linux-6.3-rc2/drivers/base/
A Ddd.c818 async_drv = parse_option_str(async_probe_drv_names, drv_name); in cmdline_requested_async_probing()
830 async_probe_default = parse_option_str(async_probe_drv_names, "*"); in save_async_options()
/linux-6.3-rc2/mm/
A Dpage_alloc.c8476 if (parse_option_str(p, "mirror")) { in cmdline_parse_kernelcore()

Completed in 25 milliseconds