Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/dec/
H A Dkn01-berr.c105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1) in dec_kn01_be_backend()
/openbmc/linux/arch/mips/mm/
H A Dphysaddr.c25 return x >= PAGE_OFFSET && (KSEGX(x) < KSEG2 || in __debug_virt_addr_valid()
H A Dc-r3k.c109 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()
166 if (size > dcache_size || KSEGX(start) != KSEG0) { in r3k_flush_dcache_range()
H A Dpage.c636 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0) in clear_page()
662 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0 in copy_page()
663 || (long)KSEGX((unsigned long)from) != (long)CKSEG0) in copy_page()
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h48 #define KSEGX(a) ((_ACAST32_(a)) & _ACAST32_(0xe0000000)) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h45 #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000) macro