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 | 1300 #define _GATE(_gate_offset, _gate_bit_idx, _gate_flags)\ macro 1784 _GATE(RCC_PLL1CR, 4, 0), 1789 _GATE(RCC_PLL2CR, 4, 0), 1794 _GATE(RCC_PLL2CR, 5, 0), 1799 _GATE(RCC_PLL2CR, 6, 0), 1804 _GATE(RCC_PLL3CR, 4, 0), 1809 _GATE(RCC_PLL3CR, 5, 0), 1814 _GATE(RCC_PLL3CR, 6, 0), 1819 _GATE(RCC_PLL4CR, 4, 0), 1824 _GATE(RCC_PLL4CR, 5, 0), [all …]
|