Home
last modified time | relevance | path

Searched refs:xhdr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/amd64/amd64/
Dvm_machdep.c360 struct xstate_hdr *xhdr; in cpu_thread_alloc() local
367 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()
Dmachdep.c1634 struct xstate_hdr *xhdr; in hammer_time() local
1890 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in hammer_time()
1892 xhdr->xstate_bv = xsave_mask; in hammer_time()
/freebsd-12-stable/sys/i386/i386/
Dvm_machdep.c367 struct xstate_hdr *xhdr; in cpu_thread_alloc() local
375 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()
Dmachdep.c2322 struct xstate_hdr *xhdr; in init386() local
2502 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in init386()
2504 xhdr->xstate_bv = xsave_mask; in init386()
/freebsd-12-stable/contrib/wpa/src/ap/
Dieee802_1x.c55 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send() local
59 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 …]