store_tr
return PVOP_CALL0(unsigned long, pv_ops, cpu.store_tr);
unsigned long (*store_tr)(void);
.cpu.store_tr = native_store_tr,
store_tr(tr);
store_tr(ctxt->tr);
pv_ops.cpu.store_tr = xen_store_tr;