_table 33 arch/arm/include/asm/tlb.h static inline void __tlb_remove_table(void *_table) _table 35 arch/arm/include/asm/tlb.h free_page_and_swap_cache((struct page *)_table); _table 339 arch/arm/probes/decode.h #define DECODE_TABLE(_mask, _value, _table) \ _table 341 arch/arm/probes/decode.h {.table = (_table)} _table 14 arch/arm64/include/asm/tlb.h static inline void __tlb_remove_table(void *_table) _table 16 arch/arm64/include/asm/tlb.h free_page_and_swap_cache((struct page *)_table); _table 61 arch/powerpc/include/asm/book3s/32/pgalloc.h static inline void __tlb_remove_table(void *_table) _table 63 arch/powerpc/include/asm/book3s/32/pgalloc.h void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); _table 64 arch/powerpc/include/asm/book3s/32/pgalloc.h unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; _table 22 arch/powerpc/include/asm/book3s/64/pgalloc.h extern void __tlb_remove_table(void *_table); _table 58 arch/powerpc/include/asm/nohash/pgalloc.h static inline void __tlb_remove_table(void *_table) _table 60 arch/powerpc/include/asm/nohash/pgalloc.h void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); _table 61 arch/powerpc/include/asm/nohash/pgalloc.h unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; _table 390 arch/powerpc/mm/book3s64/pgtable.c void __tlb_remove_table(void *_table) _table 392 arch/powerpc/mm/book3s64/pgtable.c void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); _table 393 arch/powerpc/mm/book3s64/pgtable.c unsigned int index = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; _table 25 arch/s390/include/asm/tlb.h void __tlb_remove_table(void *_table); _table 303 arch/s390/mm/pgalloc.c void __tlb_remove_table(void *_table) _table 305 arch/s390/mm/pgalloc.c unsigned int mask = (unsigned long) _table & 3; _table 306 arch/s390/mm/pgalloc.c void *table = (void *)((unsigned long) _table ^ mask); _table 87 arch/sparc/include/asm/pgalloc_64.h static inline void __tlb_remove_table(void *_table) _table 89 arch/sparc/include/asm/pgalloc_64.h void *table = (void *)((unsigned long)_table & ~0x1UL); _table 92 arch/sparc/include/asm/pgalloc_64.h if ((unsigned long)_table & 0x1UL) _table 748 arch/x86/boot/compressed/eboot.c efi_system_table_t *_table; _table 753 arch/x86/boot/compressed/eboot.c _table = (efi_system_table_t *)(unsigned long)efi_early->table; _table 756 arch/x86/boot/compressed/eboot.c sys_table = _table; _table 29 drivers/clk/actions/owl-divider.h #define OWL_DIVIDER_HW(_reg, _shift, _width, _div_flags, _table) \ _table 35 drivers/clk/actions/owl-divider.h .table = _table, \ _table 39 drivers/clk/actions/owl-divider.h _shift, _width, _table, _div_flags, _flags) \ _table 42 drivers/clk/actions/owl-divider.h _div_flags, _table), \ _table 35 drivers/clk/actions/owl-factor.h #define OWL_FACTOR_HW(_reg, _shift, _width, _fct_flags, _table) \ _table 41 drivers/clk/actions/owl-factor.h .table = _table, \ _table 45 drivers/clk/actions/owl-factor.h _shift, _width, _table, _fct_flags, _flags) \ _table 48 drivers/clk/actions/owl-factor.h _width, _fct_flags, _table), \ _table 42 drivers/clk/actions/owl-pll.h _width, _min_mul, _max_mul, _delay, _table) \ _table 52 drivers/clk/actions/owl-pll.h .table = _table, \ _table 56 drivers/clk/actions/owl-pll.h _shift, _width, _min_mul, _max_mul, _table, _flags) \ _table 60 drivers/clk/actions/owl-pll.h OWL_PLL_DEF_DELAY, _table), \ _table 71 drivers/clk/actions/owl-pll.h _shift, _width, _min_mul, _max_mul, _table, _flags) \ _table 75 drivers/clk/actions/owl-pll.h OWL_PLL_DEF_DELAY, _table), \ _table 85 drivers/clk/actions/owl-pll.h _shift, _width, _min_mul, _max_mul, _delay, _table, \ _table 90 drivers/clk/actions/owl-pll.h _delay, _table), \ _table 158 drivers/clk/mvebu/armada-37xx-periph.c #define PERIPH_DIV(_name, _reg, _shift, _table) \ _table 161 drivers/clk/mvebu/armada-37xx-periph.c .table = _table, \ _table 185 drivers/clk/mvebu/armada-37xx-periph.c #define PERIPH_CLK_FULL(_name, _bit, _shift, _reg, _shift1, _table) \ _table 188 drivers/clk/mvebu/armada-37xx-periph.c static PERIPH_DIV(_name, _reg, _shift1, _table); _table 190 drivers/clk/mvebu/armada-37xx-periph.c #define PERIPH_CLK_GATE_DIV(_name, _bit, _reg, _shift, _table) \ _table 192 drivers/clk/mvebu/armada-37xx-periph.c static PERIPH_DIV(_name, _reg, _shift, _table); _table 172 drivers/clk/nxp/clk-lpc18xx-cgu.c #define LPC1XX_CGU_SRC_CLK_DIV(_id, _width, _table) \ _table 175 drivers/clk/nxp/clk-lpc18xx-cgu.c .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ _table 183 drivers/clk/nxp/clk-lpc18xx-cgu.c .table = lpc18xx_cgu_ ##_table, \ _table 206 drivers/clk/nxp/clk-lpc18xx-cgu.c #define LPC1XX_CGU_BASE_CLK(_id, _table, _flags) \ _table 209 drivers/clk/nxp/clk-lpc18xx-cgu.c .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ _table 213 drivers/clk/nxp/clk-lpc18xx-cgu.c .table = lpc18xx_cgu_ ##_table, \ _table 272 drivers/clk/nxp/clk-lpc18xx-cgu.c #define LPC1XX_CGU_CLK_PLL(_id, _table, _pll_ops) \ _table 275 drivers/clk/nxp/clk-lpc18xx-cgu.c .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ _table 280 drivers/clk/nxp/clk-lpc18xx-cgu.c .table = lpc18xx_cgu_ ##_table, \ _table 1109 drivers/clk/nxp/clk-lpc32xx.c #define LPC32XX_DEFINE_MUX(_idx, _reg, _shift, _mask, _table, _flags) \ _table 1122 drivers/clk/nxp/clk-lpc32xx.c .table = (_table), \ _table 1130 drivers/clk/nxp/clk-lpc32xx.c #define LPC32XX_DEFINE_DIV(_idx, _reg, _shift, _width, _table, _flags) \ _table 1141 drivers/clk/nxp/clk-lpc32xx.c .table = (_table), \ _table 21 drivers/clk/sprd/composite.h #define SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, _table, \ _table 24 drivers/clk/sprd/composite.h .mux = _SPRD_MUX_CLK(_mshift, _mwidth, _table), \ _table 32 drivers/clk/sprd/mux.h #define _SPRD_MUX_CLK(_shift, _width, _table) \ _table 36 drivers/clk/sprd/mux.h .table = _table, \ _table 39 drivers/clk/sprd/mux.h #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ _table 43 drivers/clk/sprd/mux.h .mux = _SPRD_MUX_CLK(_shift, _width, _table), \ _table 43 drivers/clk/sunxi-ng/ccu_div.h #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ _table 48 drivers/clk/sunxi-ng/ccu_div.h .table = _table, \ _table 51 drivers/clk/sunxi-ng/ccu_div.h #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \ _table 52 drivers/clk/sunxi-ng/ccu_div.h _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0) _table 89 drivers/clk/sunxi-ng/ccu_div.h _table, _gate, _flags) \ _table 92 drivers/clk/sunxi-ng/ccu_div.h _table), \ _table 106 drivers/clk/sunxi-ng/ccu_div.h _table, _flags) \ _table 108 drivers/clk/sunxi-ng/ccu_div.h _shift, _width, _table, 0, \ _table 112 drivers/clk/sunxi-ng/ccu_div.h _parents, _table, \ _table 120 drivers/clk/sunxi-ng/ccu_div.h .mux = _SUNXI_CCU_MUX_TABLE(_muxshift, _muxwidth, _table), \ _table 32 drivers/clk/sunxi-ng/ccu_mux.h #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ _table 36 drivers/clk/sunxi-ng/ccu_mux.h .table = _table, \ _table 50 drivers/clk/sunxi-ng/ccu_mux.h #define SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, _table, \ _table 55 drivers/clk/sunxi-ng/ccu_mux.h .mux = _SUNXI_CCU_MUX_TABLE(_shift, _width, _table), \ _table 41 drivers/clk/sunxi-ng/ccu_sdm.h #define _SUNXI_CCU_SDM(_table, _enable, \ _table 44 drivers/clk/sunxi-ng/ccu_sdm.h .table = _table, \ _table 45 drivers/clk/sunxi-ng/ccu_sdm.h .table_size = ARRAY_SIZE(_table), \ _table 584 drivers/clk/tegra/clk.h _gate_flags, _table, _lock) \ _table 590 drivers/clk/tegra/clk.h .table = _table, \ _table 627 drivers/clk/tegra/clk.h _clk_num, _gate_flags, _clk_id, _table, \ _table 638 drivers/clk/tegra/clk.h _gate_flags, _table, _lock), \ _table 37 drivers/clk/zte/clk.h #define ZX_PLL(_name, _parent, _reg, _table, _pd, _lock) \ _table 40 drivers/clk/zte/clk.h .lookup_table = _table, \ _table 41 drivers/clk/zte/clk.h .count = ARRAY_SIZE(_table), \ _table 52 drivers/clk/zte/clk.h #define ZX296718_PLL(_name, _parent, _reg, _table) \ _table 53 drivers/clk/zte/clk.h ZX_PLL(_name, _parent, _reg, _table, 0xff, 30) _table 122 drivers/clk/zte/clk.h #define DIV_T(_id, _name, _parent, _reg, _shift, _width, _flag, _table) \ _table 129 drivers/clk/zte/clk.h .table = _table, \ _table 117 drivers/iio/health/afe440x.h #define AFE440X_TABLE_ATTR(_name, _table) \ _table 124 drivers/iio/health/afe440x.h for (i = 0; i < ARRAY_SIZE(_table); i++) \ _table 126 drivers/iio/health/afe440x.h _table[i].integer, \ _table 127 drivers/iio/health/afe440x.h _table[i].fract); \ _table 145 drivers/iio/health/afe440x.h #define AFE440X_ATTR(_name, _field, _table) \ _table 151 drivers/iio/health/afe440x.h .val_table = _table, \ _table 152 drivers/iio/health/afe440x.h .table_size = ARRAY_SIZE(_table), \ _table 257 drivers/regulator/88pm8607.c .volt_table = vreg##_table, \ _table 258 drivers/regulator/88pm8607.c .n_voltages = ARRAY_SIZE(vreg##_table), \ _table 260 drivers/regulator/88pm8607.c .vsel_mask = ARRAY_SIZE(vreg##_table) - 1, \ _table 280 drivers/regulator/88pm8607.c .volt_table = LDO##_id##_table, \ _table 281 drivers/regulator/88pm8607.c .n_voltages = ARRAY_SIZE(LDO##_id##_table), \ _table 283 drivers/regulator/88pm8607.c .vsel_mask = (ARRAY_SIZE(LDO##_id##_table) - 1) << (shift), \ _table 149 drivers/regulator/bcm590xx-regulator.c #define BCM590XX_REG_TABLE(_name, _table) \ _table 152 drivers/regulator/bcm590xx-regulator.c .n_voltages = ARRAY_SIZE(_table), \ _table 153 drivers/regulator/bcm590xx-regulator.c .volt_table = _table, \ _table 222 drivers/regulator/pcap-regulator.c .n_voltages = ARRAY_SIZE(_vreg##_table), \ _table 223 drivers/regulator/pcap-regulator.c .volt_table = _vreg##_table, \ _table 79 fs/jfs/jfs_dinode.h struct dir_table_slot _table[12]; /* 96: inline */ _table 83 fs/jfs/jfs_dinode.h #define di_dirtable u._dir._table _table 73 fs/jfs/jfs_incore.h struct dir_table_slot _table[12]; /* 96: dir index */ _table 95 fs/jfs/jfs_incore.h #define i_dirtable u.dir._table _table 30 include/linux/crc8.h #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) _table 36 include/linux/crc8.h #define DECLARE_CRC8_TABLE(_table) \ _table 37 include/linux/crc8.h static u8 _table[CRC8_TABLE_SIZE] _table 252 include/linux/ipack.h #define DEFINE_IPACK_DEVICE_TABLE(_table) \ _table 253 include/linux/ipack.h const struct ipack_device_id _table[] _table 51 net/sctp/sm_statetable.c #define DO_LOOKUP(_max, _type, _table) \ _table 57 net/sctp/sm_statetable.c _table, event_subtype._type, _max); \ _table 60 net/sctp/sm_statetable.c rtn = &_table[event_subtype._type][(int)state]; \ _table 1469 tools/perf/util/scripting-engines/trace-event-python.c SET_TABLE_HANDLER_(name, name ## _handler, name ## _table)