Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/kernel/
Dvdso.c54 const char *vdso_code_start; member
82 if (memcmp(vdso_info->vdso_code_start, "\177ELF", 4)) in __vdso_init()
87 vdso_info->vdso_code_start) >> in __vdso_init()
97 pfn = sym_to_pfn(vdso_info->vdso_code_start); in __vdso_init()
211 .vdso_code_start = vdso_start,
231 .vdso_code_start = compat_vdso_start,
/Linux-v6.1/arch/arm64/kernel/
Dvdso.c45 const char *vdso_code_start; member
57 .vdso_code_start = vdso_start,
63 .vdso_code_start = vdso32_start,
92 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) { in __vdso_init()
99 vdso_info[abi].vdso_code_start) >> in __vdso_init()
109 pfn = sym_to_pfn(vdso_info[abi].vdso_code_start); in __vdso_init()