Searched refs:native_write_idt_entry (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | desc.h | 124 #define write_idt_entry(dt, entry, g) native_write_idt_entry(dt, entry, g) 137 static inline void native_write_idt_entry(gate_desc *idt, int entry, const gate_desc *gate) in native_write_idt_entry() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | paravirt.c | 208 .cpu.write_idt_entry = native_write_idt_entry,
|
H A D | head64.c | 585 native_write_idt_entry(idt, n, &desc); in set_bringup_idt_handler()
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 813 native_write_idt_entry(dt, entrynum, g); in xen_write_idt_entry()
|