Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/entry/vdso/
Dvma.c110 if (new_size != -image->sym_vvar_start) in vvar_mremap()
177 image->sym_vvar_start; in vvar_fault()
274 image->size - image->sym_vvar_start, 0, 0); in map_vdso()
280 text_start = addr - image->sym_vvar_start; in map_vdso()
299 -image->sym_vvar_start, in map_vdso()
364 unsigned long addr = vdso_addr(current->mm->start_stack, image->size-image->sym_vvar_start); in map_vdso_randomized()
Dvdso2c.c74 sym_vvar_start, enumerator
94 [sym_vvar_start] = {"vvar_start", true},
Dvdso2c.h126 if (symval + 4096 < syms[sym_vvar_start]) in BITSFUNC()
133 if (syms[sym_vvar_start] % 4096) in BITSFUNC()
/kernel/linux/linux-5.10/arch/sparc/vdso/
Dvma.c377 image->size - image->sym_vvar_start, in map_vdso()
383 addr = vdso_addr(addr, image->size - image->sym_vvar_start); in map_vdso()
386 image->size - image->sym_vvar_start, 0, 0); in map_vdso()
392 text_start = addr - image->sym_vvar_start; in map_vdso()
412 -image->sym_vvar_start, in map_vdso()
Dvdso2c.c63 sym_vvar_start, enumerator
74 [sym_vvar_start] = {"vvar_start", 1},
Dvdso2c.h108 if (syms[sym_vvar_start] % 8192) in BITSFUNC()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dvdso.h12 long sym_vvar_start; /* Negative offset to the vvar area */ member
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dvdso.h19 long sym_vvar_start; /* Negative offset to the vvar area */ member