Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/hyperv/
Dmmu.c147 status = hv_do_rep_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST, in hyperv_flush_tlb_others()
211 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
216 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
222 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
Dnested.c123 status = hv_do_rep_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_LIST, in hyperv_flush_guest_mapping_range()
Dhv_apic.c131 ret = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
/Linux-v5.10/arch/x86/include/asm/
Dmshyperv.h187 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() function