dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/s390/kernel/vdso64
Martin Schwidefsky c742b31c03 [PATCH] fast vdso implementation for CLOCK_THREAD_CPUTIME_ID
The extract cpu time instruction (ectg) instruction allows the user
process to get the current thread cputime without calling into the
kernel. The code that uses the instruction needs to switch to the
access registers mode to get access to the per-cpu info page that
contains the two base values that are needed to calculate the current
cputime from the CPU timer with the ectg instruction.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-12-31 15:11:49 +01:00
..
Makefile [S390] introduce vdso on s390 2008-12-25 13:38:55 +01:00
clock_getres.S [PATCH] fast vdso implementation for CLOCK_THREAD_CPUTIME_ID 2008-12-31 15:11:49 +01:00
clock_gettime.S [PATCH] fast vdso implementation for CLOCK_THREAD_CPUTIME_ID 2008-12-31 15:11:49 +01:00
gettimeofday.S [S390] introduce vdso on s390 2008-12-25 13:38:55 +01:00
note.S [S390] introduce vdso on s390 2008-12-25 13:38:55 +01:00
vdso64.lds.S [S390] introduce vdso on s390 2008-12-25 13:38:55 +01:00
vdso64_wrapper.S [S390] introduce vdso on s390 2008-12-25 13:38:55 +01:00