Searched refs:vvar_start (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | vdso.c | 48 unsigned long vvar_start, vdso_text_start, vdso_text_len; in map_vdso() local 58 vvar_start = get_unmapped_area(NULL, addr, vdso_mapping_len, 0, 0); in map_vdso() 59 rc = vvar_start; in map_vdso() 60 if (IS_ERR_VALUE(vvar_start)) in map_vdso() 62 vma = vdso_install_vvar_mapping(mm, vvar_start); in map_vdso() 66 vdso_text_start = vvar_start + VDSO_NR_PAGES * PAGE_SIZE; in map_vdso() 73 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in map_vdso()
|
| /linux/arch/sparc/vdso/ |
| H A D | vdso-layout.lds.S | 26 vvar_start = . -8192; symbol 27 vvar_data = vvar_start;
|