Searched refs:io_apic_read (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | ioapic.c | 12 u32 io_apic_read(u32 reg) in io_apic_read() function 34 io_apic_write(0x00, (io_apic_read(0x00) & 0xf0ffffff) | in io_apic_set_id()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 298 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin); in __ioapic_read_entry() 299 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin); in __ioapic_read_entry() 1269 reg_00.raw = io_apic_read(ioapic_idx, 0); in print_IO_APIC() 1270 reg_01.raw = io_apic_read(ioapic_idx, 1); in print_IO_APIC() 1272 reg_02.raw = io_apic_read(ioapic_idx, 2); in print_IO_APIC() 1274 reg_03.raw = io_apic_read(ioapic_idx, 3); in print_IO_APIC() 1478 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck() 1549 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck() 1713 reg = io_apic_read(entry->apic, 0x10 + pin*2); in io_apic_level_ack_pending() 2395 reg_00.raw = io_apic_read(ioapic_idx, 0); in resume_ioapic_id() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io_apic.h | 187 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) in io_apic_read() function 189 return x86_apic_ops.io_apic_read(apic, reg); in io_apic_read()
|
| H A D | x86_init.h | 297 unsigned int (*io_apic_read) (unsigned int apic, unsigned int reg); member
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | ioapic.h | 30 u32 io_apic_read(u32 reg);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | x86_init.c | 160 .io_apic_read = native_io_apic_read,
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | apic.c | 203 x86_apic_ops.io_apic_read = xen_io_apic_read; in xen_init_apic()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | mpspec.c | 393 ioapic_id = io_apic_read(IO_APIC_ID) >> 24; in write_mp_table() 394 ioapic_ver = io_apic_read(IO_APIC_VER) & 0xff; in write_mp_table()
|
| H A D | acpi_table.c | 266 io_apic_read(IO_APIC_ID) >> 24, IO_APIC_ADDR, 0); in acpi_fill_madt()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | pch.c | 116 reg32 = io_apic_read(0x01); in pch_enable_ioapic()
|