Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_proc.c90 if (!hv_result_success(status)) { in hv_call_deposit_pages()
185 if (!hv_result_success(status)) { in hv_call_add_logical_proc()
228 if (!hv_result_success(status)) { in hv_call_create_vp()
258 if (!hv_result_success(status)) { in hv_call_notify_all_processors_started()
281 if (!hv_result_success(status) && in hv_lp_exists()
287 return hv_result_success(status); in hv_lp_exists()
H A Dmshv_common.c59 if (!hv_result_success(status)) in hv_call_get_vp_registers()
102 if (!hv_result_success(status)) in hv_call_set_vp_registers()
133 if (!hv_result_success(status)) { in hv_call_get_partition_property()
184 if (!hv_result_success(status)) { in hv_initialize_sleep_states()
H A Dmshv_root_hv_call.c75 if (!hv_result_success(status)) { in hv_call_withdraw_memory()
120 if (hv_result_success(status)) in hv_call_create_partition()
256 } else if (!hv_result_success(status)) { in hv_do_map_gpa_hcall()
332 if (!hv_result_success(status)) { in hv_call_unmap_gpa_pages()
369 if (!hv_result_success(status)) { in hv_call_get_gpa_access_states()
467 if (hv_result_success(status) && ret_output) in hv_call_get_vp_state()
573 if (hv_result_success(status)) in hv_call_map_vp_state_page()
679 if (!hv_result_success(status)) { in hv_call_get_partition_property_ex()
727 if (hv_result_success(status)) in hv_call_create_port()
780 if (hv_result_success(status)) in hv_call_connect_port()
[all …]
H A Dhv_common.c277 if (hv_result_success(status)) in hv_get_partition_id()
303 if (hv_result_success(ret)) { in get_vtl()
608 if (!hv_result_success(status)) { in hv_query_ext_cap()
H A Dmshv_root_main.c251 if (hv_result_success(status)) in mshv_ioctl_passthru_hvcall()
446 if (!hv_result_success(status)) in mshv_vp_dispatch()
2193 if (!hv_result_success(status)) { in hv_retrieve_scheduler_type()
/linux/arch/x86/hyperv/
H A Dhv_apic.c164 return hv_result_success(status); in __send_ipi_mask_ex()
232 return hv_result_success(status); in __send_ipi_mask()
261 return hv_result_success(status); in __send_ipi_one()
H A Dnested.c47 if (hv_result_success(status)) in hyperv_flush_guest_mapping()
122 if (hv_result_success(status)) in hyperv_flush_guest_mapping_range()
H A Dhv_vtl.c223 if (!hv_result_success(status) && in hv_vtl_wakeup_secondary_cpu()
233 if (!hv_result_success(status)) { in hv_vtl_wakeup_secondary_cpu()
H A Dirqdomain.c67 if (!hv_result_success(status)) in hv_map_interrupt()
90 if (!hv_result_success(status)) in hv_unmap_interrupt()
H A Dhv_crash.c256 if (!hv_result_success(status)) in hv_notify_prepare_hyp()
617 if (!hv_result_success(status)) { in hv_root_crash_init()
H A Divm.c372 if (!hv_result_success(ret)) { in hv_snp_boot_ap()
659 WARN_ON_ONCE(!hv_result_success(hv_status)); in hv_vtom_kexec_finish()
720 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
H A Dhv_init.c737 if (!hv_result_success(status)) { in hv_apicid_to_vp_index()
/linux/include/asm-generic/
H A Dmshyperv.h115 static inline bool hv_result_success(u64 status) in hv_result_success() function
146 if (!hv_result_success(status)) in hv_do_rep_hypercall_ex()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c711 if (!hv_result_success(res) && hbus->state != hv_pcibus_removing) in hv_irq_retarget_interrupt()
1113 if (hv_result_success(ret)) { in hv_pci_read_mmio()
1155 if (!hv_result_success(ret)) in hv_pci_write_mmio()