Searched refs:memtype (Results 1 – 1 of 1) sorted by relevance
/arch/x86/mm/ |
D | pat.c | 149 struct memtype { struct 186 chk_conflict(struct memtype *new, struct memtype *entry, unsigned long *type) in chk_conflict() 212 static struct memtype *cached_entry; 320 struct memtype *new, *entry; in reserve_memtype() 374 new = kmalloc(sizeof(struct memtype), GFP_KERNEL); in reserve_memtype() 387 entry = list_entry(&memtype_list, struct memtype, nd); in reserve_memtype() 394 cached_entry = list_entry(where, struct memtype, nd); in reserve_memtype() 403 struct memtype, nd); in reserve_memtype() 412 struct memtype, nd); in reserve_memtype() 458 struct memtype *entry; in free_memtype() [all …]
|