Home
last modified time | relevance | path

Searched refs:io_apic_read (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/
H A Dioapic.c11 u32 io_apic_read(u32 reg) in io_apic_read() function
33 io_apic_write(0x00, (io_apic_read(0x00) & 0xf0ffffff) | in io_apic_set_id()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c295 entry.w1 = io_apic_read(apic, 0x10 + 2 * pin); in __ioapic_read_entry()
296 entry.w2 = io_apic_read(apic, 0x11 + 2 * pin); in __ioapic_read_entry()
1261 reg_00.raw = io_apic_read(ioapic_idx, 0); in print_IO_APIC()
1262 reg_01.raw = io_apic_read(ioapic_idx, 1); in print_IO_APIC()
1264 reg_02.raw = io_apic_read(ioapic_idx, 2); in print_IO_APIC()
1266 reg_03.raw = io_apic_read(ioapic_idx, 3); in print_IO_APIC()
1473 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck()
1540 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck()
1699 e.w1 = io_apic_read(entry->apic, 0x10 + pin*2); in io_apic_level_ack_pending()
2418 reg_00.raw = io_apic_read(ioapic_idx, 0); in resume_ioapic_id()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dio_apic.h166 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) in io_apic_read() function
168 return x86_apic_ops.io_apic_read(apic, reg); in io_apic_read()
H A Dx86_init.h321 unsigned int (*io_apic_read) (unsigned int apic, unsigned int reg); member
/openbmc/u-boot/arch/x86/include/asm/
H A Dioapic.h29 u32 io_apic_read(u32 reg);
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dacpi.c56 io_apic_read(IO_APIC_ID) >> 24, IO_APIC_ADDR, 0); in acpi_fill_madt()
/openbmc/linux/arch/x86/xen/
H A Dapic.c162 x86_apic_ops.io_apic_read = xen_io_apic_read; in xen_init_apic()
/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c170 .io_apic_read = native_io_apic_read,
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c392 ioapic_id = io_apic_read(IO_APIC_ID) >> 24; in write_mp_table()
393 ioapic_ver = io_apic_read(IO_APIC_VER) & 0xff; in write_mp_table()
H A Dacpi_table.c268 io_apic_read(IO_APIC_ID) >> 24, IO_APIC_ADDR, 0); in acpi_fill_madt()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c117 reg32 = io_apic_read(0x01); in pch_enable_ioapic()