Home
last modified time | relevance | path

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

/xv6-public/
H A Dlapic.c48 lapicw(int index, int value) in lapicw() argument
50 lapic[index] = value; in lapicw()
H A DMakefile222 QEMUOPTS = -drive file=fs.img,index=1,media=disk,format=raw -drive file=xv6.img,index=0,media=disk,…
228 $(QEMU) -drive file=xv6memfs.img,index=0,media=disk,format=raw -smp $(CPUS) -m 256
H A Dmkfs.c131 assert(index(argv[i], '/') == 0); in main()