Home
last modified time | relevance | path

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

/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.c41 video_vesa.modes = GET_HEAP(struct mode_info, 0); in vesa_probe()
78 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
93 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
Dvideo.c252 saved.data = GET_HEAP(u16, saved.x*saved.y); in save_screen()
Dboot.h209 #define GET_HEAP(type, n) \ macro