Searched defs:write_idt_entry (Results 1 - 3 of 3) sorted by relevance

/arch/x86/include/asm/
H A Ddesc.h106 #define write_idt_entry(dt, entry, g) native_write_idt_entry(dt, entry, g) macro
319 write_idt_entry(debug_idt_table, gate, &s);
328 write_idt_entry(trace_idt_table, entry, gate);
361 write_idt_entry(idt_table, gate, &s);
H A Dparavirt.h298 static inline void write_idt_entry(gate_desc *dt, int entry, const gate_desc *g) function
300 PVOP_VCALL3(pv_cpu_ops.write_idt_entry, dt, entry, g);
H A Dparavirt_types.h138 void (*write_idt_entry)(gate_desc *, member in struct:pv_cpu_ops

Completed in 62 milliseconds