Searched refs:vminfo (Results 1 – 2 of 2) sorted by relevance
63 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 …]
69 static inline long hcall_create_vm(u64 vminfo) in hcall_create_vm() argument71 return acrn_hypercall1(HC_CREATE_VM, vminfo); in hcall_create_vm()
Completed in 4 milliseconds