Home
last modified time | relevance | path

Searched refs:uvm_cpu (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_pgflcache.c113 uvm_pgflcache_fill(struct uvm_cpu *ucpu, int fl, int b, int c) in uvm_pgflcache_fill()
166 uvm_pgflcache_spill(struct uvm_cpu *ucpu, int fl, int c) in uvm_pgflcache_spill()
204 uvm_pgflcache_alloc(struct uvm_cpu *ucpu, int fl, int c) in uvm_pgflcache_alloc()
237 uvm_pgflcache_free(struct uvm_cpu *ucpu, struct vm_page *pg) in uvm_pgflcache_free()
273 struct uvm_cpu *ucpu; in uvm_pgflcache_init_cpu()
295 struct uvm_cpu *ucpu; in uvm_pgflcache_fini_cpu()
337 struct uvm_cpu *ucpu; in uvm_pgflcache_resume()
418 uvm_pgflcache_alloc(struct uvm_cpu *ucpu, int fl, int c) in uvm_pgflcache_alloc()
425 uvm_pgflcache_free(struct uvm_cpu *ucpu, struct vm_page *pg) in uvm_pgflcache_free()
432 uvm_pgflcache_fill(struct uvm_cpu *ucpu, int fl, int b, int c) in uvm_pgflcache_fill()
H A Duvm_pgflcache.h35 struct vm_page *uvm_pgflcache_alloc(struct uvm_cpu *, int, int);
36 void uvm_pgflcache_fill(struct uvm_cpu *, int, int, int);
37 bool uvm_pgflcache_free(struct uvm_cpu *, struct vm_page *);
H A Duvm_pdpolicy.h38 struct uvm_cpu;
47 void uvmpdpol_idle(struct uvm_cpu *);
49 void uvmpdpol_init_cpu(struct uvm_cpu *);
H A Duvm_pdpolicy_clock.c161 static struct uvm_cpu *uvmpdpol_flush(void);
655 uvmpdpol_init_cpu(struct uvm_cpu *ucpu) in uvmpdpol_init_cpu()
723 static struct uvm_cpu *
727 struct uvm_cpu *ucpu; in uvmpdpol_flush()
772 struct uvm_cpu *ucpu; in uvmpdpol_pagerealize()
791 uvmpdpol_idle(struct uvm_cpu *ucpu) in uvmpdpol_idle()
H A Duvm_page.c331 static struct uvm_cpu uvm_boot_cpu __cacheline_aligned; in uvm_page_init()
948 struct uvm_cpu *ucpu; in uvm_cpu_attach()
956 ucpu = kmem_zalloc(sizeof(struct uvm_cpu) + coherency_unit - 1, in uvm_cpu_attach()
958 ucpu = (struct uvm_cpu *)roundup2((uintptr_t)ucpu, in uvm_cpu_attach()
1004 uvm_pagealloc_pgb(struct uvm_cpu *ucpu, int f, int b, int *trycolorp, int flags) in uvm_pagealloc_pgb()
1086 uvm_pagealloc_pgfl(struct uvm_cpu *ucpu, int f, int *trycolorp, int flags) in uvm_pagealloc_pgfl()
1136 struct uvm_cpu *ucpu; in uvm_pagealloc_strat()
1415 struct uvm_cpu *ucpu; in uvm_pagefree()
H A Duvm.h79 struct uvm_cpu { struct
H A Duvm_glue.c528 struct uvm_cpu *ucpu = ci->ci_data.cpu_uvm; in uvm_idle()
/netbsd-src/sys/sys/
H A Dcpu_data.h176 struct uvm_cpu *cpu_uvm; /* uvm per-cpu data */