Home
last modified time | relevance | path

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

/linux-6.6.21/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.c46 if (hv_result_success(status)) in hyperv_flush_guest_mapping()
121 if (hv_result_success(status)) in hyperv_flush_guest_mapping_range()
Dhv_apic.c154 return hv_result_success(status); in __send_ipi_mask_ex()
222 return hv_result_success(status); in __send_ipi_mask()
251 return hv_result_success(status); in __send_ipi_one()
Dhv_vtl.c145 if (!hv_result_success(status) && in hv_vtl_bringup_vcpu()
155 if (!hv_result_success(status)) { in hv_vtl_bringup_vcpu()
190 if (!hv_result_success(status)) { in hv_vtl_apicid_to_vp_id()
Dhv_init.c407 if (!hv_result_success(status)) { in hv_get_partition_id()
436 if (hv_result_success(ret)) { in get_vtl()
Divm.c362 if (!hv_result_success(ret)) { in hv_snp_boot_ap()
499 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
Dmmu.c167 if (hv_result_success(status)) in hyperv_flush_tlb_multi()
Dirqdomain.c66 if (!hv_result_success(status)) in hv_map_interrupt()
/linux-6.6.21/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.6.21/include/asm-generic/
Dmshyperv.h76 static inline bool hv_result_success(u64 status) in hv_result_success() function
104 if (!hv_result_success(status)) in hv_do_rep_hypercall()
/linux-6.6.21/drivers/hv/
Dhv_common.c476 if (!hv_result_success(status)) { in hv_query_ext_cap()
Dhv_balloon.c1671 if (!hv_result_success(status)) { in hv_free_page_report()
/linux-6.6.21/drivers/pci/controller/
Dpci-hyperv.c720 if (!hv_result_success(res) && hbus->state != hv_pcibus_removing) in hv_arch_irq_unmask()
1052 if (hv_result_success(ret)) { in hv_pci_read_mmio()
1094 if (!hv_result_success(ret)) in hv_pci_write_mmio()
/linux-6.6.21/arch/x86/kvm/
Dhyperv.c2331 if (hv_result_success(result) && is_guest_mode(vcpu) && in kvm_hv_hypercall_complete()