Home
last modified time | relevance | path

Searched refs:drmem_lmb (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Ddrmem.h13 struct drmem_lmb { struct
21 struct drmem_lmb *lmbs; argument
31 static inline struct drmem_lmb *drmem_lmb_next(struct drmem_lmb *lmb, in drmem_lmb_next()
32 const struct drmem_lmb *start) in drmem_lmb_next()
93 static inline void drmem_mark_lmb_reserved(struct drmem_lmb *lmb) in drmem_mark_lmb_reserved()
98 static inline void drmem_remove_lmb_reservation(struct drmem_lmb *lmb) in drmem_remove_lmb_reservation()
103 static inline bool drmem_lmb_reserved(struct drmem_lmb *lmb) in drmem_lmb_reserved()
110 int (*func)(struct drmem_lmb *, const __be32 **, void *));
116 int (*func)(struct drmem_lmb *, const __be32 **, void *));
120 static inline void invalidate_lmb_associativity_index(struct drmem_lmb *lmb) in invalidate_lmb_associativity_index()
/linux/arch/powerpc/mm/
H A Ddrmem.c25 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()
201 static void read_drconf_v1_cell(struct drmem_lmb *lmb, in read_drconf_v1_cell()
220 int (*func)(struct drmem_lmb *, const __be32 **, void *)) in __walk_drmem_v1_lmbs() argument
222 struct drmem_lmb lmb; in __walk_drmem_v1_lmbs()
254 int (*func)(struct drmem_lmb *, const __be32 **, void *)) in __walk_drmem_v2_lmbs() argument
257 struct drmem_lmb lmb; in __walk_drmem_v2_lmbs()
[all …]