Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd-xen.c49 #define MAPSIZE 4093 /* Prime */ macro
63 uint32_t pfns[MAPSIZE];
64 void * maps[MAPSIZE];
73 for (i = 0; i < MAPSIZE; i++) { in flush_maps()
497 if (g->pfns[map_pfn % MAPSIZE] != map_pfn in kdd_access_physical_page()
498 && g->maps[map_pfn % MAPSIZE] != NULL) { in kdd_access_physical_page()
500 g->maps[map_pfn % MAPSIZE] = NULL; in kdd_access_physical_page()
502 g->pfns[map_pfn % MAPSIZE] = map_pfn; in kdd_access_physical_page()
505 if (g->maps[map_pfn % MAPSIZE] != NULL) in kdd_access_physical_page()
506 map = g->maps[map_pfn % MAPSIZE]; in kdd_access_physical_page()
[all …]

Completed in 5 milliseconds