Searched refs:lfb (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/fbdev/ |
| H A D | sm712fb.c | 50 void __iomem *lfb; /* linear frame buffer */ member 1389 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem() 1553 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe() 1554 if (!sfb->lfb) { in smtcfb_pci_probe() 1563 sfb->lfb + 0x00700000); in smtcfb_pci_probe() 1564 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe() 1565 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe() 1567 sfb->lfb += big_addr; in smtcfb_pci_probe() 1568 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe() 1593 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe() [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_buf_item.c | 266 struct xlog_format_buf *lfb, in xfs_buf_item_copy_iovec() argument 273 xlog_format_copy(lfb, XLOG_REG_TYPE_BCHUNK, xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec() 280 struct xlog_format_buf *lfb, in xfs_buf_item_format_segment() argument 308 blfp = xlog_format_copy(lfb, XLOG_REG_TYPE_BFORMAT, blfp, base_size); in xfs_buf_item_format_segment() 331 xfs_buf_item_copy_iovec(lfb, bp, offset, first_bit, nbits); in xfs_buf_item_format_segment() 356 struct xlog_format_buf *lfb) in xfs_buf_item_format() argument 396 xfs_buf_item_format_segment(bip, lfb, offset, in xfs_buf_item_format()
|
| H A D | xfs_log_cil.c | 436 struct xlog_format_buf *lfb, in xlog_format_start() argument 439 struct xfs_log_vec *lv = lfb->lv; in xlog_format_start() 440 struct xfs_log_iovec *vec = &lv->lv_iovecp[lfb->idx]; in xlog_format_start() 445 ASSERT(lfb->idx < lv->lv_niovecs); in xlog_format_start() 468 struct xlog_format_buf *lfb, in xlog_format_commit() argument 471 struct xfs_log_vec *lv = lfb->lv; in xlog_format_commit() 472 struct xfs_log_iovec *vec = &lv->lv_iovecp[lfb->idx]; in xlog_format_commit() 505 lfb->idx++; in xlog_format_commit() 553 struct xlog_format_buf lfb = { }; in xlog_cil_insert_format_items() local 601 lfb.lv = lv; in xlog_cil_insert_format_items() [all …]
|
| H A D | xfs_attr_item.c | 195 struct xlog_format_buf *lfb) in xfs_attri_item_format() argument 222 xlog_format_copy(lfb, XLOG_REG_TYPE_ATTRI_FORMAT, &attrip->attri_format, in xfs_attri_item_format() 225 xlog_format_copy(lfb, XLOG_REG_TYPE_ATTR_NAME, nv->name.iov_base, in xfs_attri_item_format() 229 xlog_format_copy(lfb, XLOG_REG_TYPE_ATTR_NEWNAME, in xfs_attri_item_format() 233 xlog_format_copy(lfb, XLOG_REG_TYPE_ATTR_VALUE, in xfs_attri_item_format() 237 xlog_format_copy(lfb, XLOG_REG_TYPE_ATTR_NEWVALUE, in xfs_attri_item_format() 324 struct xlog_format_buf *lfb) in xfs_attrd_item_format() argument 331 xlog_format_copy(lfb, XLOG_REG_TYPE_ATTRD_FORMAT, in xfs_attrd_item_format()
|
| H A D | xfs_bmap_item.c | 95 struct xlog_format_buf *lfb) in xfs_bui_item_format() argument 105 xlog_format_copy(lfb, XLOG_REG_TYPE_BUI_FORMAT, &buip->bui_format, in xfs_bui_item_format() 190 struct xlog_format_buf *lfb) in xfs_bud_item_format() argument 197 xlog_format_copy(lfb, XLOG_REG_TYPE_BUD_FORMAT, &budp->bud_format, in xfs_bud_item_format()
|
| /linux/tools/perf/util/ |
| H A D | bpf-filter.l | 141 lfb { return constant(PERF_MEM_LVLNUM_LFB); }
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 215 l1, l2, l3, l4, cxl, io, any_cache, lfb, ram, pmem (for mem_lvl)
|