Searched refs:hv_do_rep_hypercall (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/x86/hyperv/ |
D | mmu.c | 152 status = hv_do_rep_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST, in hyperv_flush_tlb_multi() 216 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex() 221 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex() 227 status = hv_do_rep_hypercall( in hyperv_flush_tlb_others_ex()
|
D | nested.c | 123 status = hv_do_rep_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_LIST, in hyperv_flush_guest_mapping_range()
|
D | hv_proc.c | 92 status = hv_do_rep_hypercall(HVCALL_DEPOSIT_MEMORY, in hv_call_deposit_pages()
|
D | hv_apic.c | 147 status = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
|
D | ivm.c | 311 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
|
D | irqdomain.c | 60 status = hv_do_rep_hypercall(HVCALL_MAP_DEVICE_INTERRUPT, 0, var_size, in hv_map_interrupt()
|
/linux-6.1.9/include/asm-generic/ |
D | mshyperv.h | 81 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() function
|
/linux-6.1.9/drivers/hv/ |
D | hv_balloon.c | 1633 status = hv_do_rep_hypercall(HV_EXT_CALL_MEMORY_HEAT_HINT, nents, 0, in hv_free_page_report()
|