Home
last modified time | relevance | path

Searched refs:xpa (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/lib/
H A Ddump_tlb.c76 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb() local
77 int pwidth = xpa ? 11 : 8; in dump_tlb()
80 bool xpa = false; in dump_tlb() local
151 if (xpa) in dump_tlb()
166 if (xpa) in dump_tlb()
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h317 void srmmu_mapiorange(unsigned int bus, unsigned long xpa,
/linux/arch/sparc/mm/
H A Dsrmmu.c514 void srmmu_mapiorange(unsigned int bus, unsigned long xpa, in srmmu_mapiorange() argument
519 srmmu_mapioaddr(xpa, xva, bus); in srmmu_mapiorange()
521 xpa += PAGE_SIZE; in srmmu_mapiorange()