Home
last modified time | relevance | path

Searched refs:entry_match (Results 1 – 1 of 1) sorted by relevance

/arch/x86/mm/pat/
A Dmemtype_interval.c56 struct memtype *entry_match; in memtype_check_conflict() local
60 if (entry_match == NULL) in memtype_check_conflict()
66 dprintk("Overlap at 0x%Lx-0x%Lx\n", entry_match->start, entry_match->end); in memtype_check_conflict()
67 found_type = entry_match->type; in memtype_check_conflict()
69 entry_match = interval_iter_next(entry_match, start, end-1); in memtype_check_conflict()
70 while (entry_match) { in memtype_check_conflict()
74 entry_match = interval_iter_next(entry_match, start, end-1); in memtype_check_conflict()
132 struct memtype *entry_match; in memtype_copy_nth_element() local
137 while (entry_match && pos != i) { in memtype_copy_nth_element()
138 entry_match = interval_iter_next(entry_match, 0, ULONG_MAX); in memtype_copy_nth_element()
[all …]

Completed in 5 milliseconds