Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_compression.c117 static int add_full_page(comp_ctx *ctx, char *srcpage, char *cache_page) in add_full_page() argument
125 memcpy(cache_page, srcpage, XC_PAGE_SIZE); in add_full_page()
127 memcpy(&dest[1], srcpage, XC_PAGE_SIZE); in add_full_page()
133 static int compress_page(comp_ctx *ctx, char *srcpage, char *cache_page) in compress_page() argument
152 new = (uint32_t*)srcpage; in compress_page()
176 memcpy(dest + complen, srcpage + pageoff, runbytes); in compress_page()
177 memcpy(cache_page + pageoff, srcpage + pageoff, runbytes); in compress_page()

Completed in 2 milliseconds