Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dvdso.h8 #define VDSO64_LBASE 0 macro
/linux-3.4.99/arch/powerpc/kernel/
Dvdso.c442 return *((u64 *)(vdso64_kbase + sym->st_value - VDSO64_LBASE)) - in find_function64()
443 VDSO64_LBASE; in find_function64()
445 return sym->st_value - VDSO64_LBASE; in find_function64()
548 *((int *)(vdso64_kbase + sym64->st_value - VDSO64_LBASE)) = in vdso_fixup_datapage()
550 (sym64->st_value - VDSO64_LBASE); in vdso_fixup_datapage()
/linux-3.4.99/arch/powerpc/include/asm/
Dvdso.h8 #define VDSO64_LBASE 0x100000 macro
/linux-3.4.99/arch/s390/kernel/vdso64/
Dvdso64.lds.S13 . = VDSO64_LBASE + SIZEOF_HEADERS;
/linux-3.4.99/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S13 . = VDSO64_LBASE + SIZEOF_HEADERS;