Home
last modified time | relevance | path

Searched full:__fp (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/events/
H A Dperf_event.h779 typeof(&x86_pmu._field) __Fp = &x86_pmu._field; \
782 __Fp = &hybrid_pmu(_pmu)->_field; \
784 __Fp; \
789 typeof(&_var) __Fp = &_var; \
792 __Fp = &hybrid_pmu(_pmu)->_var; \
794 __Fp; \
799 bool __Fp = x86_pmu._field; \
802 __Fp = hybrid_pmu(_pmu)->_field; \
804 __Fp; \