Home
last modified time | relevance | path

Searched refs:hv_do_rep_hypercall (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/hyperv/
Dmmu.c145 status = hv_do_rep_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST, in hyperv_flush_tlb_others()
209 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
214 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
220 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
Dhv_apic.c127 ret = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h242 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() function