Searched refs:_t (Results 1 – 10 of 10) sorted by relevance
90 #define ipipe_tsc2ns(_t) (((unsigned long)(_t)) * __ipipe_freq_scale) argument91 #define ipipe_tsc2us(_t) (ipipe_tsc2ns(_t) / 1000 + 1) argument
25 #define addc(_t,_r) \ argument29 : "=r"(_t) \30 : "r"(_r), "0"(_t));
212 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \214 *CASTPTR(volatile TYPE##_t, addr) = val; \226 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \228 return *CASTPTR(volatile TYPE##_t, addr); \
7 tr -c '[0-9A-Za-z]' '_'`_t
33 efi_##f##_t *__f; \
28 efi_##f##_t *__f; \
82 static uint##bits##_t swap_uint##bits(uint##bits##_t val) \
57 ((efi_##f##_t __attribute__((regparm(0)))*) p->f)(args); \
157 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
31 efi_system_table_##bits##_t *table; \