Searched refs:addrtype (Results 1 – 4 of 4) sorted by relevance
13 typedef struct { char _[sizeof(array)]; } addrtype; \15 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\19 : "Q" (*(addrtype *)(&array)), "i" (low), "i" (high) \24 typedef struct { char _[sizeof(array)]; } addrtype; \26 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\29 : "=Q" (*(addrtype *)(&array)) \
105 typedef struct { char _[len]; } addrtype; in ptff() typedef114 : "=d" (rc), "+m" (*(addrtype *) ptff_block) in ptff()142 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef144 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
30 typedef struct { char _[n]; } addrtype; in clear_table() typedef39 : "+a" (s), "+d" (n), "=m" (*(addrtype *) s) in clear_table()40 : "m" (*(addrtype *) s)); in clear_table()
201 typedef struct { u64 _[num]; } addrtype; in stcctm5() typedef208 : "=d" (cc), "=Q" (*(addrtype *) val) : "d" (num) : "cc"); in stcctm5()