Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dproc.h54 uint64_t md_upte[KSTACK_PAGES]; /* ptes for mapping u pcb */ member
56 int md_upte[KSTACK_PAGES]; member
/f-stack/freebsd/mips/mips/
H A Dvm_machdep.c251 td->td_md.md_upte[i] = *pte & ~TLBLO_SWBITS_MASK; in cpu_thread_swapin()
273 td->td_md.md_upte[i] = *pte & ~TLBLO_SWBITS_MASK; in cpu_thread_alloc()
H A Dgenassym.c74 ASSYM(TD_UPTE, offsetof(struct thread, td_md.md_upte));