Searched refs:get_vdso_data (Results 1 – 5 of 5) 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()
60 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()