Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dxenfb.c441 int n_fbdirs; in xenfb_map_fb() local
498 n_fbdirs = xenfb->fbpages * mode / 8; in xenfb_map_fb()
499 n_fbdirs = DIV_ROUND_UP(n_fbdirs, XEN_PAGE_SIZE); in xenfb_map_fb()
501 pgmfns = g_new0(xen_pfn_t, n_fbdirs); in xenfb_map_fb()
504 xenfb_copy_mfns(mode, n_fbdirs, pgmfns, pd); in xenfb_map_fb()
506 n_fbdirs, pgmfns, NULL); in xenfb_map_fb()
510 qemu_xen_foreignmem_unmap(map, n_fbdirs); in xenfb_map_fb()