Searched refs:pte_leftover (Results 1 – 1 of 1) sorted by relevance
66 static void *pte_leftover; in kasan_early_pte_alloc() local71 if (!pte_leftover) { in kasan_early_pte_alloc()72 pte_leftover = kasan_early_alloc_pages(0); in kasan_early_pte_alloc()73 pte = pte_leftover + _PAGE_TABLE_SIZE; in kasan_early_pte_alloc()75 pte = pte_leftover; in kasan_early_pte_alloc()76 pte_leftover = NULL; in kasan_early_pte_alloc()