Lines Matching refs:buff_size
73 static inline bool mmap_has_headroom(unsigned long buff_size, in mmap_has_headroom() argument
77 unsigned long slack = buff_size - map_size; in mmap_has_headroom()
92 *map->buff_size = *map->map_size; in efi_get_memory_map()
104 !mmap_has_headroom(*map->buff_size, *map->map_size, in efi_get_memory_map()
115 *map->buff_size = *map->map_size; in efi_get_memory_map()
136 unsigned long map_size, buff_size; in get_dram_base() local
147 boot_map.buff_size = &buff_size; in get_dram_base()
174 unsigned long map_size, desc_size, buff_size; in efi_high_alloc() local
187 boot_map.buff_size = &buff_size; in efi_high_alloc()
269 unsigned long map_size, desc_size, buff_size; in efi_low_alloc_above() local
281 boot_map.buff_size = &buff_size; in efi_low_alloc_above()
894 *map->map_size = *map->buff_size; in efi_exit_boot_services()