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

/external/kernel-headers/original/asm-x86/
H A Ddesc_32.h78 #define write_idt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
150 write_idt_entry(idt_table, gate, a, b);
H A Dparavirt.h102 void (*write_idt_entry)(struct desc_struct *, member in struct:pv_cpu_ops
670 static inline void write_idt_entry(void *dt, int entry, u32 low, u32 high) function
672 PVOP_VCALL4(pv_cpu_ops.write_idt_entry, dt, entry, low, high);

Completed in 73 milliseconds