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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/power/
H A Dcpu.c32 store_tr(ctxt->tr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dparavirt.c278 .store_tr = native_store_tr,
H A Dvmi.c778 para_fill(store_tr, GetTR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Ddesc.h70 #define store_tr(tr) (tr = native_store_tr()) macro
H A Dparavirt.h129 unsigned long (*store_tr)(void); member in struct:paravirt_ops
608 return PVOP_CALL0(unsigned long, store_tr);
610 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro

Completed in 124 milliseconds