Searched refs:mapcnt (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/x86/xen/ |
H A D | setup.c | 577 unsigned mapcnt; in xen_is_e820_reserved() local 586 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_is_e820_reserved() 607 unsigned mapcnt; in xen_find_free_area() local 611 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++, entry++) { in xen_find_free_area() 639 unsigned int mapcnt; in xen_e820_swap_entry_with_ram() local 647 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_e820_swap_entry_with_ram() 695 unsigned int mapcnt; in xen_e820_resolve_conflicts() local 704 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_e820_resolve_conflicts()
|
/openbmc/linux/tools/mm/ |
H A D | page-types.c | 375 uint64_t cgroup, uint64_t mapcnt) in show_page_range() argument 384 if (flags == flags0 && cgroup == cgroup0 && mapcnt == mapcnt0 && in show_page_range() 405 mapcnt0 = mapcnt; in show_page_range() 417 uint64_t flags, uint64_t cgroup, uint64_t mapcnt) in show_page() argument 426 printf("%" PRIu64 "\t", mapcnt); in show_page() 637 uint64_t flags, uint64_t cgroup, uint64_t mapcnt, in add_page() argument 657 show_page_range(voffset, offset, 1, flags, cgroup, mapcnt); in add_page() 659 show_page(voffset, offset, flags, cgroup, mapcnt); in add_page() 979 uint64_t mapcnt = 0; in walk_file_range() local 1035 if (!kpagecount_read(&mapcnt, pfn, 1)) in walk_file_range() [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | mcf-edma-main.c | 241 mcf_edma->dma_dev.filter.mapcnt = pdata->slavecnt; in mcf_edma_probe()
|
H A 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()
|
H A D | sa11x0-dma.c | 922 d->slave.filter.mapcnt = ARRAY_SIZE(sa11x0_dma_map); in sa11x0_dma_probe()
|
H A D | pxa_dma.c | 1399 pdev->slave.filter.mapcnt = slave_map_cnt; in pxad_probe()
|
H A D | amba-pl08x.c | 2812 pl08x->slave.filter.mapcnt = pl08x->pd->slave_map_len; in pl08x_probe()
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | xdma.c | 933 xdev->dma_dev.filter.mapcnt = pdata->device_map_cnt; in xdma_probe()
|
/openbmc/linux/include/linux/ |
H A D | dmaengine.h | 770 int mapcnt; member
|
/openbmc/linux/drivers/dma/ti/ |
H A D | omap-dma.c | 1793 od->ddev.filter.mapcnt = od->plat->slavecnt; in omap_dma_probe()
|
H A D | edma.c | 2518 ecc->dma_slave.filter.mapcnt = info->slavecnt; in edma_probe()
|