Searched refs:get_vdso_data (Results 1 – 6 of 6) sorted by relevance
94 return (const struct vdso_data *)get_vdso_data(); in __arch_get_vdso_data()101 return (const struct vdso_data *)(get_vdso_data() + VVAR_TIMENS_PAGE_OFFSET * PAGE_SIZE); in __arch_get_timens_vdso_data()
33 return (const struct vdso_rng_data *)(get_vdso_data() + VVAR_LOONGARCH_PAGES_START * in __arch_get_vdso_rng_data()
64 static inline unsigned long get_vdso_data(void) in get_vdso_data() function
61 static inline const struct vdso_data *get_vdso_data(void) in get_vdso_data() function
214 return get_vdso_data(); in __arch_get_vdso_data()
24 return (struct vdso_pcpu_data *)(get_vdso_data() + VVAR_LOONGARCH_PAGES_START * PAGE_SIZE); in get_pcpu_data()
Completed in 12 milliseconds