Home
last modified time | relevance | path

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

/linux/drivers/ptp/
H A Dptp_vmw.c28 ret = vmware_hypercall3(VMWARE_CMD_PCLK_GETTIME, 0, in ptp_vmw_pclk_read()
/linux/arch/x86/kernel/cpu/
H A Dvmware.c133 eax = vmware_hypercall3(VMWARE_CMD_GETVERSION, 0, &ebx, &ecx); in __vmware_platform()
403 eax = vmware_hypercall3(VMWARE_CMD_GETHZ, UINT_MAX, &ebx, &ecx); in vmware_platform_setup()
/linux/arch/x86/include/asm/
H A Dvmware.h123 unsigned long vmware_hypercall3(unsigned long cmd, unsigned long in1, in vmware_hypercall3() function
/linux/drivers/input/mouse/
H A Dvmmouse.c323 version = vmware_hypercall3(VMWARE_CMD_GETVERSION, 0, &response, &type); in vmmouse_detect()