Searched refs:m_end (Results 1 – 2 of 2) sorted by relevance
124 u64 m_start, m_end; in efi_memmap_split_count() local133 m_end = range->end; in efi_memmap_split_count()137 if (start < m_end && m_end < end) in efi_memmap_split_count()143 if (m_end < end) in efi_memmap_split_count()146 if (end <= m_end) in efi_memmap_split_count()165 u64 m_start, m_end, m_attr; in efi_memmap_insert() local172 m_end = mem->range.end; in efi_memmap_insert()200 (start < m_end && m_end < end)) { in efi_memmap_insert()209 md->phys_addr = m_end + 1; in efi_memmap_insert()230 md->phys_addr = m_end + 1; in efi_memmap_insert()[all …]
995 u64 ret_end, pa_start, m_mask, m_match, m_end; in memblock_nid_range() local1060 m_end = m_match + (1ul << __ffs(m_mask)) - mblock->offset; in memblock_nid_range()1061 m_end += pa_start & ~((1ul << fls64(m_mask)) - 1); in memblock_nid_range()1062 ret_end = m_end > end ? end : m_end; in memblock_nid_range()
Completed in 10 milliseconds