Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/nohash/
Dpgalloc.h58 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
60 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
61 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h61 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
64 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/arm/include/asm/
Dtlb.h33 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
35 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
/arch/sparc/include/asm/
Dpgalloc_64.h87 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
89 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table()
92 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
/arch/arm64/include/asm/
Dtlb.h14 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
16 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
/arch/arm/probes/
Ddecode.h315 #define DECODE_TABLE(_mask, _value, _table) \ argument
317 {.table = (_table)}
/arch/powerpc/mm/book3s64/
Dpgtable.c390 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
392 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
393 unsigned int index = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/s390/include/asm/
Dtlb.h25 void __tlb_remove_table(void *_table);
/arch/s390/mm/
Dpgalloc.c305 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
307 unsigned int mask = (unsigned long) _table & 3; in __tlb_remove_table()
308 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table()
/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h22 extern void __tlb_remove_table(void *_table);
/arch/x86/boot/compressed/
Deboot.c748 efi_system_table_t *_table; in efi_main() local
753 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
756 sys_table = _table; in efi_main()