Function report |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-28 08:26:38 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:reserve_eilvt_offset
Proto:static unsigned int reserve_eilvt_offset(int offset, unsigned int new)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
int | offset | |
unsigned int | new |
405 | If offset >= APIC_EILVT_NR_MAX Then Return ~0 |
409 | Do |
410 | vector = rsvd & ~APIC_EILVT_MASKED |
411 | If vector && Not eilvt_entry_is_changeable(vector, new) Then Return rsvd |
417 | rsvd &= ~APIC_EILVT_MASKED |
418 | If rsvd && rsvd != vector Then pr_info("LVT offset %d assigned for vector 0x%02x\n", offset, rsvd) |
422 | Return new |
Name | Describe |
---|---|
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 |