Searched refs:md_upte (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/mips/include/
H A Dproc.h52 uint64_t md_upte[KSTACK_PAGES]; /* ptes for mapping u pcb */ member in struct:mdthread
54 int md_upte[KSTACK_PAGES]; member in struct:mdthread
/freebsd-11.0-release/sys/mips/mips/
H A Dvm_machdep.c260 td->td_md.md_upte[i] = *pte & ~TLBLO_SWBITS_MASK;
282 td->td_md.md_upte[i] = *pte & ~TLBLO_SWBITS_MASK;
H A Dgenassym.c70 ASSYM(TD_UPTE, offsetof(struct thread, td_md.md_upte));

Completed in 37 milliseconds