Lines Matching refs:hdr
123 struct gru_dump_context_header hdr; in gru_dump_context() local
130 memset(&hdr, 0, sizeof(hdr)); in gru_dump_context()
140 ubuf += sizeof(hdr); in gru_dump_context()
149 bytes = sizeof(hdr) + GRU_CACHE_LINE_BYTES; in gru_dump_context()
154 hdr.pid = gts->ts_tgid_owner; in gru_dump_context()
155 hdr.vaddr = gts->ts_vma->vm_start; in gru_dump_context()
175 hdr.magic = GRU_DUMP_MAGIC; in gru_dump_context()
176 hdr.gid = gru->gs_gid; in gru_dump_context()
177 hdr.ctxnum = ctxnum; in gru_dump_context()
178 hdr.cbrcnt = cbrcnt; in gru_dump_context()
179 hdr.dsrcnt = dsrcnt; in gru_dump_context()
180 hdr.cch_locked = cch_locked; in gru_dump_context()
181 if (copy_to_user(uhdr, &hdr, sizeof(hdr))) in gru_dump_context()