Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dvdso.c48 const char *vdso_code_start; member
60 .vdso_code_start = vdso_start,
66 .vdso_code_start = vdso32_start,
87 vdso_info[abi].vdso_code_start; in __vdso_remap()
103 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) { in __vdso_init()
110 vdso_info[abi].vdso_code_start) >> in __vdso_init()
120 pfn = sym_to_pfn(vdso_info[abi].vdso_code_start); in __vdso_init()