Function report |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-28 08:26:35 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:native_apic_icr_write
Proto:void native_apic_icr_write(unsigned int low, unsigned int id)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | low | |
unsigned int | id |
274 | local_irq_save(flags) |
275 | apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(id)) |
276 | apic_write(APIC_ICR, low) |
277 | local_irq_restore(flags) |
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 |