Lines Matching full:page
2 * Page cache for QEMU
3 * The cache is base on a hash of the page address
18 /* Page cache for storing guest pages */
22 * cache_init: Initialize the page cache
28 * @page_size: cache page size
39 * cache_is_cached: Checks to see if the page is cached
41 * Returns %true if page is cached
44 * @addr: page addr
56 * @addr: page addr
61 * cache_insert: insert the page into the cache. the page cache
64 * Returns -1 when the page isn't inserted into cache
67 * @addr: page address
68 * @pdata: pointer to the page