Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
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
A Ddesc.h117 #define store_tr(tr) (tr = native_store_tr()) macro
A Dparavirt_types.h85 unsigned long (*store_tr)(void); member
/linux-6.3-rc2/arch/x86/kernel/
A Dparavirt.c280 .cpu.store_tr = native_store_tr,
/linux-6.3-rc2/arch/x86/power/
A Dcpu.c100 store_tr(ctxt->tr); in __save_processor_state()
/linux-6.3-rc2/arch/x86/mm/
A Dfault.c576 store_tr(tr); in show_fault_oops()
/linux-6.3-rc2/arch/x86/xen/
A Denlighten_pv.c1092 .store_tr = xen_store_tr,

Completed in 21 milliseconds