Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:alloc_intr_gate

Proto:void alloc_intr_gate(unsigned int n, const void *addr)

Type:void

Parameter:

TypeParameterName
unsigned intn
const void *addr
364  BUG_ON(n < FIRST_SYSTEM_VECTOR)
365  If Not st_and_set_bit - Set a bit and return its old value*@nr: Bit to set*@addr: Address to count from* This is an atomic fully-ordered operation (implied full memory barrier). Then set_intr_gate(n, addr)
Caller
NameDescribe
ms_hyperv_init_platform
acrn_init_platform