Home
last modified time | relevance | path

Searched refs:mapcnt (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/arch/x86/xen/
H A Dsetup.c573 unsigned mapcnt; in xen_is_e820_reserved() local
582 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_is_e820_reserved()
603 unsigned mapcnt; in xen_find_free_area() local
607 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++, entry++) { in xen_find_free_area()
635 unsigned int mapcnt; in xen_e820_swap_entry_with_ram() local
643 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_e820_swap_entry_with_ram()
691 unsigned int mapcnt; in xen_e820_resolve_conflicts() local
700 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_e820_resolve_conflicts()
/linux-6.15/tools/mm/
H A Dpage-types.c374 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.15/drivers/dma/
H A Dmcf-edma-main.c239 mcf_edma->dma_dev.filter.mapcnt = pdata->slavecnt; in mcf_edma_probe()
H A Ddmaengine.c794 if (!device->filter.mapcnt) in dma_filter_match()
797 for (i = 0; i < device->filter.mapcnt; i++) { in dma_filter_match()
H A Dsa11x0-dma.c922 d->slave.filter.mapcnt = ARRAY_SIZE(sa11x0_dma_map); in sa11x0_dma_probe()
H A Dpxa_dma.c1398 pdev->slave.filter.mapcnt = slave_map_cnt; in pxad_probe()
H A Damba-pl08x.c2812 pl08x->slave.filter.mapcnt = pl08x->pd->slave_map_len; in pl08x_probe()
/linux-6.15/include/linux/
H A Ddmaengine.h782 int mapcnt; member
/linux-6.15/drivers/dma/amd/qdma/
H A Dqdma.c1105 qdev->dma_dev.filter.mapcnt = qdev->chan_num * 2; in amd_qdma_probe()
/linux-6.15/drivers/dma/xilinx/
H A Dxdma.c1275 xdev->dma_dev.filter.mapcnt = pdata->device_map_cnt; in xdma_probe()
/linux-6.15/drivers/dma/ti/
H A Domap-dma.c1792 od->ddev.filter.mapcnt = od->plat->slavecnt; in omap_dma_probe()
H A Dedma.c2522 ecc->dma_slave.filter.mapcnt = info->slavecnt; in edma_probe()