Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dvdso.h6 #define VDSO32_LBASE 0 macro
/Linux-v5.4/arch/powerpc/include/asm/
Dvdso.h8 #define VDSO32_LBASE 0x0 macro
/Linux-v5.4/arch/s390/kernel/vdso32/
Dvdso32.lds.S16 . = VDSO32_LBASE + SIZEOF_HEADERS;
/Linux-v5.4/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S18 . = VDSO32_LBASE + SIZEOF_HEADERS;
/Linux-v5.4/arch/powerpc/kernel/
Dvdso.c288 return sym->st_value - VDSO32_LBASE; in find_function32()
517 *((int *)(vdso32_kbase + (sym32->st_value - VDSO32_LBASE))) = in vdso_fixup_datapage()
519 (sym32->st_value - VDSO32_LBASE); in vdso_fixup_datapage()