Searched refs:vbase (Results 1 – 3 of 3) sorted by relevance
/arch/x86/vdso/ |
D | vma.c | 40 char *vbase; in init_vdso_vars() local 55 vbase = vmap(vdso_pages, npages, 0, PAGE_KERNEL); in init_vdso_vars() 56 if (!vbase) in init_vdso_vars() 59 if (memcmp(vbase, "\177ELF", 4)) { in init_vdso_vars() 65 *(typeof(__ ## x) **) var_ref(VDSO64_SYMBOL(vbase, x), #x) = &__ ## x; in init_vdso_vars()
|
/arch/powerpc/kernel/ |
D | btext.c | 140 unsigned char *vbase; in map_boot_text() local 150 vbase = __ioremap(base, size, _PAGE_NO_CACHE); in map_boot_text() 151 if (vbase == 0) in map_boot_text() 153 logicalDisplayBase = vbase + offset; in map_boot_text()
|
/arch/sparc/mm/ |
D | srmmu.c | 1207 static unsigned long __init map_spbank(unsigned long vbase, int sp_entry) in map_spbank() argument 1210 unsigned long vstart = (vbase & SRMMU_PGDIR_MASK); in map_spbank() 1211 unsigned long vend = SRMMU_PGDIR_ALIGN(vbase + sp_banks[sp_entry].num_bytes); in map_spbank()
|