Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/ !
Dvdso.h7 #define VDSO32_LBASE 0x100000 macro
11 #define VDSO32_MBASE VDSO32_LBASE
/linux-3.4.99/arch/s390/include/asm/ !
Dvdso.h7 #define VDSO32_LBASE 0 macro
/linux-3.4.99/arch/s390/kernel/vdso32/ !
Dvdso32.lds.S13 . = VDSO32_LBASE + SIZEOF_HEADERS;
/linux-3.4.99/arch/powerpc/kernel/vdso32/ !
Dvdso32.lds.S13 . = VDSO32_LBASE + SIZEOF_HEADERS;
/linux-3.4.99/arch/powerpc/kernel/ !
Dvdso.c349 return sym->st_value - VDSO32_LBASE; in find_function32()
559 *((int *)(vdso32_kbase + (sym32->st_value - VDSO32_LBASE))) = in vdso_fixup_datapage()
561 (sym32->st_value - VDSO32_LBASE); in vdso_fixup_datapage()