Searched refs:skip_bs (Results 1 – 2 of 2) sorted by relevance
71 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) in efi_build_mem_table() argument94 if (skip_bs && is_boot_services(desc->type)) in efi_build_mem_table()99 if (!skip_bs || !prev) in efi_build_mem_table()125 struct efi_mem_desc *desc, bool skip_bs) in efi_print_mem_table() argument143 if (skip_bs && is_boot_services(desc->type)) in efi_print_mem_table()189 if (skip_bs) in efi_print_mem_table()198 bool skip_bs; in do_efi_mem() local200 skip_bs = !argc || *argv[0] != 'a'; in do_efi_mem()218 desc = efi_build_mem_table(map, size, skip_bs); in do_efi_mem()224 efi_print_mem_table(map, desc, skip_bs); in do_efi_mem()
484 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs);