Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dpgalloc_64.h91 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
93 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table()
96 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
/arch/arm64/include/asm/
Dtlb.h28 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
30 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h121 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
123 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
124 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h121 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
123 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
124 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/arm/probes/
Ddecode.h347 #define DECODE_TABLE(_mask, _value, _table) \ argument
349 {.table = (_table)}
/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h125 extern void __tlb_remove_table(void *_table);
140 extern void __tlb_remove_table(void *_table);
/arch/s390/mm/
Dpgalloc.c288 static void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
290 unsigned int mask = (unsigned long) _table & 3; in __tlb_remove_table()
291 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table()
/arch/powerpc/mm/
Dpgtable_64.c421 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
423 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
424 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/arm/include/asm/
Dtlb.h39 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
41 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h48 extern void __tlb_remove_table(void *_table);
/arch/x86/boot/compressed/
Deboot.c975 efi_system_table_t *_table; in efi_main() local
980 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
984 sys_table = _table; in efi_main()