Home
last modified time | relevance | path

Searched refs:native_store_idt (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Ddesc.h97 #define store_idt(dtr) native_store_idt(dtr)
230 static inline void native_store_idt(struct desc_ptr *dtr) in native_store_idt() function
/arch/x86/kernel/
Dparavirt.c366 .store_idt = native_store_idt,
/arch/x86/xen/
Denlighten.c1176 .store_idt = native_store_idt,
/arch/x86/kvm/
Dvmx.c3641 native_store_idt(&dt); in vmx_set_constant_host_state()