Symbol: hv_result_success
arch/arm64/hyperv/hv_core.c
130
BUG_ON(!hv_result_success(res.a0));
arch/arm64/hyperv/hv_core.c
96
BUG_ON(!hv_result_success(res.a0));
arch/x86/hyperv/hv_apic.c
164
return hv_result_success(status);
arch/x86/hyperv/hv_apic.c
232
return hv_result_success(status);
arch/x86/hyperv/hv_apic.c
261
return hv_result_success(status);
arch/x86/hyperv/hv_crash.c
256
if (!hv_result_success(status))
arch/x86/hyperv/hv_crash.c
617
if (!hv_result_success(status)) {
arch/x86/hyperv/hv_init.c
737
if (!hv_result_success(status)) {
arch/x86/hyperv/hv_vtl.c
200
if (!hv_result_success(status) &&
arch/x86/hyperv/hv_vtl.c
210
if (!hv_result_success(status)) {
arch/x86/hyperv/irqdomain.c
68
if (!hv_result_success(status))
arch/x86/hyperv/irqdomain.c
93
if (!hv_result_success(status))
arch/x86/hyperv/ivm.c
372
if (!hv_result_success(ret)) {
arch/x86/hyperv/ivm.c
659
WARN_ON_ONCE(!hv_result_success(hv_status));
arch/x86/hyperv/ivm.c
720
if (hv_result_success(hv_status))
arch/x86/hyperv/mmu.c
166
if (hv_result_success(status))
arch/x86/hyperv/nested.c
122
if (hv_result_success(status))
arch/x86/hyperv/nested.c
47
if (hv_result_success(status))
arch/x86/kvm/hyperv.c
2390
if (hv_result_success(result) && is_guest_mode(vcpu) &&
drivers/hv/hv_balloon.c
1630
if (!hv_result_success(status)) {
drivers/hv/hv_common.c
277
if (hv_result_success(status))
drivers/hv/hv_common.c
303
if (hv_result_success(ret)) {
drivers/hv/hv_common.c
608
if (!hv_result_success(status)) {
drivers/hv/hv_proc.c
185
if (!hv_result_success(status)) {
drivers/hv/hv_proc.c
228
if (!hv_result_success(status)) {
drivers/hv/hv_proc.c
90
if (!hv_result_success(status)) {
drivers/hv/mshv_common.c
102
if (!hv_result_success(status))
drivers/hv/mshv_common.c
133
if (!hv_result_success(status)) {
drivers/hv/mshv_common.c
184
if (!hv_result_success(status)) {
drivers/hv/mshv_common.c
59
if (!hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
1055
if (!hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
119
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
247
} else if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
323
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
360
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
458
if (hv_result_success(status) && ret_output)
drivers/hv/mshv_root_hv_call.c
564
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
667
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
715
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
76
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
768
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
913
if (hv_result_success(status))
drivers/hv/mshv_root_main.c
2133
if (!hv_result_success(status)) {
drivers/hv/mshv_root_main.c
251
if (hv_result_success(status))
drivers/hv/mshv_root_main.c
435
if (!hv_result_success(status))
drivers/pci/controller/pci-hyperv.c
1113
if (hv_result_success(ret)) {
drivers/pci/controller/pci-hyperv.c
1155
if (!hv_result_success(ret))
drivers/pci/controller/pci-hyperv.c
711
if (!hv_result_success(res) && hbus->state != hv_pcibus_removing)
include/asm-generic/mshyperv.h
146
if (!hv_result_success(status))