Home
last modified time | relevance | path

Searched refs:ptbl_buf (Results 1 – 2 of 2) sorted by relevance

/src/sys/powerpc/booke/
H A Dpmap_32.c126 static struct ptbl_buf *ptbl_buf_alloc(void);
127 static void ptbl_buf_free(struct ptbl_buf *);
140 struct ptbl_buf { struct
141 TAILQ_ENTRY(ptbl_buf) link; /* list link */
149 static TAILQ_HEAD(, ptbl_buf) ptbl_buf_freelist; argument
156 static struct ptbl_buf *ptbl_bufs;
169 (uint32_t)ptbl_bufs, sizeof(struct ptbl_buf) * PTBL_BUFS); in ptbl_init()
184 static struct ptbl_buf *
187 struct ptbl_buf *buf; in ptbl_buf_alloc()
202 ptbl_buf_free(struct ptbl_buf *buf) in ptbl_buf_free()
[all …]
/src/sys/powerpc/include/
H A Dpmap.h205 TAILQ_HEAD(, ptbl_buf) pm_ptbl_list;