Searched refs:hv_do_rep_hypercall (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/x86/hyperv/ |
| H A D | mmu.c | 155 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 D | nested.c | 117 status = hv_do_rep_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_LIST, in hyperv_flush_guest_mapping_range()
|
| H A D | hv_apic.c | 159 status = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
|
| H A D | ivm.c | 656 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 D | irqdomain.c | 62 status = hv_do_rep_hypercall(HVCALL_MAP_DEVICE_INTERRUPT, 0, var_size, in hv_map_interrupt()
|
| /linux/drivers/hv/ |
| H A D | mshv_common.c | 57 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 D | mshv_root_hv_call.c | 65 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 D | hv_proc.c | 87 status = hv_do_rep_hypercall(HVCALL_DEPOSIT_MEMORY, in hv_call_deposit_pages()
|
| H A D | hv_balloon.c | 1627 status = hv_do_rep_hypercall(HV_EXT_CALL_MEMORY_HEAT_HINT, nents, 0, in hv_free_page_report()
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 161 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() function
|