Searched refs:m_end (Results 1 – 2 of 2) sorted by relevance
252 u64 m_start, m_end; in efi_memmap_split_count() local261 m_end = range->end; in efi_memmap_split_count()265 if (start < m_end && m_end < end) in efi_memmap_split_count()271 if (m_end < end) in efi_memmap_split_count()274 if (end <= m_end) in efi_memmap_split_count()293 u64 m_start, m_end, m_attr; in efi_memmap_insert() local300 m_end = mem->range.end; in efi_memmap_insert()309 !IS_ALIGNED(m_end + 1, EFI_PAGE_SIZE)) { in efi_memmap_insert()324 if (m_start <= start && end <= m_end) in efi_memmap_insert()328 (start < m_end && m_end < end)) { in efi_memmap_insert()[all …]
33 u64 m_start, m_end; in efi_fake_memmap_early() local39 m_end = mem->range.end; in efi_fake_memmap_early()49 if (m_start <= end && m_end >= start) in efi_fake_memmap_early()60 end = min(end, m_end); in efi_fake_memmap_early()