Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dvdso.h6 #define VDSO64_LBASE 0 macro
/arch/powerpc/include/asm/
Dvdso.h8 #define VDSO64_LBASE 0x0 macro
/arch/powerpc/kernel/
Dvdso.c445 return *((u64 *)(vdso64_kbase + sym->st_value - VDSO64_LBASE)) - in find_function64()
446 VDSO64_LBASE; in find_function64()
448 return sym->st_value - VDSO64_LBASE; in find_function64()
551 *((int *)(vdso64_kbase + sym64->st_value - VDSO64_LBASE)) = in vdso_fixup_datapage()
553 (sym64->st_value - VDSO64_LBASE); in vdso_fixup_datapage()
/arch/s390/kernel/vdso64/
Dvdso64.lds.S13 . = VDSO64_LBASE + SIZEOF_HEADERS;
/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S17 . = VDSO64_LBASE + SIZEOF_HEADERS;