Searched refs:fb_base (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_uga.c55 find_line_len (grub_uint32_t *fb_base, grub_uint32_t *line_len) argument
57 grub_uint32_t *base = (grub_uint32_t *) (grub_target_addr_t) *fb_base;
70 *fb_base = (grub_uint32_t) (grub_target_addr_t) base;
85 find_framebuf (grub_uint32_t *fb_base, grub_uint32_t *line_len) argument
137 *fb_base = base64;
138 if (find_line_len (fb_base, line_len))
H A Defi_gop.c330 framebuffer.ptr = (void *) (grub_addr_t) gop->mode->fb_base;
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dgraphics_output.h59 grub_efi_physical_address_t fb_base; member in struct:grub_efi_gop_mode
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c103 grub_uint64_t fb_base, fb_size; local
110 fb_base = (grub_uint64_t) (grub_size_t) base;
113 /* Check that fb_base and fb_size can be represented using a single
116 if (fb_base < (1 << 20))
118 if (fb_base >= (1LL << 36))
129 if (fb_base & (fb_size - 1))
182 if (real_base < (fb_base + fb_size) &&
183 real_base + (~real_mask & bits) >= fb_base)
202 (fb_base & bits_lo) | 0x01 /* WC */;
203 base_hi = (base_hi & ~bits_hi) | ((fb_base >> 3
[all...]

Completed in 17 milliseconds