Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mshyperv.c Create Date:2022-07-28 08:15:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hyperv_vector_handler

Proto:__visible void __irq_entry hyperv_vector_handler(struct pt_regs *regs)

Type:void

Parameter:

TypeParameterName
struct pt_regs *regs
45  old_regs = set_irq_regs(regs)
47  entering_irq()
48  inc_irq_stat(irq_hv_callback_count)
49  If vmbus_handler Then vmbus_handler()
52  If hints & Recommend not using Auto End-Of-Interrupt feature Then ack_APIC_irq()
55  exiting_irq()
56  set_irq_regs(old_regs)