Searched defs:new_type (Results 1 - 4 of 4) sorted by relevance

/arch/x86/mm/
H A Dpat_internal.h30 unsigned long *new_type);
36 unsigned long *new_type)
35 rbt_memtype_check_insert(struct memtype *new, unsigned long *new_type) argument
H A Dpat.c211 unsigned long *new_type)
230 if (new_type)
231 *new_type = type;
237 if (new_type)
238 *new_type = req_type;
266 * If new_type is NULL, function will return an error if it cannot reserve the
267 * region with req_type. If new_type is non-NULL, function will return
268 * available type in new_type in case of no error. In case of any error
272 unsigned long *new_type)
283 if (new_type) {
210 reserve_ram_pages_type(u64 start, u64 end, unsigned long req_type, unsigned long *new_type) argument
271 reserve_memtype(u64 start, u64 end, unsigned long req_type, unsigned long *new_type) argument
449 unsigned long new_type; local
[all...]
H A Dpageattr.c1477 unsigned long new_type)
1487 new_type, NULL);
1495 if (!ret && new_type == _PAGE_CACHE_WC)
1651 unsigned long new_type)
1664 if (reserve_memtype(start, end, new_type, NULL))
1670 if (!ret && new_type == _PAGE_CACHE_WC)
1476 _set_memory_array(unsigned long *addr, int addrinarray, unsigned long new_type) argument
1650 _set_pages_array(struct page **pages, int addrinarray, unsigned long new_type) argument
/arch/x86/kernel/
H A De820.c421 unsigned new_type)
427 BUG_ON(old_type == new_type);
437 e820_print_type(new_type);
451 ei->type = new_type;
458 __e820_add_region(e820x, start, size, new_type);
472 new_type);
489 unsigned new_type)
491 return __e820_update_range(&e820, start, size, old_type, new_type);
495 unsigned old_type, unsigned new_type)
498 new_type);
419 __e820_update_range(struct e820map *e820x, u64 start, u64 size, unsigned old_type, unsigned new_type) argument
488 e820_update_range(u64 start, u64 size, unsigned old_type, unsigned new_type) argument
494 e820_update_range_saved(u64 start, u64 size, unsigned old_type, unsigned new_type) argument
[all...]

Completed in 850 milliseconds