Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemory-tiers.h35 struct memory_dev_type *alloc_memory_type(int adistance);
66 static inline struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
/openbmc/linux/mm/
H A Dmemory-tiers.c547 struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
561 EXPORT_SYMBOL_GPL(alloc_memory_type);
646 default_dram_type = alloc_memory_type(MEMTIER_ADISTANCE_DRAM); in memory_tier_init()
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dcve-exclusion.inc33 in which a user can cause the alloc_memory_type error case to be reached. \
/openbmc/linux/drivers/dax/
H A Dkmem.c254 dax_slowmem_type = alloc_memory_type(MEMTIER_DEFAULT_DAX_ADISTANCE); in dax_kmem_init()