Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dmmu.c155 status = hv_do_rep_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST, in hyperv_flush_tlb_multi()
220 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
225 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
231 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
H A Dnested.c117 status = hv_do_rep_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_LIST, in hyperv_flush_guest_mapping_range()
H A Dhv_apic.c159 status = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
H A Divm.c656 hv_status = hv_do_rep_hypercall( in hv_vtom_kexec_finish()
715 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
H A Dirqdomain.c62 status = hv_do_rep_hypercall(HVCALL_MAP_DEVICE_INTERRUPT, 0, var_size, in hv_map_interrupt()
/linux/drivers/hv/
H A Dmshv_common.c57 status = hv_do_rep_hypercall(HVCALL_GET_VP_REGISTERS, rep_count, in hv_call_get_vp_registers()
100 status = hv_do_rep_hypercall(HVCALL_SET_VP_REGISTERS, rep_count, in hv_call_set_vp_registers()
H A Dmshv_root_hv_call.c65 status = hv_do_rep_hypercall(HVCALL_WITHDRAW_MEMORY, in hv_call_withdraw_memory()
235 status = hv_do_rep_hypercall(HVCALL_MAP_GPA_PAGES, rep_count, 0, in hv_do_map_gpa_hcall()
318 status = hv_do_rep_hypercall(HVCALL_UNMAP_GPA_PAGES, rep_count, in hv_call_unmap_gpa_pages()
358 status = hv_do_rep_hypercall(HVCALL_GET_GPA_PAGES_ACCESS_STATES, rep_count, in hv_call_get_gpa_access_states()
1049 status = hv_do_rep_hypercall(code, rep_count, 0, input_page, in hv_call_modify_spa_host_access()
H A Dhv_proc.c87 status = hv_do_rep_hypercall(HVCALL_DEPOSIT_MEMORY, in hv_call_deposit_pages()
H A Dhv_balloon.c1627 status = hv_do_rep_hypercall(HV_EXT_CALL_MEMORY_HEAT_HINT, nents, 0, in hv_free_page_report()
/linux/include/asm-generic/
H A Dmshyperv.h161 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() function