memtype_rb_lowest_match   63 arch/x86/mm/pat_rbtree.c static struct memtype *memtype_rb_lowest_match(struct rb_root *root,
memtype_rb_lowest_match   98 arch/x86/mm/pat_rbtree.c 	match = memtype_rb_lowest_match(root, start, end);
memtype_rb_lowest_match  129 arch/x86/mm/pat_rbtree.c 	match = memtype_rb_lowest_match(&memtype_rbroot, start, end);
memtype_rb_lowest_match  245 arch/x86/mm/pat_rbtree.c 	return memtype_rb_lowest_match(&memtype_rbroot, addr, addr + PAGE_SIZE);