Home
last modified time | relevance | path

Searched refs:vc_handler (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/boot/startup/
H A Dgdt_idt.c27 void startup_64_load_idt(void *vc_handler) in startup_64_load_idt() argument
37 if (vc_handler) { in startup_64_load_idt()
38 init_idt_data(&data, X86_TRAP_VC, vc_handler); in startup_64_load_idt()
/linux/arch/x86/include/asm/
H A Dsetup.h55 extern void startup_64_load_idt(void *vc_handler);
56 extern void __pi_startup_64_load_idt(void *vc_handler);