Searched refs:pte_leftover (Results 1 – 1 of 1) sorted by relevance
67 static void *pte_leftover; in kasan_early_pte_alloc() local72 if (!pte_leftover) { in kasan_early_pte_alloc()73 pte_leftover = kasan_early_alloc_pages(0); in kasan_early_pte_alloc()74 pte = pte_leftover + _PAGE_TABLE_SIZE; in kasan_early_pte_alloc()76 pte = pte_leftover; in kasan_early_pte_alloc()77 pte_leftover = NULL; in kasan_early_pte_alloc()