Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/power/
Dcpu.c75 store_tr(ctxt->tr); in __save_processor_state()
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c368 .store_tr = native_store_tr,
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h247 return PVOP_CALL0(unsigned long, pv_cpu_ops.store_tr); in paravirt_store_tr()
249 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro
Ddesc.h99 #define store_tr(tr) (tr = native_store_tr()) macro
Dparavirt_types.h133 unsigned long (*store_tr)(void); member
/linux-4.4.14/arch/x86/xen/
Denlighten.c1251 .store_tr = xen_store_tr,