Searched refs:xpa (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | dump_tlb.c | 76 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()
|
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | dump_tlb.c | 84 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb() local 85 int pwidth = xpa ? 11 : 8; in dump_tlb() 88 bool xpa = false; in dump_tlb() local 159 if (xpa) in dump_tlb() 174 if (xpa) in dump_tlb()
|
/kernel/linux/linux-5.10/arch/mips/ |
H A D | Makefile | 225 xpa-cflags-y := $(mips-cflags) 226 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings 227 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa) 228 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 252 xpa-cflags-y := $(mips-cflags) 253 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings 254 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa) 255 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 334 void srmmu_mapiorange(unsigned int bus, unsigned long xpa,
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 322 void srmmu_mapiorange(unsigned int bus, unsigned long xpa,
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 521 void srmmu_mapiorange(unsigned int bus, unsigned long xpa, in srmmu_mapiorange() argument 526 srmmu_mapioaddr(xpa, xva, bus); in srmmu_mapiorange() 528 xpa += PAGE_SIZE; in srmmu_mapiorange()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | srmmu.c | 522 void srmmu_mapiorange(unsigned int bus, unsigned long xpa, in srmmu_mapiorange() argument 527 srmmu_mapioaddr(xpa, xva, bus); in srmmu_mapiorange() 529 xpa += PAGE_SIZE; in srmmu_mapiorange()
|
Completed in 8 milliseconds