Home
last modified time | relevance | path

Searched refs:ushort (Results 1 – 11 of 11) sorted by relevance

/xv6-public/
H A Dx86.h4 inb(ushort port) in inb()
28 outw(ushort port, ushort data) in outw()
89 ltr(ushort sel) in ltr()
103 loadgs(ushort v) in loadgs()
162 ushort gs;
163 ushort padding1;
164 ushort fs;
166 ushort es;
168 ushort ds;
175 ushort cs;
[all …]
H A Dmmu.h111 ushort padding1;
113 ushort ss1;
114 ushort padding2;
116 ushort ss2;
117 ushort padding3;
131 ushort cs;
133 ushort ss;
135 ushort ds;
137 ushort fs;
139 ushort gs;
[all …]
H A Delf.h9 ushort type;
10 ushort machine;
16 ushort ehsize;
17 ushort phentsize;
18 ushort phnum;
19 ushort shentsize;
20 ushort shnum;
21 ushort shstrndx;
H A Dmp.h16 ushort length; // total table length
21 ushort oemlength; // OEM table length
22 ushort entry; // entry count
24 ushort xlength; // extended table length
H A Dtypes.h2 typedef unsigned short ushort; typedef
H A Dmkfs.c41 uint ialloc(ushort type);
45 ushort
46 xshort(ushort x) in xshort()
48 ushort y; in xshort()
224 ialloc(ushort type) in ialloc()
H A Dfs.h54 ushort inum;
H A Dlapic.c132 ushort *wrv; in lapicstartap()
139 wrv = (ushort*)P2V((0x40<<4 | 0x67)); // Warm reset vector in lapicstartap()
H A Dconsole.c129 static ushort *crt = (ushort*)P2V(0xb8000); // CGA memory
H A Dvm.c174 mycpu()->ts.iomb = (ushort) 0xFFFF; in switchuvm()
H A Dusertests.c771 ushort inum; in concreate()
1704 ushort port = 0; in uio()