Home
last modified time | relevance | path

Searched defs:cache_map (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c38 struct cache_map { struct
39 u64 start;
40 u64 end;
64 * CACHE_MAP_MAX is the maximum number of memory ranges in cache_map, where argument
/linux/drivers/md/
H A Ddm-cache-target.c2650 static int cache_map(struct dm_target *ti, struct bio *bio) in cache_map() function