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

/linux-master/arch/x86/kernel/
H A Dparavirt.c162 .cpu.store_tr = native_store_tr,
/linux-master/arch/x86/include/asm/
H A Dparavirt.h296 return PVOP_CALL0(unsigned long, cpu.store_tr);
299 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro
H A Ddesc.h118 #define store_tr(tr) (tr = native_store_tr()) macro
H A Dparavirt_types.h70 unsigned long (*store_tr)(void); member in struct:pv_cpu_ops
/linux-master/arch/x86/power/
H A Dcpu.c100 store_tr(ctxt->tr);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1175 .store_tr = xen_store_tr,
/linux-master/arch/x86/mm/
H A Dfault.c580 store_tr(tr);

Completed in 185 milliseconds