Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
Dhotplug-memory.c213 lmb->flags |= DRCONF_MEM_ASSIGNED; in dlpar_add_device_tree_lmb()
235 lmb->flags &= ~DRCONF_MEM_ASSIGNED; in dlpar_remove_device_tree_lmb()
384 if (!(lmb->flags & DRCONF_MEM_ASSIGNED)) in lmb_is_removable()
604 if (!(lmb->flags & DRCONF_MEM_ASSIGNED)) in dlpar_memory_remove_by_ic()
688 if (lmb->flags & DRCONF_MEM_ASSIGNED) in dlpar_add_lmb()
716 lmb->flags |= DRCONF_MEM_ASSIGNED; in dlpar_add_lmb()
736 if (!(lmb->flags & DRCONF_MEM_ASSIGNED)) in dlpar_memory_add_by_count()
747 if (lmb->flags & DRCONF_MEM_ASSIGNED) in dlpar_memory_add_by_count()
864 if (lmb->flags & DRCONF_MEM_ASSIGNED) in dlpar_memory_add_by_ic()
1029 if ((be32_to_cpu(old_drmem[i].flags) & DRCONF_MEM_ASSIGNED) && in pseries_update_drconf_memory()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Ddrmem.h66 #define DRCONF_MEM_ASSIGNED 0x00000008 macro
/Linux-v4.19/arch/powerpc/mm/
Dnuma.c590 || !(lmb->flags & DRCONF_MEM_ASSIGNED)) in numa_setup_drmem_lmb()
942 || !(lmb->flags & DRCONF_MEM_ASSIGNED)) in hot_add_drconf_scn_to_nid()
/Linux-v4.19/arch/powerpc/kernel/
Dprom.c486 !(lmb->flags & DRCONF_MEM_ASSIGNED)) in early_init_drmem_lmb()