Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c203 .cpu.store_tr = native_store_tr,
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt.h294 return PVOP_CALL0(unsigned long, cpu.store_tr); in paravirt_store_tr()
297 #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.h78 unsigned long (*store_tr)(void); member
/openbmc/linux/arch/x86/power/
H A Dcpu.c100 store_tr(ctxt->tr); in __save_processor_state()
/openbmc/linux/arch/x86/mm/
H A Dfault.c577 store_tr(tr); in show_fault_oops()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1172 .store_tr = xen_store_tr,