Home
last modified time | relevance | path

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

/linux/arch/x86/power/
H A Dcpu.c102 store_tr(ctxt->tr); in __save_processor_state()
/linux/arch/x86/include/asm/
H A Ddesc.h117 #define store_tr(tr) (tr = native_store_tr()) macro
/linux/arch/x86/mm/
H A Dfault.c585 store_tr(tr); in show_fault_oops()
/linux/arch/x86/xen/
H A Denlighten_pv.c1376 pv_ops.cpu.store_tr = xen_store_tr; in xen_start_kernel()