Home
last modified time | relevance | path

Searched refs:SEG16 (Results 1 – 2 of 2) sorted by relevance

/xv6-public/
H A Dmmu.h47 #define SEG16(type, base, lim, dpl) (struct segdesc) \ macro
H A Dvm.c167 mycpu()->gdt[SEG_TSS] = SEG16(STS_T32A, &mycpu()->ts, in switchuvm()