Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dvdso.h5 #define VDSO32_LBASE 0 macro
/arch/powerpc/include/asm/
Dvdso.h7 #define VDSO32_LBASE 0x0 macro
/arch/s390/kernel/vdso32/
Dvdso32.lds.S13 . = VDSO32_LBASE + SIZEOF_HEADERS;
/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S17 . = VDSO32_LBASE + SIZEOF_HEADERS;
/arch/powerpc/kernel/
Dvdso.c352 return sym->st_value - VDSO32_LBASE; in find_function32()
562 *((int *)(vdso32_kbase + (sym32->st_value - VDSO32_LBASE))) = in vdso_fixup_datapage()
564 (sym32->st_value - VDSO32_LBASE); in vdso_fixup_datapage()