Searched refs:pte_leftover (Results 1 – 1 of 1) sorted by relevance
68 static void *pte_leftover; in kasan_early_pte_alloc() local73 if (!pte_leftover) { in kasan_early_pte_alloc()74 pte_leftover = kasan_early_alloc_pages(0); in kasan_early_pte_alloc()75 pte = pte_leftover + _PAGE_TABLE_SIZE; in kasan_early_pte_alloc()77 pte = pte_leftover; in kasan_early_pte_alloc()78 pte_leftover = NULL; in kasan_early_pte_alloc()