Searched refs:MEM_NON_CACHEABLE (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/
H A Dmemmap.h8 #define MEM_NON_CACHEABLE (0x80000000) macro
/linux-4.4.14/arch/cris/arch-v32/mm/
H A Dl2cache.c22 memset((void *)(MEM_INTMEM_START | MEM_NON_CACHEABLE), 0, 2*1024); l2cache_init()
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dmemmap.h20 #define MEM_NON_CACHEABLE (0x80000000) macro
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/
H A Dmemmap.h22 #define MEM_NON_CACHEABLE (0x80000000) macro
/linux-4.4.14/arch/cris/arch-v10/mm/
H A Dinit.c193 MEM_NON_CACHEABLE); init_ioremap()
195 MEM_NON_CACHEABLE); init_ioremap()
197 MEM_NON_CACHEABLE); init_ioremap()
203 ioremap((unsigned long)(MEM_CSE1_START | MEM_NON_CACHEABLE), 16); init_ioremap()
205 ioremap((unsigned long)(MEM_CSP0_START | MEM_NON_CACHEABLE), 16); init_ioremap()
207 ioremap((unsigned long)(MEM_CSP4_START | MEM_NON_CACHEABLE), 16); init_ioremap()
/linux-4.4.14/arch/cris/arch-v32/drivers/mach-fs/
H A Dnandflash.c121 read_cs = ioremap(MEM_CSP0_START | MEM_NON_CACHEABLE, 8192); crisv32_nand_flash_probe()
122 write_cs = ioremap(MEM_CSP1_START | MEM_NON_CACHEABLE, 8192); crisv32_nand_flash_probe()
/linux-4.4.14/arch/cris/mm/
H A Dioremap.c81 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0); ioremap_nocache()
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/
H A Dsv_addr_ag.h92 #define MEM_NON_CACHEABLE (0x80000000) macro

Completed in 228 milliseconds