Searched refs:_table (Results 1 – 7 of 7) sorted by relevance
69 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument71 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table()74 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
69 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument71 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()
129 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument131 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);
359 #define DECODE_TABLE(_mask, _value, _table) \ argument361 {.table = (_table)}
428 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument430 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()
869 struct boot_params *make_boot_params(void *handle, efi_system_table_t *_table) in make_boot_params() argument887 sys_table = _table; in make_boot_params()1143 struct boot_params *efi_main(void *handle, efi_system_table_t *_table, in efi_main() argument1152 sys_table = _table; in efi_main()
914 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument917 void *table = (void *)((unsigned long) _table & ~mask); in __tlb_remove_table()918 unsigned type = (unsigned long) _table & mask; in __tlb_remove_table()