Home
last modified time | relevance | path

Searched refs:vdso_code_start (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/kernel/
H A Dvdso.c24 const char *vdso_code_start; member
50 if (memcmp(vdso_info->vdso_code_start, "\177ELF", 4)) in __vdso_init()
55 vdso_info->vdso_code_start) >> in __vdso_init()
63 pfn = sym_to_pfn(vdso_info->vdso_code_start); in __vdso_init()
78 .vdso_code_start = vdso_start,
91 .vdso_code_start = compat_vdso_start,
102 vdso_info.vdso_code_start = vdso_cfi_start; in vdso_init()
/linux/arch/arm64/kernel/
H A Dvdso.c38 const char *vdso_code_start; member
48 .vdso_code_start = vdso_start,
54 .vdso_code_start = vdso32_start,
74 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) { in __vdso_init()
81 vdso_info[abi].vdso_code_start) >> in __vdso_init()
89 pfn = sym_to_pfn(vdso_info[abi].vdso_code_start); in __vdso_init()