Home
last modified time | relevance | path

Searched refs:hv_result_success (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/x86/hyperv/
Dhv_proc.c95 if (!hv_result_success(status)) { in hv_call_deposit_pages()
150 if (!hv_result_success(status)) { in hv_call_add_logical_proc()
200 if (!hv_result_success(status)) { in hv_call_create_vp()
Dnested.c50 if (hv_result_success(status)) in hyperv_flush_guest_mapping()
128 if (hv_result_success(status)) in hyperv_flush_guest_mapping_range()
Dhv_apic.c152 return hv_result_success(status); in __send_ipi_mask_ex()
217 return hv_result_success(status); in __send_ipi_mask()
240 return hv_result_success(status); in __send_ipi_one()
Dmmu.c163 if (hv_result_success(status)) in hyperv_flush_tlb_multi()
Divm.c316 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
Dirqdomain.c66 if (!hv_result_success(status)) in hv_map_interrupt()
Dhv_init.c370 if (!hv_result_success(status)) { in hv_get_partition_id()
/linux-6.1.9/arch/arm64/hyperv/
Dhv_core.c80 BUG_ON(!hv_result_success(res.a0)); in hv_set_vpreg()
114 BUG_ON(!hv_result_success(res.a0)); in hv_get_vpreg_128()
/linux-6.1.9/include/asm-generic/
Dmshyperv.h65 static inline bool hv_result_success(u64 status) in hv_result_success() function
93 if (!hv_result_success(status)) in hv_do_rep_hypercall()
/linux-6.1.9/drivers/hv/
Dhv_common.c212 if (!hv_result_success(status)) { in hv_query_ext_cap()
/linux-6.1.9/drivers/pci/controller/
Dpci-hyperv.c742 if (!hv_result_success(res) && hbus->state != hv_pcibus_removing) in hv_arch_irq_unmask()