Searched refs:write_idt_entry (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | desc_32.h | 78 #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); in _set_gate()
|
D | paravirt.h | 102 void (*write_idt_entry)(struct desc_struct *, member 670 static inline void write_idt_entry(void *dt, int entry, u32 low, u32 high) in write_idt_entry() function 672 PVOP_VCALL4(pv_cpu_ops.write_idt_entry, dt, entry, low, high); in write_idt_entry()
|