Searched refs:skip_bs (Results 1 – 2 of 2) sorted by relevance
69 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) in efi_build_mem_table() argument92 if (skip_bs && is_boot_services(desc->type)) in efi_build_mem_table()97 if (!skip_bs || !prev) in efi_build_mem_table()123 struct efi_mem_desc *desc, bool skip_bs) in efi_print_mem_table() argument141 if (skip_bs && is_boot_services(desc->type)) in efi_print_mem_table()187 if (skip_bs) in efi_print_mem_table()196 bool skip_bs; in do_efi_mem() local198 skip_bs = !argc || *argv[0] != 'a'; in do_efi_mem()216 desc = efi_build_mem_table(map, size, skip_bs); in do_efi_mem()222 efi_print_mem_table(map, desc, skip_bs); in do_efi_mem()
409 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs);