Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Defi.c69 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) in efi_build_mem_table() argument
92 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() argument
141 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() local
198 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()
/OK3568_Linux_fs/u-boot/include/
H A Defi.h409 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs);