HomeSort by: relevance | last modified time | path
    Searched defs:nmistore (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amd64/amd64/
machdep.c 290 struct nmistore { struct
508 struct nmistore *store;
542 cputss->tss.tss_ist[2] = p + PAGE_SIZE - sizeof(struct nmistore);
543 store = (struct nmistore *)(p + PAGE_SIZE - sizeof(struct nmistore));
machdep.c 290 struct nmistore { struct
508 struct nmistore *store;
542 cputss->tss.tss_ist[2] = p + PAGE_SIZE - sizeof(struct nmistore);
543 store = (struct nmistore *)(p + PAGE_SIZE - sizeof(struct nmistore));

Completed in 148 milliseconds