Home
last modified time | relevance | path

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

/trueos/sys/i386/i386/
HDbios.c330 pd_entry_t *ptd; in bios16() local
391 ptd = (pd_entry_t *)rcr3(); in bios16()
393 if (ptd == IdlePDPT) in bios16()
395 if (ptd == IdlePTD) in bios16()
402 ptd = (pd_entry_t *)((u_int)IdlePTD + KERNBASE); in bios16()
404 *ptd = vtophys(pte) | PG_RW | PG_V; in bios16()
472 *ptd = 0; /* remove page table */ in bios16()
/trueos/usr.bin/mach-tests/ipc-hello/
HDipc-hello.c169 pthread_t ptd; in main() local
205 if (pthread_create(&ptd, NULL, server, &port)) { in main()
/trueos/sys/fs/nfsclient/
HDnfs_clport.c597 struct thread *ptd; in nfscl_getparent() local
607 ptd = TAILQ_FIRST(&p->p_threads); in nfscl_getparent()
608 return (ptd); in nfscl_getparent()