Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dxenfb.c442 xen_pfn_t *pgmfns = NULL; in xenfb_map_fb() local
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()
521 g_free(pgmfns); in xenfb_map_fb()