Searched refs:vvar_start (Results 1 – 3 of 3) sorted by relevance
/arch/x86/entry/vdso/ |
D | vdso-layout.lds.S | 19 vvar_start = . - 4 * PAGE_SIZE; symbol 20 vvar_page = vvar_start; 27 pvclock_page = vvar_start + PAGE_SIZE; 28 hvclock_page = vvar_start + 2 * PAGE_SIZE; 29 timens_page = vvar_start + 3 * PAGE_SIZE;
|
/arch/s390/kernel/ |
D | vdso.c | 166 unsigned long vvar_start, vdso_text_start; in arch_setup_additional_pages() local 184 vvar_start = get_unmapped_area(NULL, 0, vdso_mapping_len, 0, 0); in arch_setup_additional_pages() 185 rc = vvar_start; in arch_setup_additional_pages() 186 if (IS_ERR_VALUE(vvar_start)) in arch_setup_additional_pages() 188 vma = _install_special_mapping(mm, vvar_start, VVAR_NR_PAGES*PAGE_SIZE, in arch_setup_additional_pages() 195 vdso_text_start = vvar_start + VVAR_NR_PAGES * PAGE_SIZE; in arch_setup_additional_pages() 202 do_munmap(mm, vvar_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
|
/arch/sparc/vdso/ |
D | vdso-layout.lds.S | 26 vvar_start = . -8192; symbol 27 vvar_data = vvar_start;
|