Home
last modified time | relevance | path

Searched refs:hv_result (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/arch/x86/hyperv/
A Dhv_proc.c97 ret = hv_result(status); in hv_call_deposit_pages()
149 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_add_logical_proc()
153 ret = hv_result(status); in hv_call_add_logical_proc()
199 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_create_vp()
203 ret = hv_result(status); in hv_call_create_vp()
A Dnested.c131 ret = hv_result(status); in hyperv_flush_guest_mapping_range()
A Dirqdomain.c69 return hv_result(status); in hv_map_interrupt()
91 return hv_result(status); in hv_unmap_interrupt()
/linux-6.3-rc2/include/asm-generic/
A Dmshyperv.h61 static inline int hv_result(u64 status) in hv_result() function
68 return hv_result(status) == HV_STATUS_SUCCESS; in hv_result_success()
/linux-6.3-rc2/drivers/hv/
A Dhv.c115 return hv_result(status); in hv_post_message()
A Dhv_balloon.c1682 if (hv_result(status) == HV_STATUS_INVALID_PARAMETER) { in hv_free_page_report()

Completed in 17 milliseconds