Function report |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-28 08:26:37 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:eilvt_entry_is_changeable
Proto:static inline int eilvt_entry_is_changeable(unsigned int old, unsigned int new)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | old | |
unsigned int | new |
396 | Return old & APIC_EILVT_MASKED || new == APIC_EILVT_MASKED || (new & ~APIC_EILVT_MASKED) == old |
Name | Describe |
---|---|
reserve_eilvt_offset | |
setup_APIC_eilvt | If mask=1, the LVT entry does not generate interrupts while mask=0* enables the vector. See also the BKDGs. Must be called with* preemption disabled. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |