Searched refs:vdso_enabled (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/x86/um/vdso/
H A Dvma.c16 static unsigned int __read_mostly vdso_enabled = 1; variable
50 vdso_enabled = 0; init_vdso()
61 if (!vdso_enabled) arch_setup_additional_pages()
/linux-4.4.14/arch/sh/kernel/vsyscall/
H A Dvsyscall.c26 unsigned int __read_mostly vdso_enabled = 1; variable
27 EXPORT_SYMBOL_GPL(vdso_enabled); variable
31 vdso_enabled = simple_strtoul(s, NULL, 0); vdso_setup()
/linux-4.4.14/arch/s390/kernel/
H A Dvdso.c51 unsigned int __read_mostly vdso_enabled = 1; variable
60 vdso_enabled = 1; vdso_setup()
62 vdso_enabled = 0; vdso_setup()
65 vdso_enabled = rc ? 0 : !!val; vdso_setup()
101 if (!vdso_enabled) vdso_alloc_per_cpu()
146 if (!vdso_enabled) vdso_free_per_cpu()
164 if (!vdso_enabled) vdso_init_cr5()
182 if (!vdso_enabled) arch_setup_additional_pages()
258 if (!vdso_enabled) vdso_init()
/linux-4.4.14/arch/tile/kernel/
H A Dvdso.c50 static unsigned int __read_mostly vdso_enabled = 1; variable
78 if (!vdso_enabled) { vdso_init()
195 return kstrtouint(s, 0, &vdso_enabled); vdso_func()
/linux-4.4.14/arch/s390/include/asm/
H A Delf.h134 extern unsigned int vdso_enabled;
222 if (vdso_enabled) \
/linux-4.4.14/arch/sh/include/asm/
H A Delf.h196 extern unsigned int vdso_enabled;
203 if (vdso_enabled) \
/linux-4.4.14/scripts/
H A Dnamespace.pl136 'vdso_enabled' => 1,
/linux-4.4.14/kernel/
H A Dsysctl.c1513 .procname = "vdso_enabled",
1518 .data = &vdso_enabled,
1519 .maxlen = sizeof(vdso_enabled),
H A Dsysctl_binary.c170 { CTL_INT, VM_VDSO_ENABLED, "vdso_enabled" },

Completed in 424 milliseconds