Home
last modified time | relevance | path

Searched refs:STS_T32A (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dgdbutil15 set $STS_T32A = 0x9
51 if $arg0 == $STS_T32A
52 echo STS_T32A
H A Dmmu.h61 #define STS_T32A 0x9 // Available 32-bit TSS macro
H A Dvm.c167 mycpu()->gdt[SEG_TSS] = SEG16(STS_T32A, &mycpu()->ts, in switchuvm()