Home
last modified time | relevance | path

Searched refs:skip_bs (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Defi.c71 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) in efi_build_mem_table() argument
94 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() argument
143 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() local
200 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()
/openbmc/u-boot/include/
H A Defi.h484 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs);