Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dbhyvegc.c46 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() argument
56 if (fbaddr) { in bhyvegc_init()
57 gc_image->data = fbaddr; in bhyvegc_init()
70 bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr) in bhyvegc_set_fbaddr() argument
73 if (gc->gc_image->data && gc->gc_image->data != fbaddr) in bhyvegc_set_fbaddr()
75 gc->gc_image->data = fbaddr; in bhyvegc_set_fbaddr()
H A Dconsole.c53 console_init(int w, int h, void *fbaddr) in console_init() argument
55 console.gc = bhyvegc_init(w, h, fbaddr); in console_init()
59 console_set_fbaddr(void *fbaddr) in console_set_fbaddr() argument
61 bhyvegc_set_fbaddr(console.gc, fbaddr); in console_set_fbaddr()
H A Dbhyvegc.h43 struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr);
44 void bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr);
H A Dconsole.h40 void console_init(int w, int h, void *fbaddr);
42 void console_set_fbaddr(void *fbaddr);
H A Dpci_fbuf.c107 uint32_t fbaddr; member
231 if (vm_munmap_memseg(ctx, sc->fbaddr, FB_SIZE) != 0) in pci_fbuf_baraddr()
233 sc->fbaddr = 0; in pci_fbuf_baraddr()
238 sc->fbaddr = address; in pci_fbuf_baraddr()
/freebsd-13.1/stand/efi/loader/
H A Dframebuffer.c325 uint64_t fbaddr; in efifb_from_uga() local
368 fbaddr = 0xc0000000; in efifb_from_uga()
376 fbaddr = 0xc0000000; in efifb_from_uga()
388 efifb->fb_height == vert && efifb->fb_addr == fbaddr) { in efifb_from_uga()