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