Lines Matching defs:zt
100 static int get_zt(pid_t pid, char zt[ZT_SIG_REG_BYTES])
104 iov.iov_base = zt;
110 static int set_zt(pid_t pid, const char zt[ZT_SIG_REG_BYTES])
114 iov.iov_base = (void *)zt;
123 char zt[ZT_SIG_REG_BYTES];
139 ret = get_zt(child, zt);
145 for (i = 0; i < ARRAY_SIZE(zt); i++) {
146 if (zt[i]) {
147 ksft_print_msg("zt[%d]: 0x%x != 0\n", i, zt[i]);
179 ksft_print_msg("zt[%d]: 0x%x != 0x%x\n", i,
193 char zt[ZT_SIG_REG_BYTES];
211 fill_buf(zt, sizeof(zt));
212 ret = set_zt(child, zt);