Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dctl_reg.h13 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)) \
Dtimex.h78 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef
80 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
Dpgalloc.h32 typedef struct { char _[n]; } addrtype; in clear_table() typedef
41 : "+a" (s), "+d" (n), "=m" (*(addrtype *) s) in clear_table()
42 : "m" (*(addrtype *) s)); in clear_table()
Dcpu_mf.h192 typedef struct { u64 _[num]; } addrtype; in stcctm5() typedef
199 : "=d" (cc), "=Q" (*(addrtype *) val) : "d" (num) : "cc"); in stcctm5()