Home
last modified time | relevance | path

Searched refs:_table (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/include/asm/book3s/32/
A Dpgalloc.h59 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
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()
/arch/powerpc/include/asm/nohash/
A Dpgalloc.h62 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
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()
/arch/sparc/include/asm/
A Dpgalloc_64.h90 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
92 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table()
95 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
/arch/arm/probes/
A Ddecode.h315 #define DECODE_TABLE(_mask, _value, _table) \ argument
317 {.table = (_table)}
/arch/powerpc/mm/book3s64/
A Dpgtable.c500 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
502 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
503 unsigned int index = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/powerpc/include/asm/book3s/64/
A Dpgalloc.h22 extern void __tlb_remove_table(void *_table);

Completed in 9 milliseconds