Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/kernel/
A Dvdso.c49 const char *vdso_code_start; member
77 if (memcmp(vdso_info->vdso_code_start, "\177ELF", 4)) in __vdso_init()
82 vdso_info->vdso_code_start) >> in __vdso_init()
92 pfn = sym_to_pfn(vdso_info->vdso_code_start); in __vdso_init()
182 .vdso_code_start = vdso_start,
202 .vdso_code_start = compat_vdso_start,
/linux-6.3-rc2/arch/arm64/kernel/
A 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()

Completed in 5 milliseconds