Searched refs:io_apic_read (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/ |
H A D | ioapic.c | 11 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/include/asm/ |
H A D | io_apic.h | 166 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 D | x86_init.h | 321 unsigned int (*io_apic_read) (unsigned int apic, unsigned int reg); member
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 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() 2456 reg_01.raw = io_apic_read(ioapic, 1); in io_apic_get_redir_entries() 2507 reg_00.raw = io_apic_read(ioapic, 0); in io_apic_get_unique_id() 2544 reg_00.raw = io_apic_read(ioapic, 0); in io_apic_get_unique_id() 2591 reg_00.raw = io_apic_read(idx, 0); in io_apic_unique_id() 2608 reg_00.raw = io_apic_read(idx, 0); in io_apic_unique_id() 2623 reg_01.raw = io_apic_read(ioapic, 1); in io_apic_get_version() 2788 reg_00.raw = io_apic_read(idx, 0); in bad_ioapic_register() 2789 reg_01.raw = io_apic_read(idx, 1); in bad_ioapic_register() [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | ioapic.h | 29 u32 io_apic_read(u32 reg);
|
/openbmc/u-boot/arch/x86/cpu/tangier/ |
H A D | acpi.c | 56 io_apic_read(IO_APIC_ID) >> 24, IO_APIC_ADDR, 0); in acpi_fill_madt()
|
/openbmc/linux/arch/x86/xen/ |
H A D | apic.c | 162 x86_apic_ops.io_apic_read = xen_io_apic_read; in xen_init_apic()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | x86_init.c | 170 .io_apic_read = native_io_apic_read,
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | mpspec.c | 392 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 D | acpi_table.c | 268 io_apic_read(IO_APIC_ID) >> 24, IO_APIC_ADDR, 0); in acpi_fill_madt()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | pch.c | 117 reg32 = io_apic_read(0x01); in pch_enable_ioapic()
|