Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/boot/
Dvideo-bios.c81 video_bios.modes = GET_HEAP(struct mode_info, 0); in bios_probe()
107 mi = GET_HEAP(struct mode_info, 1); in bios_probe()
Dvideo-vesa.c40 video_vesa.modes = GET_HEAP(struct mode_info, 0); in vesa_probe()
77 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
92 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
Dvideo.c248 saved.data = GET_HEAP(u16, saved.x*saved.y); in save_screen()
Dboot.h218 #define GET_HEAP(type, n) \ macro