Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dparavirt.c122 .cpu.store_tr = native_store_tr,
/linux/arch/x86/include/asm/
H A Dparavirt.h239 return PVOP_CALL0(unsigned long, pv_ops, cpu.store_tr); in paravirt_store_tr()
242 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro
H A Ddesc.h117 #define store_tr(tr) (tr = native_store_tr()) macro
H A Dparavirt_types.h49 unsigned long (*store_tr)(void); member
/linux/arch/x86/power/
H A Dcpu.c102 store_tr(ctxt->tr); in __save_processor_state()
/linux/arch/x86/mm/
H A Dfault.c580 store_tr(tr); in show_fault_oops()
/linux/arch/x86/xen/
H A Denlighten_pv.c1385 pv_ops.cpu.store_tr = xen_store_tr; in xen_start_kernel()