Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
A Dvdso.c46 const char *vdso_code_start; member
57 .vdso_code_start = vdso_start,
75 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()
/linux/arch/arm64/kernel/
A Dvdso.c48 const char *vdso_code_start; member
60 .vdso_code_start = vdso_start,
66 .vdso_code_start = vdso32_start,
95 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) { in __vdso_init()
102 vdso_info[abi].vdso_code_start) >> in __vdso_init()
112 pfn = sym_to_pfn(vdso_info[abi].vdso_code_start); in __vdso_init()

Completed in 6 milliseconds