Home
last modified time | relevance | path

Searched refs:hv_status_err (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/hv/
H A Dhv_proc.c90 hv_status_err(status, "\n"); in hv_call_deposit_pages()
141 hv_status_err(status, "cpu %u apic ID: %u\n", in hv_call_add_logical_proc()
183 hv_status_err(status, "vcpu: %u, lp: %u\n", in hv_call_create_vp()
/linux-6.15/arch/x86/hyperv/
H A Dirqdomain.c67 hv_status_err(status, "\n"); in hv_map_interrupt()
276 hv_status_err(status, "\n"); in hv_teardown_msi_irq()
/linux-6.15/drivers/iommu/
H A Dhyperv-iommu.c231 hv_status_err(status, "map failed\n"); in hyperv_root_ir_compose_msi_msg()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h325 #define hv_status_err(status, fmt, ...) \ macro