Searched refs:mapcnt (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/arch/x86/xen/ |
D | setup.c | 576 unsigned mapcnt; in xen_is_e820_reserved() local 585 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_is_e820_reserved() 606 unsigned mapcnt; in xen_find_free_area() local 610 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++, entry++) { in xen_find_free_area() 638 unsigned int mapcnt; in xen_e820_swap_entry_with_ram() local 646 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_e820_swap_entry_with_ram() 694 unsigned int mapcnt; in xen_e820_resolve_conflicts() local 703 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_e820_resolve_conflicts()
|
/linux-6.12.1/tools/mm/ |
D | page-types.c | 374 uint64_t cgroup, uint64_t mapcnt) in show_page_range() argument 383 if (flags == flags0 && cgroup == cgroup0 && mapcnt == mapcnt0 && in show_page_range() 404 mapcnt0 = mapcnt; in show_page_range() 416 uint64_t flags, uint64_t cgroup, uint64_t mapcnt) in show_page() argument 425 printf("%" PRIu64 "\t", mapcnt); in show_page() 636 uint64_t flags, uint64_t cgroup, uint64_t mapcnt, in add_page() argument 656 show_page_range(voffset, offset, 1, flags, cgroup, mapcnt); in add_page() 658 show_page(voffset, offset, flags, cgroup, mapcnt); in add_page() 978 uint64_t mapcnt = 0; in walk_file_range() local 1034 if (!kpagecount_read(&mapcnt, pfn, 1)) in walk_file_range() [all …]
|
/linux-6.12.1/drivers/dma/ |
D | mcf-edma-main.c | 239 mcf_edma->dma_dev.filter.mapcnt = pdata->slavecnt; in mcf_edma_probe()
|
D | dmaengine.c | 792 if (!device->filter.mapcnt) in dma_filter_match() 795 for (i = 0; i < device->filter.mapcnt; i++) { in dma_filter_match()
|
D | sa11x0-dma.c | 922 d->slave.filter.mapcnt = ARRAY_SIZE(sa11x0_dma_map); in sa11x0_dma_probe()
|
D | pxa_dma.c | 1398 pdev->slave.filter.mapcnt = slave_map_cnt; in pxad_probe()
|
D | amba-pl08x.c | 2812 pl08x->slave.filter.mapcnt = pl08x->pd->slave_map_len; in pl08x_probe()
|
/linux-6.12.1/include/linux/ |
D | dmaengine.h | 778 int mapcnt; member
|
/linux-6.12.1/drivers/dma/amd/qdma/ |
D | qdma.c | 1105 qdev->dma_dev.filter.mapcnt = qdev->chan_num * 2; in amd_qdma_probe()
|
/linux-6.12.1/drivers/dma/xilinx/ |
D | xdma.c | 1279 xdev->dma_dev.filter.mapcnt = pdata->device_map_cnt; in xdma_probe()
|
/linux-6.12.1/drivers/dma/ti/ |
D | omap-dma.c | 1792 od->ddev.filter.mapcnt = od->plat->slavecnt; in omap_dma_probe()
|
D | edma.c | 2518 ecc->dma_slave.filter.mapcnt = info->slavecnt; in edma_probe()
|