Home
last modified time | relevance | path

Searched refs:hv_init (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/hyperv/
H A DMakefile2 obj-y := hv_init.o mmu.o nested.o irqdomain.o ivm.o
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_ipi.c50 static inline void hv_init(vm_vaddr_t pgs_gpa) in hv_init() function
61 hv_init(pgs_gpa); in receiver_code()
94 hv_init(pgs_gpa); in sender_guest_code()
/openbmc/linux/drivers/hv/
H A Dhyperv_vmbus.h164 extern int hv_init(void);
H A Dhv.c34 int hv_init(void) in hv_init() function
H A Dvmbus_drv.c1331 ret = hv_init(); in vmbus_bus_init()
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c564 static void __attribute__((constructor)) hv_init(void) in hv_init() function