Here is a list of all functions with links to the files they belong to:
- x -
- x86_context_switch_impl() : context.cpp
- x86_cpu_halt() : cpu.hpp
- x86_cpu_initialise_caps() : cpu.cpp, cpu.hpp
- x86_cpu_invlpg() : cpu.hpp
- x86_cpu_invlpg_all() : cpu.hpp
- x86_cpu_setup_xsave_area() : cpu.cpp, cpu.hpp
- x86_dump_stack_at() : x86_platform.hpp, x86_platform.cpp
- x86_handle_exception() : x86_interrupt.cpp
- x86_handle_irq() : x86_interrupt.cpp
- x86_handle_nmi() : x86_interrupt.cpp
- x86_idt_init() : descriptors.hpp, idt.cpp
- x86_init_percpu_gdt() : descriptors.cpp, descriptors.hpp
- x86_init_percpu_idt() : descriptors.hpp, idt.cpp
- x86_init_percpu_tss() : descriptors.cpp, descriptors.hpp
- x86_interrupt_entry() : x86_interrupt.cpp
- x86_interrupt_return_impl() : x86_interrupt.hpp
- x86_ioapic_get_irq_override() : madt.cpp, madt.hpp
- x86_keyboard_handler() : x86_platform.cpp
- x86_normal_switch_impl() : context.cpp
- x86_paging_setup() : paging_impl.hpp, paging.cpp
- x86_pit_timer_handler() : x86_platform.cpp
- x86_set_fsbase() : context.hpp, context.cpp
- x86_setup_direct_map() : paging.cpp
- x86_setup_lapic_timer() : x86_platform.hpp, x86_platform.cpp
- x86_setup_thread_common() : context.cpp
- x86_start_kernel_thread() : context.cpp
- x86_start_user_thread() : context.cpp
- x86_unblock_aps() : ap_entry.cpp, ap_entry.hpp
- x86_xrstor_thread() : fpu_context.hpp, fpu_context.cpp
- x86_xsave_thread() : fpu_context.hpp, fpu_context.cpp
- xor32_checksum() : fuzztest.c