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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dvdso_datapage.h67 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */ member in struct:vdso_data
94 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */ member in struct:vdso_data
H A Dtime.h31 extern u64 tb_to_xs;
57 u64 tb_to_xs; member in struct:gettimeofday_vars
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c102 u64 tb_to_xs; variable
401 temp_tb_to_xs = temp_varp->tb_to_xs;
439 * There are two copies of tb_to_xs and stamp_xsec so that no
455 temp_varp->tb_to_xs = new_tb_to_xs;
464 * to assure itself that it sees a consistent view of the tb_to_xs and
466 * tb_to_xs and stamp_xsec and then reads tb_update_count again. If
468 * tb_to_xs and stamp_xsec values are consistent. If not, then it
475 vdso_data->tb_to_xs = new_tb_to_xs;
510 t2x = do_gtod.varp->tb_to_xs;
523 xsec_old = mulhdu(tb - varp->tb_orig_stamp, varp->tb_to_xs)
[all...]
H A Dasm-offsets.c278 DEFINE(CFG_TB_TO_XS, offsetof(struct vdso_data, tb_to_xs));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dasm-offsets.c149 DEFINE(CFG_TB_TO_XS, offsetof(struct vdso_data, tb_to_xs));

Completed in 171 milliseconds