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.h800 typeof(&x86_pmu._field) __Fp = &x86_pmu._field; \
803 __Fp = &hybrid_pmu(_pmu)->_field; \
805 __Fp; \
810 typeof(&_var) __Fp = &_var; \
813 __Fp = &hybrid_pmu(_pmu)->_var; \
815 __Fp; \
820 bool __Fp = x86_pmu._field; \
823 __Fp = hybrid_pmu(_pmu)->_field; \
825 __Fp; \