Home
last modified time | relevance | path

Searched refs:amd64tss (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dtss.h48 struct amd64tss { struct
H A Dpcpu.h61 struct amd64tss *pc_tssp; /* TSS segment active on CPU */ \
95 struct amd64tss pc_common_tss; \
H A Dpcb.h99 struct amd64tss *pcb_tssp;
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c399 struct amd64tss *tssp;
421 tssp = (struct amd64tss *)kmem_malloc(ctob(IOPAGES + 1),
429 memcpy(tssp, PCPU_PTR(common_tss), sizeof(struct amd64tss));
H A Dgenassym.c162 ASSYM(TSS_RSP0, offsetof(struct amd64tss, tss_rsp0));
H A Dmachdep.c769 .ssd_limit = sizeof(struct amd64tss) + IOPERM_BITMAP_SIZE - 1,
1584 struct amd64tss *tssp; in amd64_bsp_ist_init()
1813 pc->pc_common_tss.tss_iobase = sizeof(struct amd64tss) + in hammer_time()
H A Dmp_machdep.c303 pc->pc_common_tss.tss_iobase = sizeof(struct amd64tss) + in init_secondary()
H A Dpmap.c1886 __pcpu[0].pc_common_tss.tss_iobase = sizeof(struct amd64tss) + in pmap_bootstrap()