Function report |
Source Code:arch\x86\kernel\apic\local.h |
Create Date:2022-07-28 08:27:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__prepare_ICR
Proto:static inline unsigned int __prepare_ICR(unsigned int shortcut, int vector, unsigned int dest)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | shortcut | |
int | vector | |
unsigned int | dest |
38 | Default |
39 | icr |= APIC_DM_FIXED | vector |
40 | Break |
41 | Case vector == Linux IRQ vector layout |
42 | icr |= APIC_DM_NMI |
43 | Break |
45 | Return icr |
Name | Describe |
---|---|
__default_send_IPI_shortcut | |
__default_send_IPI_dest_field | This is used to send an IPI with no shorthand notation (the destination is* specified in bits 56 to 63 of the ICR). |
__x2apic_send_IPI_dest | |
__x2apic_send_IPI_shorthand |
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 |