Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Ddesc.h443 extern void idt_setup_early_pf(void);
445 static inline void idt_setup_early_pf(void) { } in idt_setup_early_pf() function
/linux-6.12.1/arch/x86/kernel/
Didt.c261 void __init idt_setup_early_pf(void) in idt_setup_early_pf() function
/linux-6.12.1/arch/x86/kernel/cpu/
Dcommon.c2220 idt_setup_early_pf(); in cpu_init_replace_early_idt()