Home
last modified time | relevance | path

Searched full:lmb (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/mm/
H A Ddrmem.c31 static u32 drmem_lmb_flags(struct drmem_lmb *lmb) in drmem_lmb_flags() argument
34 * Return the value of the lmb flags field minus the reserved in drmem_lmb_flags()
37 return lmb->flags & ~DRMEM_LMB_RESERVED; in drmem_lmb_flags()
69 struct drmem_lmb *lmb; in drmem_update_dt_v1() local
81 for_each_drmem_lmb(lmb) { in drmem_update_dt_v1()
82 dr_cell->base_addr = cpu_to_be64(lmb->base_addr); in drmem_update_dt_v1()
83 dr_cell->drc_index = cpu_to_be32(lmb->drc_index); in drmem_update_dt_v1()
84 dr_cell->aa_index = cpu_to_be32(lmb->aa_index); in drmem_update_dt_v1()
85 dr_cell->flags = cpu_to_be32(drmem_lmb_flags(lmb)); in drmem_update_dt_v1()
95 struct drmem_lmb *lmb) in init_drconf_v2_cell() argument
[all …]
/linux/arch/powerpc/include/asm/
H A Ddrmem.h31 static inline struct drmem_lmb *drmem_lmb_next(struct drmem_lmb *lmb, in drmem_lmb_next() argument
39 if (((++lmb - start) % 16) == 0) in drmem_lmb_next()
42 return lmb; in drmem_lmb_next()
45 #define for_each_drmem_lmb_in_range(lmb, start, end) \ argument
46 for ((lmb) = (start); (lmb) < (end); lmb = drmem_lmb_next(lmb, start))
48 #define for_each_drmem_lmb(lmb) \ argument
49 for_each_drmem_lmb_in_range((lmb), \
54 * The of_drconf_cell_v1 struct defines the layout of the LMB data
58 * per LMB.
70 * 32-bit value specifying the number of LMB sets followed by an
[all …]
/linux/arch/microblaze/include/asm/
H A Dmmu.h75 /* Use the last TLB for temporary access to LMB */
/linux/arch/microblaze/kernel/
H A Dhead.S299 * Load a TLB entry for LMB, since we need access to
302 /* Use temporary TLB_ID for LMB - clear this temporary mapping later */
H A Dentry.S1267 * be executed from LMB.
/linux/arch/microblaze/boot/dts/
H A Dsystem.dts58 xlnx,d-lmb = <0x1>;
78 xlnx,i-lmb = <0x1>;
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c4 * Based on code from Lars Marowsky-Bree <lmb@suse.de>