Home
last modified time | relevance | path

Searched refs:vminfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dvideo-vesa.c63 memset(&vminfo, 0, sizeof(vminfo)); /* Just in case... */ in vesa_probe()
67 ireg.di = (size_t)&vminfo; in vesa_probe()
79 mi->x = vminfo.h_res; in vesa_probe()
80 mi->y = vminfo.v_res; in vesa_probe()
93 mi->depth = vminfo.bpp; in vesa_probe()
94 mi->x = vminfo.h_res; in vesa_probe()
95 mi->y = vminfo.v_res; in vesa_probe()
110 memset(&vminfo, 0, sizeof(vminfo)); /* Just in case... */ in vesa_set_mode()
115 ireg.di = (size_t)&vminfo; in vesa_set_mode()
221 &vminfo.rmask, 8); in vesa_store_mode_params_graphics()
[all …]
/openbmc/linux/drivers/virt/acrn/
H A Dhypercall.h69 static inline long hcall_create_vm(u64 vminfo) in hcall_create_vm() argument
71 return acrn_hypercall1(HC_CREATE_VM, vminfo); in hcall_create_vm()