Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Ddesc.h423 extern void idt_setup_early_pf(void);
426 static inline void idt_setup_early_pf(void) { } in idt_setup_early_pf() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Didt.c252 void __init idt_setup_early_pf(void) in idt_setup_early_pf() function
H A Dsetup.c1109 idt_setup_early_pf(); in setup_arch()