Home
last modified time | relevance | path

Searched refs:MAX_PGTABLE_INDEX_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h45 BUG_ON(index_size > MAX_PGTABLE_INDEX_SIZE); in pgtable_free()
54 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE); in pgtable_free_tlb()
61 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
62 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h48 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE); in pgtable_free()
57 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE); in pgtable_free_tlb()
64 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
65 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/linux/arch/powerpc/include/asm/
H A Dpgalloc.h66 #define MAX_PGTABLE_INDEX_SIZE 0xf macro