Searched refs:amd64tss (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/amd64/include/
H A Dtss.h46 struct amd64tss { struct
67 extern struct amd64tss common_tss[];
H A Dpcpu.h47 struct amd64tss *pc_tssp; /* TSS segment active on CPU */ \
48 struct amd64tss *pc_commontssp;/* Common TSS for the CPU */ \
H A Dpcb.h92 struct amd64tss *pcb_tssp;
/freebsd-10.1-release/sys/amd64/amd64/
H A Dsys_machdep.c339 struct amd64tss *tssp;
359 tssp = (struct amd64tss *)kmem_malloc(kernel_arena,
370 sizeof(struct amd64tss));
H A Dgenassym.c171 ASSYM(COMMON_TSS_RSP0, offsetof(struct amd64tss, tss_rsp0));
H A Dmachdep.c1045 struct amd64tss common_tss[MAXCPU];
1137 .ssd_limit = sizeof(struct amd64tss) + IOPAGES * PAGE_SIZE - 1,
1977 common_tss[0].tss_iobase = sizeof(struct amd64tss) +
H A Dmp_machdep.c639 common_tss[cpu].tss_iobase = sizeof(struct amd64tss) +

Completed in 125 milliseconds