Searched refs:m_end (Results 1 – 1 of 1) sorted by relevance
215 u64 m_start, m_end; in efi_memmap_split_count() local224 m_end = range->end; in efi_memmap_split_count()228 if (start < m_end && m_end < end) in efi_memmap_split_count()234 if (m_end < end) in efi_memmap_split_count()237 if (end <= m_end) in efi_memmap_split_count()256 u64 m_start, m_end, m_attr; in efi_memmap_insert() local263 m_end = mem->range.end; in efi_memmap_insert()272 !IS_ALIGNED(m_end + 1, EFI_PAGE_SIZE)) { in efi_memmap_insert()287 if (m_start <= start && end <= m_end) in efi_memmap_insert()291 (start < m_end && m_end < end)) { in efi_memmap_insert()[all …]