Lines Matching refs:t
118 struct tag *t = (struct tag *)params; in arch_decomp_setup() local
121 if (t->hdr.tag == ATAG_CORE) in arch_decomp_setup()
123 for (; t->hdr.size; t = tag_next(t)) in arch_decomp_setup()
125 if (t->hdr.tag == ATAG_VIDEOTEXT) in arch_decomp_setup()
127 video_num_rows = t->u.videotext.video_lines; in arch_decomp_setup()
128 video_num_cols = t->u.videotext.video_cols; in arch_decomp_setup()
129 bytes_per_char_h = t->u.videotext.video_points; in arch_decomp_setup()
130 bytes_per_char_v = t->u.videotext.video_points; in arch_decomp_setup()
131 video_x = t->u.videotext.x; in arch_decomp_setup()
132 video_y = t->u.videotext.y; in arch_decomp_setup()
135 if (t->hdr.tag == ATAG_MEM) in arch_decomp_setup()
138 nr_pages += (t->u.mem.size / PAGE_SIZE); in arch_decomp_setup()