Home
last modified time | relevance | path

Searched refs:store_tr (Results 1 – 7 of 7) sorted by relevance

/arch/x86/power/
Dcpu_32.c33 store_tr(ctxt->tr); in __save_processor_state()
Dcpu_64.c47 store_tr(ctxt->tr); in __save_processor_state()
/arch/x86/kernel/
Dparavirt.c359 .store_tr = native_store_tr,
Dvmi_32.c706 para_fill(pv_cpu_ops.store_tr, GetTR); in activate_vmi()
/arch/x86/include/asm/
Ddesc.h93 #define store_tr(tr) (tr = native_store_tr()) macro
Dparavirt.h116 unsigned long (*store_tr)(void); member
873 return PVOP_CALL0(unsigned long, pv_cpu_ops.store_tr); in paravirt_store_tr()
875 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro
/arch/x86/xen/
Denlighten.c1247 .store_tr = xen_store_tr,