uvm_cpu
struct uvm_cpu *cpu_uvm; /* uvm per-cpu data */
struct uvm_cpu *ucpu = ci->ci_data.cpu_uvm;
uvm_pagealloc_pgb(struct uvm_cpu *ucpu, int f, int b, int *trycolorp, int flags)
uvm_pagealloc_pgfl(struct uvm_cpu *ucpu, int f, int *trycolorp, int flags)
struct uvm_cpu *ucpu;
struct uvm_cpu *ucpu;
static struct uvm_cpu uvm_boot_cpu __cacheline_aligned;
struct uvm_cpu *ucpu;
ucpu = kmem_zalloc(sizeof(struct uvm_cpu) + coherency_unit - 1,
ucpu = (struct uvm_cpu *)roundup2((uintptr_t)ucpu,
struct uvm_cpu;
void uvmpdpol_idle(struct uvm_cpu *);
void uvmpdpol_init_cpu(struct uvm_cpu *);
static struct uvm_cpu *uvmpdpol_flush(void);
uvmpdpol_init_cpu(struct uvm_cpu *ucpu)
static struct uvm_cpu *
struct uvm_cpu *ucpu;
struct uvm_cpu *ucpu;
uvmpdpol_idle(struct uvm_cpu *ucpu)
uvm_pgflcache_fill(struct uvm_cpu *ucpu, int fl, int b, int c)
uvm_pgflcache_spill(struct uvm_cpu *ucpu, int fl, int c)
uvm_pgflcache_alloc(struct uvm_cpu *ucpu, int fl, int c)
uvm_pgflcache_free(struct uvm_cpu *ucpu, struct vm_page *pg)
struct uvm_cpu *ucpu;
struct uvm_cpu *ucpu;
struct uvm_cpu *ucpu;
uvm_pgflcache_alloc(struct uvm_cpu *ucpu, int fl, int c)
uvm_pgflcache_free(struct uvm_cpu *ucpu, struct vm_page *pg)
uvm_pgflcache_fill(struct uvm_cpu *ucpu, int fl, int b, int c)
struct vm_page *uvm_pgflcache_alloc(struct uvm_cpu *, int, int);
void uvm_pgflcache_fill(struct uvm_cpu *, int, int, int);
bool uvm_pgflcache_free(struct uvm_cpu *, struct vm_page *);