Searched refs:_GATE (Results 1 – 5 of 5) sorted by relevance
/openbmc/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
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 1296 #define _GATE(_gate_offset, _gate_bit_idx, _gate_flags)\ macro 1780 _GATE(RCC_PLL1CR, 4, 0), 1785 _GATE(RCC_PLL2CR, 4, 0), 1790 _GATE(RCC_PLL2CR, 5, 0), 1795 _GATE(RCC_PLL2CR, 6, 0), 1800 _GATE(RCC_PLL3CR, 4, 0), 1805 _GATE(RCC_PLL3CR, 5, 0), 1810 _GATE(RCC_PLL3CR, 6, 0), 1815 _GATE(RCC_PLL4CR, 4, 0), 1820 _GATE(RCC_PLL4CR, 5, 0), [all …]
|