Searched refs:memtype_rbroot (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/x86/mm/ |
| D | pat_rbtree.c | 37 static struct rb_root memtype_rbroot = RB_ROOT; variable 142 match = memtype_rb_lowest_match(&memtype_rbroot, start, end); in memtype_rb_check_conflict() 206 err = memtype_rb_check_conflict(&memtype_rbroot, new->start, new->end, in rbt_memtype_check_insert() 214 memtype_rb_insert(&memtype_rbroot, new); in rbt_memtype_check_insert() 230 data = memtype_rb_match(&memtype_rbroot, start, end, in rbt_memtype_erase() 233 data = memtype_rb_match(&memtype_rbroot, start, end, in rbt_memtype_erase() 241 rb_erase_augmented(&data->rb, &memtype_rbroot, in rbt_memtype_erase() 245 rb_erase_augmented(&data->rb, &memtype_rbroot, in rbt_memtype_erase() 249 memtype_rb_insert(&memtype_rbroot, data); in rbt_memtype_erase() 258 return memtype_rb_lowest_match(&memtype_rbroot, addr, addr + PAGE_SIZE); in rbt_memtype_lookup() [all …]
|