Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 3 of 3) sorted by relevance

/arch/s390/include/asm/
Dctl_reg.h14 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)) \
Dtimex.h114 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() typedef
153 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
Dpgalloc.h33 struct addrtype { char _[256]; }; in clear_table() struct
40 : "+m" (*(struct addrtype *) s) in clear_table()