Searched refs:xhdr (Results 1 – 5 of 5) sorted by relevance
360 struct xstate_hdr *xhdr; in cpu_thread_alloc() local367 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1); in cpu_thread_alloc()368 bzero(xhdr, sizeof(*xhdr)); in cpu_thread_alloc()369 xhdr->xstate_bv = xsave_mask; in cpu_thread_alloc()
1634 struct xstate_hdr *xhdr; in hammer_time() local1890 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in hammer_time()1892 xhdr->xstate_bv = xsave_mask; in hammer_time()
367 struct xstate_hdr *xhdr; in cpu_thread_alloc() local375 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1); in cpu_thread_alloc()376 bzero(xhdr, sizeof(*xhdr)); in cpu_thread_alloc()377 xhdr->xstate_bv = xsave_mask; in cpu_thread_alloc()
2322 struct xstate_hdr *xhdr; in init386() local2502 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in init386()2504 xhdr->xstate_bv = xsave_mask; in init386()
55 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send() local59 len = sizeof(*xhdr) + datalen; in ieee802_1x_send()67 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send()68 xhdr->version = hapd->conf->eapol_version; in ieee802_1x_send()70 if (xhdr->version > 2 && hapd->conf->macsec_policy == 0) in ieee802_1x_send()71 xhdr->version = 2; in ieee802_1x_send()73 xhdr->type = type; in ieee802_1x_send()74 xhdr->length = host_to_be16(datalen); in ieee802_1x_send()77 os_memcpy(xhdr + 1, data, datalen); in ieee802_1x_send()2563 const struct ieee802_1x_hdr *xhdr = in ieee802_1x_eapol_tx_status() local[all …]