Home
last modified time | relevance | path

Searched refs:idt_setup_early_pf (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Ddesc.h444 extern void idt_setup_early_pf(void);
446 static inline void idt_setup_early_pf(void) { } in idt_setup_early_pf() function
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Didt.c63 * Not possible on 64-bit. See idt_setup_early_pf() for details.
241 * idt_setup_early_pf - Initialize the idt table with early pagefault handler
252 void __init idt_setup_early_pf(void) in idt_setup_early_pf() function
H A Dsetup.c1104 idt_setup_early_pf(); in setup_arch()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Didt.c68 * Not possible on 64-bit. See idt_setup_early_pf() for details.
240 * idt_setup_early_pf - Initialize the idt table with early pagefault handler
251 void __init idt_setup_early_pf(void) in idt_setup_early_pf() function
H A Dsetup.c1166 idt_setup_early_pf(); in setup_arch()

Completed in 6 milliseconds