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

/linux-4.1.27/arch/x86/boot/
H A Dvideo-bios.c81 video_bios.modes = GET_HEAP(struct mode_info, 0); bios_probe()
107 mi = GET_HEAP(struct mode_info, 1); bios_probe()
H A Dvideo-vesa.c41 video_vesa.modes = GET_HEAP(struct mode_info, 0); vesa_probe()
78 mi = GET_HEAP(struct mode_info, 1); vesa_probe()
93 mi = GET_HEAP(struct mode_info, 1); vesa_probe()
H A Dboot.h209 #define GET_HEAP(type, n) \ macro
H A Dvideo.c250 saved.data = GET_HEAP(u16, saved.x*saved.y); save_screen()

Completed in 267 milliseconds