Searched refs:vvar_start (Results 1 – 2 of 2) sorted by relevance
/linux/arch/s390/kernel/ |
H A D | vdso.c | 139 unsigned long vvar_start, vdso_text_start, vdso_text_len; in map_vdso() local 156 vvar_start = get_unmapped_area(NULL, addr, vdso_mapping_len, 0, 0); in map_vdso() 157 rc = vvar_start; in map_vdso() 158 if (IS_ERR_VALUE(vvar_start)) in map_vdso() 160 vma = _install_special_mapping(mm, vvar_start, VVAR_NR_PAGES*PAGE_SIZE, in map_vdso() 167 vdso_text_start = vvar_start + VVAR_NR_PAGES * PAGE_SIZE; in map_vdso() 174 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;
|