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
223
if (!hv_result_success(status) &&
arch/x86/hyperv/hv_vtl.c
233
if (!hv_result_success(status)) {
arch/x86/hyperv/irqdomain.c
67
if (!hv_result_success(status))
arch/x86/hyperv/irqdomain.c
90
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
2397
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
258
if (!hv_result_success(status)) {
drivers/hv/hv_proc.c
281
if (!hv_result_success(status) &&
drivers/hv/hv_proc.c
287
return 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
1067
if (!hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
120
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
256
} else if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
332
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
369
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
467
if (hv_result_success(status) && ret_output)
drivers/hv/mshv_root_hv_call.c
573
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
679
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
727
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
75
if (!hv_result_success(status)) {
drivers/hv/mshv_root_hv_call.c
780
if (hv_result_success(status))
drivers/hv/mshv_root_hv_call.c
925
if (hv_result_success(status))
drivers/hv/mshv_root_main.c
2193
if (!hv_result_success(status)) {
drivers/hv/mshv_root_main.c
251
if (hv_result_success(status))
drivers/hv/mshv_root_main.c
446
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))