Home
last modified time | relevance | path

Searched refs:XCHAL_KIO_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/xtensa/mm/
H A Dioremap.c28 va - XCHAL_KIO_CACHED_VADDR < XCHAL_KIO_SIZE) || in iounmap()
30 va - XCHAL_KIO_BYPASS_VADDR < XCHAL_KIO_SIZE)) in iounmap()
/linux/arch/xtensa/include/asm/
H A Dio.h39 && offset - XCHAL_KIO_PADDR < XCHAL_KIO_SIZE) in ioremap()
51 && offset - XCHAL_KIO_PADDR < XCHAL_KIO_SIZE) in ioremap_cache()
H A Dpage.h181 if (off >= XCHAL_KIO_SIZE) in ___pa()
182 off -= XCHAL_KIO_SIZE; in ___pa()
H A Ddma.h48 #define MAX_DMA_ADDRESS (PAGE_OFFSET + XCHAL_KIO_SIZE - 1)
H A Dkmem_layout.h79 #define XCHAL_KIO_SIZE 0x10000000 macro