Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dpgalloc_64.h69 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
71 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table()
74 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
/arch/powerpc/include/asm/
Dpgalloc-32.h69 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
71 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
72 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
Dpgalloc-64.h129 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
131 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
132 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
170 extern void __tlb_remove_table(void *_table);
/arch/arm/kernel/
Dkprobes.h359 #define DECODE_TABLE(_mask, _value, _table) \ argument
361 {.table = (_table)}
/arch/powerpc/mm/
Dpgtable_64.c428 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
430 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
431 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/arch/x86/boot/compressed/
Deboot.c869 struct boot_params *make_boot_params(void *handle, efi_system_table_t *_table) in make_boot_params() argument
887 sys_table = _table; in make_boot_params()
1143 struct boot_params *efi_main(void *handle, efi_system_table_t *_table, in efi_main() argument
1152 sys_table = _table; in efi_main()
/arch/s390/mm/
Dpgtable.c914 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
917 void *table = (void *)((unsigned long) _table & ~mask); in __tlb_remove_table()
918 unsigned type = (unsigned long) _table & mask; in __tlb_remove_table()