Searched refs:drmem_lmb (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | drmem.h | 13 struct drmem_lmb { struct 21 struct drmem_lmb *lmbs; argument 28 static inline struct drmem_lmb *drmem_lmb_next(struct drmem_lmb *lmb, in drmem_lmb_next() 29 const struct drmem_lmb *start) in drmem_lmb_next() 90 static inline void drmem_mark_lmb_reserved(struct drmem_lmb *lmb) in drmem_mark_lmb_reserved() 95 static inline void drmem_remove_lmb_reservation(struct drmem_lmb *lmb) in drmem_remove_lmb_reservation() 100 static inline bool drmem_lmb_reserved(struct drmem_lmb *lmb) in drmem_lmb_reserved() 107 int (*func)(struct drmem_lmb *, const __be32 **, void *)); 113 int (*func)(struct drmem_lmb *, const __be32 **, void *)); 117 static inline void invalidate_lmb_associativity_index(struct drmem_lmb *lmb) in invalidate_lmb_associativity_index()
|
A D | topology.h | 9 struct drmem_lmb; 66 int of_drconf_to_nid_single(struct drmem_lmb *lmb); 97 static inline int of_drconf_to_nid_single(struct drmem_lmb *lmb) in of_drconf_to_nid_single()
|
/linux/arch/powerpc/mm/ |
A D | drmem.c | 25 struct drmem_lmb *last_lmb; in drmem_lmb_memory_max() 31 static u32 drmem_lmb_flags(struct drmem_lmb *lmb) in drmem_lmb_flags() 69 struct drmem_lmb *lmb; in drmem_update_dt_v1() 95 struct drmem_lmb *lmb) in init_drconf_v2_cell() 108 struct drmem_lmb *lmb, *prev_lmb; in drmem_update_dt_v2() 222 struct drmem_lmb lmb; in __walk_drmem_v1_lmbs() 257 struct drmem_lmb lmb; in __walk_drmem_v2_lmbs() 320 static int update_lmb(struct drmem_lmb *updated_lmb, in update_lmb() 324 struct drmem_lmb *lmb; in update_lmb() 427 struct drmem_lmb *lmb; in init_drmem_v1_lmbs() [all …]
|
A D | numa.c | 584 static int get_nid_and_numa_distance(struct drmem_lmb *lmb) in get_nid_and_numa_distance() 620 int of_drconf_to_nid_single(struct drmem_lmb *lmb) in of_drconf_to_nid_single() 848 static int __init numa_setup_drmem_lmb(struct drmem_lmb *lmb, in numa_setup_drmem_lmb() 1255 struct drmem_lmb *lmb; in hot_add_drconf_scn_to_nid()
|
/linux/arch/powerpc/platforms/pseries/ |
A D | hotplug-memory.c | 225 struct drmem_lmb **start_lmb, in get_lmb_range() 226 struct drmem_lmb **end_lmb) in get_lmb_range() 228 struct drmem_lmb *lmb, *start, *end; in get_lmb_range() 229 struct drmem_lmb *limit; in get_lmb_range() 366 static int dlpar_add_lmb(struct drmem_lmb *); 403 struct drmem_lmb *lmb; in dlpar_memory_remove_by_count() 486 struct drmem_lmb *lmb; in dlpar_memory_remove_by_index() 518 struct drmem_lmb *lmb, *start_lmb, *end_lmb; in dlpar_memory_remove_by_ic() 673 struct drmem_lmb *lmb; in dlpar_memory_add_by_count() 763 struct drmem_lmb *lmb; in dlpar_memory_add_by_index() [all …]
|
/linux/arch/powerpc/kernel/ |
A D | prom.c | 473 static int __init early_init_drmem_lmb(struct drmem_lmb *lmb, in early_init_drmem_lmb()
|
/linux/arch/powerpc/kexec/ |
A D | file_load_64.c | 512 static int kdump_setup_usable_lmb(struct drmem_lmb *lmb, const __be32 **usm, in kdump_setup_usable_lmb()
|
Completed in 14 milliseconds