Home
last modified time | relevance | path

Searched refs:vesapm_seg (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/
Dvesafb.c299 screen_info.vesapm_seg = 0; in vesafb_probe()
331 if (screen_info.vesapm_seg) { in vesafb_probe()
333 screen_info.vesapm_seg,screen_info.vesapm_off); in vesafb_probe()
336 if (screen_info.vesapm_seg < 0xc000) in vesafb_probe()
341 …pmi_base = (unsigned short*)phys_to_virt(((unsigned long)screen_info.vesapm_seg << 4) + screen_in… in vesafb_probe()
/linux-5.19.10/include/uapi/linux/
Dscreen_info.h42 __u16 vesapm_seg; /* 0x2e */ member
/linux-5.19.10/arch/x86/boot/
Dvideo-vesa.c200 boot_params.screen_info.vesapm_seg = oreg.es; in vesa_store_pm_info()