Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/entry/vdso/
H A Dvma.c139 image->sym_vvar_start; in vvar_fault()
234 image->size - image->sym_vvar_start, 0, 0); in map_vdso()
240 text_start = addr - image->sym_vvar_start; in map_vdso()
259 -image->sym_vvar_start, in map_vdso()
324 unsigned long addr = vdso_addr(current->mm->start_stack, image->size-image->sym_vvar_start); in map_vdso_randomized()
H A Dvdso2c.c74 sym_vvar_start, enumerator
94 [sym_vvar_start] = {"vvar_start", true},
H A Dvdso2c.h163 if (symval + 4096 < syms[sym_vvar_start]) in BITSFUNC()
170 if (syms[sym_vvar_start] % 4096) in BITSFUNC()
/openbmc/linux/arch/sparc/vdso/
H A 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()
H A Dvdso2c.c63 sym_vvar_start, enumerator
74 [sym_vvar_start] = {"vvar_start", 1},
H A Dvdso2c.h108 if (syms[sym_vvar_start] % 8192) in BITSFUNC()
/openbmc/linux/arch/sparc/include/asm/
H A Dvdso.h12 long sym_vvar_start; /* Negative offset to the vvar area */ member
/openbmc/linux/arch/x86/include/asm/
H A Dvdso.h21 long sym_vvar_start; /* Negative offset to the vvar area */ member