Symbol: amd64tss
stand/efi/loader/arch/amd64/trap.c
224
amd64tss)));
stand/efi/loader/arch/amd64/trap.c
237
struct amd64tss **tss)
stand/efi/loader/arch/amd64/trap.c
245
EFI_SIZE_TO_PAGES(sizeof(struct amd64tss)), &tss_pa);
stand/efi/loader/arch/amd64/trap.c
251
*tss = (struct amd64tss *)tss_pa;
stand/efi/loader/arch/amd64/trap.c
253
tss_desc->sd_lolimit = sizeof(struct amd64tss);
stand/efi/loader/arch/amd64/trap.c
258
tss_desc->sd_hilimit = sizeof(struct amd64tss) >> 16;
stand/efi/loader/arch/amd64/trap.c
274
struct amd64tss *tss;
stand/efi/loader/arch/amd64/trap.c
365
tss = (struct amd64tss *)tss_pa;
stand/efi/loader/arch/amd64/trap.c
433
(&(((struct amd64tss *)tss_pa)->tss_ist1))[ist - 1] = 0;
sys/amd64/amd64/genassym.c
157
ASSYM(TSS_RSP0, offsetof(struct amd64tss, tss_rsp0));
sys/amd64/amd64/machdep.c
1229
struct amd64tss *tssp;
sys/amd64/amd64/machdep.c
1512
pc->pc_common_tss.tss_iobase = sizeof(struct amd64tss) +
sys/amd64/amd64/machdep.c
446
.ssd_limit = sizeof(struct amd64tss) + IOPERM_BITMAP_SIZE - 1,
sys/amd64/amd64/mp_machdep.c
239
pc->pc_common_tss.tss_iobase = sizeof(struct amd64tss) +
sys/amd64/amd64/pmap.c
2209
__pcpu[0].pc_common_tss.tss_iobase = sizeof(struct amd64tss) +
sys/amd64/amd64/sys_machdep.c
415
struct amd64tss *tssp;
sys/amd64/amd64/sys_machdep.c
444
memcpy(tssp, PCPU_PTR(common_tss), sizeof(struct amd64tss));
sys/amd64/include/pcb.h
97
struct amd64tss *pcb_tssp;
sys/amd64/include/pcpu.h
60
struct amd64tss *pc_tssp; /* TSS segment active on CPU */ \
sys/amd64/include/pcpu.h
93
struct amd64tss pc_common_tss; \