Symbol: pvo_entry
sys/arch/powerpc/include/oea/pmap.h
265
LIST_HEAD(pvo_head, pvo_entry);
sys/arch/powerpc/oea/pmap.c
1283
pmap_pvo_pte_index(const struct pvo_entry *pvo, int ptegidx)
sys/arch/powerpc/oea/pmap.c
1298
pmap_pvo_to_pte(const struct pvo_entry *pvo, int pteidx)
sys/arch/powerpc/oea/pmap.c
1361
struct pvo_entry *
sys/arch/powerpc/oea/pmap.c
1364
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
1391
pmap_pvo_check(const struct pvo_entry *pvo)
sys/arch/powerpc/oea/pmap.c
1394
struct pvo_entry *pvo0;
sys/arch/powerpc/oea/pmap.c
1501
struct pvo_entry *
sys/arch/powerpc/oea/pmap.c
1505
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
1531
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
1689
pmap_pvo_remove(struct pvo_entry *pvo, int pteidx, struct pvo_head *pvol)
sys/arch/powerpc/oea/pmap.c
1794
pmap_pvo_free(struct pvo_entry *pvo)
sys/arch/powerpc/oea/pmap.c
1803
struct pvo_entry *pvo, *npvo;
sys/arch/powerpc/oea/pmap.c
1818
pvo_set_exec(struct pvo_entry *pvo)
sys/arch/powerpc/oea/pmap.c
1842
pvo_clear_exec(struct pvo_entry *pvo)
sys/arch/powerpc/oea/pmap.c
2052
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2136
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2201
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2274
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2295
struct pvo_entry *pvo, *next_pvo;
sys/arch/powerpc/oea/pmap.c
2434
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2494
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2575
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2771
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2794
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
2835
struct pvo_entry *pvo;
sys/arch/powerpc/oea/pmap.c
298
LIST_ENTRY(pvo_entry) pvo_vlink; /* Link to common virt page */
sys/arch/powerpc/oea/pmap.c
299
TAILQ_ENTRY(pvo_entry) pvo_olink; /* Link to overflow entry */
sys/arch/powerpc/oea/pmap.c
325
#define PMAP_PVO_ENTRY_ALIGN __alignof(struct pvo_entry)
sys/arch/powerpc/oea/pmap.c
339
TAILQ_HEAD(pvo_tqhead, pvo_entry);
sys/arch/powerpc/oea/pmap.c
3464
pool_init(&pmap_pvo_pool, sizeof(struct pvo_entry),
sys/arch/powerpc/oea/pmap.c
369
static void pmap_pvo_check(const struct pvo_entry *);
sys/arch/powerpc/oea/pmap.c
381
static void pmap_pvo_remove(struct pvo_entry *, int, struct pvo_head *);
sys/arch/powerpc/oea/pmap.c
382
static void pmap_pvo_free(struct pvo_entry *);
sys/arch/powerpc/oea/pmap.c
384
static struct pvo_entry *pmap_pvo_find_va(pmap_t, vaddr_t, int *);
sys/arch/powerpc/oea/pmap.c
385
static volatile struct pte *pmap_pvo_to_pte(const struct pvo_entry *, int);
sys/arch/powerpc/oea/pmap.c
386
static struct pvo_entry *pmap_pvo_reclaim(void);
sys/arch/powerpc/oea/pmap.c
387
static void pvo_set_exec(struct pvo_entry *);
sys/arch/powerpc/oea/pmap.c
388
static void pvo_clear_exec(struct pvo_entry *);
sys/arch/powerpc/oea/pmap.c
884
struct pvo_entry *pvo, *source_pvo, *victim_pvo;