Home
last modified time | relevance | path

Searched refs:CKSEG0 (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/sn/
Dmapped_kernel.h46 #define MAPPED_KERN_RO_TO_PHYS(x) (x - CKSEG0)
47 #define MAPPED_KERN_RW_TO_PHYS(x) (x - CKSEG0)
/linux-2.4.37.9/include/asm-mips/
Daddrspace.h78 #define CKSEG0 0xffffffff80000000 macro
/linux-2.4.37.9/include/asm-mips64/
Daddrspace.h80 #define CKSEG0 0xffffffff80000000 macro
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-klnuma.c129 unsigned long loadbase = CKSEG0; in node_getfirstfree()
/linux-2.4.37.9/arch/mips64/mm/
Dtlb-andes.c37 write_c0_entryhi(CKSEG0); in local_flush_tlb_all()
/linux-2.4.37.9/arch/mips64/lib/
Ddump_tlb.c57 if ((entryhi & ~0x1ffffUL) != CKSEG0 in dump_tlb()