Home
last modified time | relevance | path

Searched refs:uchar (Results 1 – 18 of 18) sorted by relevance

/xv6-public/
H A Dmp.h4 uchar signature[4]; // "_MP_"
6 uchar length; // 1
7 uchar specrev; // [14]
10 uchar imcrp;
11 uchar reserved[3];
15 uchar signature[4]; // "PCMP"
17 uchar version; // [14]
19 uchar product[20]; // product id
26 uchar reserved;
33 uchar flags; // CPU flags
[all …]
H A Dmp.c16 uchar ioapicid;
18 static uchar
19 sum(uchar *addr, int len) in sum()
33 uchar *e, *p, *addr; in mpsearch1()
51 uchar *bda; in mpsearch()
55 bda = (uchar *) P2V(0x400); in mpsearch()
85 if(sum((uchar*)conf, conf->length) != 0) in mpconfig()
94 uchar *p, *e; in mpinit()
105 for(p=(uchar*)(conf+1), e=(uchar*)conf+conf->length; p<e; ){ in mpinit()
H A Dbootmain.c15 void readseg(uchar*, uint, uint);
23 uchar* pa; in bootmain()
28 readseg((uchar*)elf, 4096, 0); in bootmain()
35 ph = (struct proghdr*)((uchar*)elf + elf->phoff); in bootmain()
38 pa = (uchar*)ph->paddr; in bootmain()
79 readseg(uchar* pa, uint count, uint offset) in readseg()
81 uchar* epa; in readseg()
H A Dmemide.c16 extern uchar _binary_fs_img_start[], _binary_fs_img_size[];
19 static uchar *memdisk;
41 uchar *p; in iderw()
H A Dkbd.h34 static uchar shiftcode[256] =
44 static uchar togglecode[256] =
51 static uchar normalmap[256] =
73 static uchar shiftmap[256] =
95 static uchar ctlmap[256] =
H A Dstring.c18 const uchar *s1, *s2; in memcmp()
65 return (uchar)*p - (uchar)*q; in strncmp()
H A Dtypes.h3 typedef unsigned char uchar; typedef
H A Dx86.h3 static inline uchar
6 uchar data; in inb()
22 outb(ushort port, uchar data) in outb()
H A Dmain.c66 extern uchar _binary_entryother_start[], _binary_entryother_size[]; in startothers()
67 uchar *code; in startothers()
H A Dulib.c23 return (uchar)*p - (uchar)*q; in strcmp()
H A Dbuf.h10 uchar data[BSIZE];
H A Dmkfs.c49 uchar *a = (uchar*)&y; in xshort()
59 uchar *a = (uchar*)&y; in xint()
240 uchar buf[BSIZE]; in balloc()
H A Delf.h8 uchar elf[12];
H A Dkbd.c10 static uchar *charcode[4] = { in kbdgetc()
H A Dproc.h3 uchar apicid; // Local APIC ID
H A Ddefs.h63 extern uchar ioapicid;
81 void lapicstartap(uchar, uint);
H A Dlapic.c129 lapicstartap(uchar apicid, uint addr) in lapicstartap()
H A Dusertests.c1705 uchar val = 0; in uio()