Home
last modified time | relevance | path

Searched refs:idt_setup_early_pf (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddesc.h442 extern void idt_setup_early_pf(void);
444 static inline void idt_setup_early_pf(void) { } in idt_setup_early_pf() function
/linux/arch/x86/kernel/
H A Didt.c264 void __init idt_setup_early_pf(void) in idt_setup_early_pf() function
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2454 idt_setup_early_pf(); in cpu_init_replace_early_idt()