taglinefilesource code
sun4c_get_pte203arch/sparc/mm/sun4c.c(sun4c_get_pte((unsigned long) &start) | _SUN4C_PAGE_NOCACHE));
sun4c_get_pte251arch/sparc/mm/sun4c.cif(sun4c_get_pte(start) & _SUN4C_PAGE_VALID)
sun4c_get_pte252arch/sparc/mm/sun4c.csun4c_put_pte(start, (sun4c_get_pte(start) | bits_on) &
sun4c_get_pte743arch/sparc/mm/sun4c.cpage[0] = BUCKET_PTE_PAGE(sun4c_get_pte(stack));
sun4c_get_pte744arch/sparc/mm/sun4c.cpage[1] = BUCKET_PTE_PAGE(sun4c_get_pte(stack+PAGE_SIZE));
sun4c_get_pte755arch/sparc/mm/sun4c.cunsigned long page = BUCKET_PTE_PAGE(sun4c_get_pte(tsaddr));
sun4c_get_pte936arch/sparc/mm/sun4c.cif(sun4c_get_pte(page) & _SUN4C_PAGE_VALID) {