Searched refs:addrtype (Results 1 – 3 of 3) sorted by relevance
14 typedef struct { char _[sizeof(array)]; } addrtype; \16 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\20 : "Q" (*(addrtype *)(&array)), "i" (low), "i" (high) \25 typedef struct { char _[sizeof(array)]; } addrtype; \27 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\30 : "=Q" (*(addrtype *)(&array)) \
114 struct addrtype { char _[len]; }; \123 : "=d" (rc), "+m" (*(struct addrtype *) reg1) \151 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef153 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
33 struct addrtype { char _[256]; }; in clear_table() struct40 : "+m" (*(struct addrtype *) s) in clear_table()