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

/linux-master/arch/riscv/kernel/
H A Dvdso.c38 const char *vdso_code_start; member in struct:__vdso_info
66 if (memcmp(vdso_info->vdso_code_start, "\177ELF", 4))
71 vdso_info->vdso_code_start) >>
81 pfn = sym_to_pfn(vdso_info->vdso_code_start);
171 .vdso_code_start = vdso_start,
191 .vdso_code_start = compat_vdso_start,
/linux-master/arch/arm64/kernel/
H A Dvdso.c45 const char *vdso_code_start; member in struct:vdso_abi_info
57 .vdso_code_start = vdso_start,
63 .vdso_code_start = vdso32_start,
89 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) {
96 vdso_info[abi].vdso_code_start) >>
106 pfn = sym_to_pfn(vdso_info[abi].vdso_code_start);

Completed in 302 milliseconds