Home
last modified time | relevance | path

Searched defs:vsid (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/9/mtx/
H A Dmmu.c181 ulong vsid, ptehi, x, hash; in putmmu() local
H A Dmem.h145 #define PTE0(v, vsid, h, va) (((v)<<31)|((vsid)<<7)|((h)<<6)|(((va)>>22)&0x3f)) argument
/plan9/sys/src/9/ppc/
H A Dmmu.c201 ulong vsid, hash; in putmmu() local
H A Dmem.h177 #define PTE0(v, vsid, h, va) (((v)<<31)|((vsid)<<7)|((h)<<6)|(((va)>>22)&0x3f)) argument
/plan9/sys/src/cmd/usb/lib/
H A Dusb.h191 int vsid; member