Searched refs:xhdr (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | vm_machdep.c | 351 struct xstate_hdr *xhdr; in cpu_thread_alloc() local 359 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1); in cpu_thread_alloc() 360 bzero(xhdr, sizeof(*xhdr)); in cpu_thread_alloc() 361 xhdr->xstate_bv = xsave_mask; in cpu_thread_alloc()
|
| H A D | machdep.c | 2304 struct xstate_hdr *xhdr; in init386() local 2485 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in init386() 2487 xhdr->xstate_bv = xsave_mask; in init386()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | vm_machdep.c | 351 struct xstate_hdr *xhdr; in cpu_thread_alloc() local 358 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1); in cpu_thread_alloc() 359 bzero(xhdr, sizeof(*xhdr)); in cpu_thread_alloc() 360 xhdr->xstate_bv = xsave_mask; in cpu_thread_alloc()
|
| H A D | machdep.c | 1623 struct xstate_hdr *xhdr; in hammer_time() local 1899 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in hammer_time() 1901 xhdr->xstate_bv = xsave_mask; in hammer_time()
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 128 xhdr = ["time", "mfu", "mru", "mfug", "mrug", "eskip", "mtxmis", "dread", 323 global xhdr 390 hdr = xhdr
|
| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 109 xhdr = None
|