Searched refs:store_idt (Results 1 – 6 of 6) sorted by relevance
86 store_idt(&ctxt->idt); in __save_processor_state()89 store_idt((struct desc_ptr *)&ctxt->idt_limit); in __save_processor_state()
350 .store_idt = native_store_idt,
237 static inline void store_idt(struct desc_ptr *dtr) in store_idt() function239 PVOP_VCALL1(pv_cpu_ops.store_idt, dtr); in store_idt()
98 #define store_idt(dtr) native_store_idt(dtr) macro
125 void (*store_idt)(struct desc_ptr *); member
1284 .store_idt = native_store_idt,