Lines Matching refs:zt
102 static int get_zt(pid_t pid, char zt[ZT_SIG_REG_BYTES])
106 iov.iov_base = zt;
112 static int set_zt(pid_t pid, const char zt[ZT_SIG_REG_BYTES])
116 iov.iov_base = (void *)zt;
125 char zt[ZT_SIG_REG_BYTES];
141 ret = get_zt(child, zt);
147 for (i = 0; i < ARRAY_SIZE(zt); i++) {
148 if (zt[i]) {
149 ksft_print_msg("zt[%d]: 0x%x != 0\n", i, zt[i]);
181 ksft_print_msg("zt[%d]: 0x%x != 0x%x\n", i,
195 char zt[ZT_SIG_REG_BYTES];
213 fill_buf(zt, sizeof(zt));
214 ret = set_zt(child, zt);