Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
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()
/linux-6.6.21/arch/x86/hyperv/
DMakefile2 obj-y := hv_init.o mmu.o nested.o irqdomain.o ivm.o
/linux-6.6.21/drivers/hv/
Dhyperv_vmbus.h164 extern int hv_init(void);
Dhv.c34 int hv_init(void) in hv_init() function
Dvmbus_drv.c1331 ret = hv_init(); in vmbus_bus_init()