Searched refs:m_end (Results 1 – 1 of 1) sorted by relevance
219 u64 m_start, m_end; in efi_memmap_split_count() local228 m_end = range->end; in efi_memmap_split_count()232 if (start < m_end && m_end < end) in efi_memmap_split_count()238 if (m_end < end) in efi_memmap_split_count()241 if (end <= m_end) in efi_memmap_split_count()260 u64 m_start, m_end, m_attr; in efi_memmap_insert() local267 m_end = mem->range.end; in efi_memmap_insert()276 !IS_ALIGNED(m_end + 1, EFI_PAGE_SIZE)) { in efi_memmap_insert()291 if (m_start <= start && end <= m_end) in efi_memmap_insert()295 (start < m_end && m_end < end)) { in efi_memmap_insert()[all …]