Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Didt.c199 idt_init_desc(&desc, t); in idt_setup_from_table()
H A Dhead64.c543 idt_init_desc(&idt_desc, &data); in startup_64_load_idt()
/linux-6.15/arch/x86/include/asm/
H A Ddesc.h418 static inline void idt_init_desc(gate_desc *gate, const struct idt_data *d) in idt_init_desc() function