Searched refs:vvar (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sparc/vdso/
H A Dvclock_gettime.c22 #include <asm/vvar.h>
48 * Compute the vvar page's address in the process address space, and return it
126 notrace static __always_inline u64 vgetsns(struct vvar_data *vvar) argument
132 v = (cycles - vvar->clock.cycle_last) & vvar->clock.mask;
133 return v * vvar->clock.mult;
136 notrace static __always_inline u64 vgetsns_stick(struct vvar_data *vvar) argument
142 v = (cycles - vvar->clock.cycle_last) & vvar->clock.mask;
143 return v * vvar
146 do_realtime(struct vvar_data *vvar, struct __kernel_old_timespec *ts) argument
166 do_realtime_stick(struct vvar_data *vvar, struct __kernel_old_timespec *ts) argument
186 do_monotonic(struct vvar_data *vvar, struct __kernel_old_timespec *ts) argument
206 do_monotonic_stick(struct vvar_data *vvar, struct __kernel_old_timespec *ts) argument
226 do_realtime_coarse(struct vvar_data *vvar, struct __kernel_old_timespec *ts) argument
239 do_monotonic_coarse(struct vvar_data *vvar, struct __kernel_old_timespec *ts) argument
[all...]
H A Dvma.c22 #include <asm/vvar.h>
28 .name = "[vvar]"
243 * Allocate pages for the vdso and vvar, and copy in the vdso text from the
283 * Now the vvar page. This is uninitialized data.
/linux-master/arch/x86/include/asm/vdso/
H A Dvsyscall.h11 #include <asm/vvar.h>
H A Dgettimeofday.h17 #include <asm/vvar.h>
/linux-master/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S22 /* Place all vvars at the offsets in asm/vvar.h. */
24 #include <asm/vvar.h>
32 /* Place all vvars in timens too at the offsets in asm/vvar.h. */
34 #include <asm/vvar.h>
H A Dvma.c23 #include <asm/vvar.h>
33 #include <asm/vvar.h>
105 * The vvar page layout depends on whether a task belongs to the root or
146 * the page past the end of the vvar mapping.
214 .name = "[vvar]",
219 * Add vdso and vvar mappings to current process.
/linux-master/arch/sparc/kernel/
H A Dvdso.c13 #include <asm/vvar.h>
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S201 .vvar : AT(ADDR(.vvar) - LOAD_OFFSET) {
205 /* Place all vvars at the offsets in asm/vvar.h. */
209 #include <asm/vvar.h>

Completed in 192 milliseconds