Searched refs:STOLEN_MEM_BYTES (Results 1 – 4 of 4) sorted by relevance
41 #define STOLEN_MEM_BYTES MiB(40) macro
41 #define STOLEN_MEM_BYTES MiB(20) macro
54 #define STOLEN_MEM_BYTES 0 macro300 …to_steal = (unsigned long)(total_pages * STOLEN_MEM_PERCENT) / 100 + (STOLEN_MEM_BYTES / I386_PGBY… in kasan_reserve_memory()
355 tosteal = (args->memSize * STOLEN_MEM_PERCENT) / 100 + STOLEN_MEM_BYTES; in kasan_bootstrap()