Searched refs:fb_size (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 733 MD5Update(&md5_ctx, (void *)fb->fb_va, fb->fb_size); in fastboot_cksum_file() 745 fsize_roundup = P2ROUNDUP_TYPED(fb->fb_size, PAGESIZE, size_t); in fastboot_free_file() 749 fb->fb_size = 0; in fastboot_free_file() 1039 fb->fb_size = fsize; in fastboot_load_kernel() 1075 for (page_index = 0, offset = 0; offset < fb->fb_size; in fastboot_load_kernel() 1205 fb->fb_size = MMU_PAGESIZE; in fastboot_load_kernel() 1356 bcopy((void *)fb_swtch_image, (void *)fb->fb_va, fb->fb_size); in fast_reboot()
|
/titanic_44/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 71 off_t fb_size; member 427 softc->fb_size = VGA_MEM_SIZE; in gfxp_vgatext_attach() 431 mem_offset, softc->fb_size, in gfxp_vgatext_attach() 838 off < VGA_MMAP_FB_BASE + softc->fb_size)) { in gfxp_vgatext_devmap() 843 if (off + len > VGA_MMAP_FB_BASE + softc->fb_size) in gfxp_vgatext_devmap() 844 length = VGA_MMAP_FB_BASE + softc->fb_size - off; in gfxp_vgatext_devmap()
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | fastboot.h | 118 size_t fb_size; /* file size */ member
|
/titanic_44/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 145 off_t fb_size; member 545 softc->fb_size = VGA_MEM_SIZE; in vgatext_attach() 549 mem_offset, softc->fb_size, in vgatext_attach() 964 off < VGA_MMAP_FB_BASE + softc->fb_size)) { in vgatext_devmap() 969 if (off + len > VGA_MMAP_FB_BASE + softc->fb_size) in vgatext_devmap() 970 length = VGA_MMAP_FB_BASE + softc->fb_size - off; in vgatext_devmap()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fbio.h | 49 int fb_size; /* total size in bytes */ member
|
/titanic_44/usr/src/uts/intel/io/drm/ |
H A D | radeon_drv.h | 227 u32 fb_size; member 335 (off <= (dev_priv->fb_location + dev_priv->fb_size - 1))) || \
|
H A D | radeon_cp.c | 1567 dev_priv->fb_size = in radeon_do_init_cp() 1600 dev_priv->fb_size - 1)) { in radeon_do_init_cp() 1609 base = dev_priv->fb_location + dev_priv->fb_size; in radeon_do_init_cp()
|
H A D | radeon_state.c | 53 u32 fb_end = dev_priv->fb_location + dev_priv->fb_size - 1; in radeon_check_and_fixup_offset() 84 if (off < (dev_priv->fb_size + dev_priv->gart_size)) { in radeon_check_and_fixup_offset()
|
/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 396 fb_size
|