/linux-4.1.27/include/linux/ |
D | crc8.h | 30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument 36 #define DECLARE_CRC8_TABLE(_table) \ argument 37 static u8 _table[CRC8_TABLE_SIZE]
|
D | ipack.h | 255 #define DEFINE_IPACK_DEVICE_TABLE(_table) \ argument 256 const struct ipack_device_id _table[]
|
D | pci.h | 679 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument 680 const struct pci_device_id _table[]
|
/linux-4.1.27/drivers/regulator/ |
D | 88pm8607.c | 260 .n_voltages = ARRAY_SIZE(vreg##_table), \ 262 .vsel_mask = ARRAY_SIZE(vreg##_table) - 1, \ 269 .vol_table = (unsigned int *)&vreg##_table, \ 281 .n_voltages = ARRAY_SIZE(LDO##_id##_table), \ 283 .vsel_mask = (ARRAY_SIZE(LDO##_id##_table) - 1) << (shift), \ 288 .vol_table = (unsigned int *)&LDO##_id##_table, \
|
D | axp20x-regulator.c | 91 #define AXP20X_DESC_TABLE(_id, _match, _supply, _table, _vreg, _vmask, _ereg, \ argument 100 .n_voltages = ARRAY_SIZE(_table), \ 106 .volt_table = (_table), \
|
D | pcap-regulator.c | 226 .n_voltages = ARRAY_SIZE(_vreg##_table), \ 227 .volt_table = _vreg##_table, \
|
D | bcm590xx-regulator.c | 157 #define BCM590XX_REG_TABLE(_name, _table) \ argument 160 .n_voltages = ARRAY_SIZE(_table), \ 161 .volt_table = _table, \
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 69 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()
|
D | pgalloc-64.h | 133 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 135 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 136 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table() 172 extern void __tlb_remove_table(void *_table);
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgalloc_64.h | 92 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 94 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() 97 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | tlb.h | 28 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()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dinode.h | 92 struct dir_table_slot _table[12]; /* 96: inline */ member 96 #define di_dirtable u._dir._table
|
D | jfs_incore.h | 84 struct dir_table_slot _table[12]; /* 96: dir index */ member 105 #define i_dirtable u.dir._table
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk.h | 444 _gate_flags, _table, _lock) \ argument 450 .table = _table, \ 487 _clk_num, _gate_flags, _clk_id, _table, \ argument 498 _gate_flags, _table, _lock), \
|
/linux-4.1.27/arch/arm/probes/ |
D | decode.h | 346 #define DECODE_TABLE(_mask, _value, _table) \ argument 348 {.table = (_table)}
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlb.h | 39 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()
|
/linux-4.1.27/net/sctp/ |
D | sm_statetable.c | 65 #define DO_LOOKUP(_max, _type, _table) \ argument 71 _table, event_subtype._type, _max); \ 74 rtn = &_table[event_subtype._type][(int)state]; \
|
/linux-4.1.27/arch/powerpc/mm/ |
D | pgtable_64.c | 464 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 466 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 467 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|
/linux-4.1.27/arch/s390/mm/ |
D | pgtable.c | 1104 static void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 1107 void *table = (void *)((unsigned long) _table & ~mask); in __tlb_remove_table() 1108 unsigned type = (unsigned long) _table & mask; in __tlb_remove_table()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 1399 efi_system_table_t *_table; in efi_main() local 1404 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main() 1408 sys_table = _table; in efi_main()
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 890 SET_TABLE_HANDLER_(name, name ## _handler, name ## _table)
|