Searched refs:ptbl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c45 * 0xc100_4000 - 0xc200_3fff : reserved for ptbl bufs
151 unsigned int kptbl_min; /* Index of the first kernel ptbl. */
247 /* Number of kva ptbl buffers, each covering one ptbl (PTBL_PAGES). */
255 /* ptbl free list and a lock used for access synchronization. */
259 /* Base address of kva space allocated fot ptbl bufs. */
514 /* Initialize pool of kva ptbl buffers. */
525 mtx_init(&ptbl_buf_freelist_lock, "ptbl bufs lock", NULL, MTX_DEF);
551 /* Return ptbl buff to free pool. */
564 * Search the list of allocated ptbl buf
567 ptbl_free_pmap_ptbl(pmap_t pmap, pte_t *ptbl) argument
594 pte_t *ptbl; local
650 pte_t *ptbl; local
701 pte_t *ptbl; local
751 pte_t *ptbl; local
865 pte_t *ptbl; local
926 pte_t *ptbl, *pte; local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c1443 const NAME_EX_TBL *ptbl; local
1455 for (ptbl = in_tbl; ptbl->name; ptbl++) {
1456 if (!strcasecmp(arg, ptbl->name)) {
1457 *flags &= ~ptbl->mask;
1459 *flags |= ptbl->flag;
1461 *flags &= ~ptbl->flag;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl355 my ($ptbl,$pwr,$ccr,$skip_wr)=@_;
361 add %o5, $ptbl, $ptbl ! of the pwrtbl
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c4212 struct isoent **ptbl; local
4218 ptbl = pt[depth].sorted;
4222 if (ptbl[i]->identifier == NULL)
4225 len = ptbl[i]->id_len;
4243 struct isoent **ptbl; local
4254 ptbl = vdd->pathtbl[depth].sorted;
4259 np = ptbl[i];

Completed in 109 milliseconds