Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dparavirt.h292 return PVOP_CALL0(unsigned long, cpu.store_tr); in paravirt_store_tr()
295 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro
Ddesc.h117 #define store_tr(tr) (tr = native_store_tr()) macro
Dparavirt_types.h98 unsigned long (*store_tr)(void); member
/linux-6.1.9/arch/x86/kernel/
Dparavirt.c286 .cpu.store_tr = native_store_tr,
/linux-6.1.9/arch/x86/power/
Dcpu.c99 store_tr(ctxt->tr); in __save_processor_state()
/linux-6.1.9/arch/x86/mm/
Dfault.c597 store_tr(tr); in show_fault_oops()
/linux-6.1.9/arch/x86/xen/
Denlighten_pv.c1091 .store_tr = xen_store_tr,