Searched defs:cached (Results 1 - 7 of 7) sorted by relevance

/arch/arm/plat-omap/
H A Dsram.c76 unsigned long skip, int cached)
84 omap_sram_base = __arm_ioremap_exec(start, size, cached);
75 omap_map_sram(unsigned long start, unsigned long size, unsigned long skip, int cached) argument
/arch/s390/appldata/
H A Dappldata_mem.c57 u64 cached; /* size of (used) cache, w/o buffers */ member in struct:appldata_mem_data
105 mem_data->cached = P2K(global_page_state(NR_FILE_PAGES)
/arch/arm/mach-omap2/
H A Dsram.c125 int cached = 1; local
129 * SRAM must be marked as non-cached on OMAP3 since the
131 * SDRAM controller disabled, and if it is marked cached,
135 cached = 0;
139 omap_sram_skip, cached);
/arch/arm/mm/
H A Dioremap.c390 __arm_ioremap_exec(phys_addr_t phys_addr, size_t size, bool cached) argument
394 if (cached)
H A Dinit.c97 int shared = 0, cached = 0, slab = 0; local
118 cached++;
135 printk("%d pages swap cached\n", cached);
/arch/avr32/include/asm/
H A Dio.h300 #define cached(addr) P1SEGADDR(addr) macro
323 * Convert a virtual cached pointer to an uncached pointer
/arch/unicore32/mm/
H A Dinit.c63 int shared = 0, cached = 0, slab = 0, i; local
85 cached++;
101 printk(KERN_DEFAULT "%d pages swap cached\n", cached);

Completed in 193 milliseconds