Searched refs:_GATE (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-generate-rtl-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 94 virtual bool gate(function *) { return _GATE(); } in gate() 124 #undef _GATE
|
| H A D | gcc-generate-simple_ipa-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 94 virtual bool gate(function *) { return _GATE(); } in gate() 124 #undef _GATE
|
| H A D | gcc-generate-gimple-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 94 virtual bool gate(function *) { return _GATE(); } in gate() 129 #undef _GATE
|
| H A D | gcc-generate-ipa-pass.h | 103 #define _GATE NULL macro 107 #define _GATE __GATE(PASS_NAME) macro 172 virtual bool gate(function *) { return _GATE(); } in gate() 218 #undef _GATE
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp1.c | 1303 #define _GATE(_gate_offset, _gate_bit_idx, _gate_flags)\ macro 1787 _GATE(RCC_PLL1CR, 4, 0), 1792 _GATE(RCC_PLL2CR, 4, 0), 1797 _GATE(RCC_PLL2CR, 5, 0), 1802 _GATE(RCC_PLL2CR, 6, 0), 1807 _GATE(RCC_PLL3CR, 4, 0), 1812 _GATE(RCC_PLL3CR, 5, 0), 1817 _GATE(RCC_PLL3CR, 6, 0), 1822 _GATE(RCC_PLL4CR, 4, 0), 1827 _GATE(RCC_PLL4CR, 5, 0), [all …]
|