Searched refs:store_tr (Results 1 – 7 of 7) sorted by relevance
33 store_tr(ctxt->tr); in __save_processor_state()
47 store_tr(ctxt->tr); in __save_processor_state()
359 .store_tr = native_store_tr,
706 para_fill(pv_cpu_ops.store_tr, GetTR); in activate_vmi()
93 #define store_tr(tr) (tr = native_store_tr()) macro
116 unsigned long (*store_tr)(void); member873 return PVOP_CALL0(unsigned long, pv_cpu_ops.store_tr); in paravirt_store_tr()875 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro
1247 .store_tr = xen_store_tr,