Searched refs:to_steal (Results 1 – 1 of 1) sorted by relevance
284 unsigned long to_steal; in kasan_reserve_memory() local296 …to_steal = (unsigned long)(total_pages * STOLEN_MEM_PERCENT) / 100 + (STOLEN_MEM_BYTES / I386_PGBY… in kasan_reserve_memory()304 if ((mptr_tmp->Type == kEfiConventionalMemory) && (mptr_tmp->NumberOfPages > to_steal)) { in kasan_reserve_memory()306 mptr_tmp->NumberOfPages -= to_steal; in kasan_reserve_memory()309 shadow_ptop = shadow_pbase + (to_steal << I386_PGSHIFT); in kasan_reserve_memory()311 shadow_pages_total = (unsigned int)to_steal; in kasan_reserve_memory()