Searched defs:write_idt_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | desc.h | 123 #define write_idt_entry(dt, entry, g) native_write_idt_entry(dt, entry, g) macro
|
H A D | paravirt.h | 295 static inline void write_idt_entry(gate_desc *dt, int entry, const gate_desc *g) in write_idt_entry() function
|
H A D | paravirt_types.h | 129 void (*write_idt_entry)(gate_desc *, member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | desc.h | 124 #define write_idt_entry(dt, entry, g) native_write_idt_entry(dt, entry, g) macro
|
H A D | paravirt_types.h | 85 void (*write_idt_entry)(gate_desc *, member
|
H A D | paravirt.h | 320 static inline void write_idt_entry(gate_desc *dt, int entry, const gate_desc *g) in write_idt_entry() function
|
Completed in 7 milliseconds