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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dvdso_datapage.h68 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */ member in struct:vdso_data
101 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */ member in struct:vdso_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dasm-offsets.c335 DEFINE(CFG_TB_TO_XS, offsetof(struct vdso_data, tb_to_xs));
H A Dtime.c822 * to assure itself that it sees a consistent view of the tb_to_xs and
824 * tb_to_xs and stamp_xsec and then reads tb_update_count again. If
826 * tb_to_xs and stamp_xsec values are consistent. If not, then it
833 vdso_data->tb_to_xs = new_tb_to_xs;

Completed in 27 milliseconds