Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/entry/vdso/
Dvma.c106 image->size - image->sym_vvar_start); in map_vdso()
114 image->size - image->sym_vvar_start, 0, 0); in map_vdso()
120 text_start = addr - image->sym_vvar_start; in map_vdso()
140 -image->sym_vvar_start, in map_vdso()
Dvdso2c.c73 sym_vvar_start, enumerator
91 [sym_vvar_start] = {"vvar_start", true},
Dvdso2c.h120 if (symval + 4096 < syms[sym_vvar_start]) in BITSFUNC()
127 if (syms[sym_vvar_start] % 4096) in BITSFUNC()
/linux-4.4.14/arch/x86/include/asm/
Dvdso.h21 long sym_vvar_start; /* Negative offset to the vvar area */ member