Searched refs:apic (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dbp_percpu.c9 #include <arch/x86/apic.h>
H A Dioapic.cpp9 #include <arch/x86/apic.h>
126 struct io_apic* apic = &io_apics[i]; local
127 paddr_t paddr = apic->desc.paddr;
148 apic->vaddr = vaddr;
152 uint32_t ver = apic_io_read_reg(apic, IO_APIC_REG_VER);
153 apic->version = IO_APIC_VER_VERSION(ver);
154 apic->max_redirection_entry = IO_APIC_VER_MAX_REDIR_ENTRY(ver);
156 if (apic->max_redirection_entry > IO_APIC_NUM_REDIRECTIONS - 1) {
159 apic->max_redirection_entry = IO_APIC_NUM_REDIRECTIONS - 1;
163 for (unsigned int j = 0; j <= apic
[all...]
H A Darch.cpp15 #include <arch/x86/apic.h>
H A Dbootstrap16.cpp9 #include <arch/x86/apic.h>
H A Dsmp.cpp13 #include <arch/x86/apic.h>
98 dprintf(INFO, "booting apic ids: ");
H A Dlapic.cpp14 #include <arch/x86/apic.h>
35 // local apic registers
182 // legacy apic stores the id in the top 8 bits of the register
186 // we can only deal with 8 bit apic ids right now
208 // we only support 8 bit apic ids
504 printf("apic %02x:\n", apic_local_id());
520 STATIC_COMMAND("apic", "apic commands", &cmd_apic)
522 STATIC_COMMAND_END(apic);
H A Dmp.cpp19 #include <arch/x86/apic.h>
84 /* Never found bootstrap CPU in apic id list */
H A Dfaults.cpp12 #include <arch/x86/apic.h>
H A Dperf_mon.cpp43 #include <arch/x86/apic.h>
/fuchsia/zircon/kernel/platform/pc/include/platform/pc/
H A Dacpi.h10 #include <arch/x86/apic.h>
/fuchsia/zircon/kernel/platform/pc/
H A Dpower.cpp10 #include <arch/x86/apic.h>
H A Dkeyboard.cpp13 #include <arch/x86/apic.h>
H A Dinterrupts.cpp11 #include <arch/x86/apic.h>
125 LK_INIT_HOOK(apic, &platform_init_apic, LK_INIT_LEVEL_VM + 2);
H A Dacpi.cpp17 #include <arch/x86/apic.h>
H A Ddebug.cpp9 #include <arch/x86/apic.h>
H A Dtimer.cpp18 #include <arch/x86/apic.h>
H A Dplatform.cpp16 #include <arch/x86/apic.h>
817 // find the list of all cpu apic ids into a temporary list
844 dprintf(INFO, "\t%u: apic id 0x%x package %u node %u core %u smt %u%s%s\n",
852 // save this apic id into the primary list
885 // trim the boot cpu out of the apic id list before passing to the AP booting routine
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dhypervisor.h9 #include <arch/x86/apic.h>
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dguest.cpp7 #include <arch/x86/apic.h>
H A Dvmexit.cpp15 #include <arch/x86/apic.h>

Completed in 64 milliseconds