Searched refs:vdso (Results 1 - 25 of 235) sorted by relevance

12345678910

/linux-master/arch/arm64/include/asm/
H A Dclocksource.h5 #include <asm/vdso/clocksource.h>
/linux-master/arch/arm/include/asm/
H A Dclocksource.h5 #include <asm/vdso/clocksource.h>
/linux-master/arch/mips/include/asm/
H A Dclocksource.h9 #include <asm/vdso/clocksource.h>
/linux-master/arch/riscv/include/asm/
H A Dclocksource.h5 #include <asm/vdso/clocksource.h>
/linux-master/arch/powerpc/include/asm/
H A Dclocksource.h5 #include <asm/vdso/clocksource.h>
/linux-master/arch/csky/include/asm/
H A Dclocksource.h6 #include <asm/vdso/clocksource.h>
H A Dmmu.h8 void *vdso; member in struct:__anon1
/linux-master/arch/loongarch/include/asm/
H A Dclocksource.h10 #include <asm/vdso/clocksource.h>
/linux-master/include/linux/
H A Dconst.h4 #include <vdso/const.h>
/linux-master/tools/include/linux/
H A Dconst.h4 #include <vdso/const.h>
/linux-master/arch/hexagon/include/asm/
H A Dmmu.h9 #include <asm/vdso.h>
19 struct hexagon_vdso *vdso; member in struct:mm_context
/linux-master/arch/loongarch/vdso/
H A Delf.S8 #include <asm/vdso/vdso.h>
H A DMakefile9 # Include the generic Makefile to check the built vdso.
10 include $(srctree)/lib/vdso/Makefile
12 obj-vdso-y := elf.o vgetcpu.o vgettimeofday.o sigreturn.o
15 ccflags-vdso := \
23 cflags-vdso := $(ccflags-vdso) \
30 aflags-vdso := $(ccflags-vdso) \
38 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
59 include/generated/vdso
[all...]
/linux-master/include/vdso/
H A Dprocessor.h10 #include <asm/vdso/processor.h>
H A Dclocksource.h5 #include <vdso/limits.h>
8 #include <asm/vdso/clocksource.h>
H A Dktime.h5 #include <vdso/jiffies.h>
H A Dvsyscall.h7 #include <asm/vdso/vsyscall.h>
H A Ddatapage.h12 #include <vdso/bits.h>
13 #include <vdso/clocksource.h>
14 #include <vdso/ktime.h>
15 #include <vdso/limits.h>
16 #include <vdso/math64.h>
17 #include <vdso/processor.h>
18 #include <vdso/time.h>
19 #include <vdso/time32.h>
20 #include <vdso/time64.h>
23 #include <asm/vdso/dat
[all...]
/linux-master/arch/mips/vdso/
H A DMakefile7 # Include the generic Makefile to check the built vdso.
8 include $(srctree)/lib/vdso/Makefile
10 obj-vdso-y := elf.o vgettimeofday.o sigreturn.o
13 ccflags-vdso := \
24 ccflags-vdso += -DBUILD_VDSO32
31 cflags-vdso := $(ccflags-vdso) \
37 aflags-vdso := $(ccflags-vdso) \
53 obj-vdso
[all...]
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile2 # Copied from arch/tile/kernel/vdso/Makefile
4 # Include the generic Makefile to check the built vdso.
5 include $(srctree)/lib/vdso/Makefile
6 # Symbols present in the vdso
7 vdso-syms = rt_sigreturn
9 vdso-syms += vgettimeofday
11 vdso-syms += getcpu
12 vdso-syms += flush_icache
13 vdso-syms += hwprobe
14 vdso
[all...]
/linux-master/arch/csky/kernel/vdso/
H A DMakefile3 # Include the generic Makefile to check the built vdso.
4 include $(srctree)/lib/vdso/Makefile
6 # Symbols present in the vdso
7 vdso-syms += rt_sigreturn
8 vdso-syms += vgettimeofday
10 # Files to link into the vdso
11 obj-vdso = $(patsubst %, %.o, $(vdso-syms)) note.o
20 targets := $(obj-vdso) vdso
[all...]
/linux-master/arch/csky/include/asm/vdso/
H A Dvsyscall.h8 #include <vdso/datapage.h>
18 #include <asm-generic/vdso/vsyscall.h>
/linux-master/arch/s390/include/asm/vdso/
H A Dvsyscall.h9 #include <vdso/datapage.h>
10 #include <asm/vdso.h>
22 #include <asm-generic/vdso/vsyscall.h>
/linux-master/arch/arm/vdso/
H A DMakefile3 # Include the generic Makefile to check the built vdso.
4 include $(srctree)/lib/vdso/Makefile
8 obj-vdso := vgettimeofday.o datapage.o note.o
11 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds
12 obj-vdso := $(addprefix $(obj)/, $(obj-vdso))
[all...]
/linux-master/arch/hexagon/kernel/
H A Dvdso.c14 #include <asm/vdso.h>
23 struct hexagon_vdso *vdso; local
27 panic("Cannot allocate vdso");
29 vdso = vmap(&vdso_page, 1, 0, PAGE_KERNEL);
30 if (!vdso)
31 panic("Cannot map vdso");
32 clear_page(vdso);
38 vdso->rt_signal_trampoline[0] = __rt_sigtramp_template[0];
39 vdso->rt_signal_trampoline[1] = __rt_sigtramp_template[1];
41 vunmap(vdso);
[all...]

Completed in 171 milliseconds

12345678910