OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucpu
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_pgflcache.c
113
uvm_pgflcache_fill(struct uvm_cpu *
ucpu
, int fl, int b, int c)
123
KASSERT(
ucpu
->pgflbucket == b);
126
if (__predict_false((pc =
ucpu
->pgflcache[fl]) == NULL)) {
166
uvm_pgflcache_spill(struct uvm_cpu *
ucpu
, int fl, int c)
176
pc =
ucpu
->pgflcache[fl];
179
b =
ucpu
->pgflbucket;
204
uvm_pgflcache_alloc(struct uvm_cpu *
ucpu
, int fl, int c)
211
if (__predict_false((pc =
ucpu
->pgflcache[fl]) == NULL)) {
224
KASSERT(uvm_page_get_bucket(pg) ==
ucpu
->pgflbucket);
237
uvm_pgflcache_free(struct uvm_cpu *
ucpu
, struct vm_page *pg
273
struct uvm_cpu *
ucpu
;
local
295
struct uvm_cpu *
ucpu
;
local
337
struct uvm_cpu *
ucpu
;
local
[
all
...]
uvm_pdpolicy_clock.c
655
uvmpdpol_init_cpu(struct uvm_cpu *
ucpu
)
658
ucpu
->pdq =
660
ucpu
->pdqhead = CLOCK_PDQ_SIZE;
661
ucpu
->pdqtail = CLOCK_PDQ_SIZE;
728
struct uvm_cpu *
ucpu
;
local
747
ucpu
= curcpu()->ci_data.cpu_uvm;
748
KASSERT(
ucpu
->pdqhead <=
ucpu
->pdqtail);
749
if (__predict_false(
ucpu
->pdqhead ==
ucpu
->pdqtail))
773
struct uvm_cpu *
ucpu
;
local
[
all
...]
uvm_page.c
948
struct uvm_cpu *
ucpu
;
local
956
ucpu
= kmem_zalloc(sizeof(struct uvm_cpu) + coherency_unit - 1,
958
ucpu
= (struct uvm_cpu *)roundup2((uintptr_t)
ucpu
,
960
ci->ci_data.cpu_uvm =
ucpu
;
962
ucpu
= ci->ci_data.cpu_uvm;
965
uvmpdpol_init_cpu(
ucpu
);
1004
uvm_pagealloc_pgb(struct uvm_cpu *
ucpu
, int f, int b, int *trycolorp, int flags)
1060
if (__predict_true(b ==
ucpu
->pgflbucket && fill)) {
1061
uvm_pgflcache_fill(
ucpu
, f, b, c)
1136
struct uvm_cpu *
ucpu
;
local
1415
struct uvm_cpu *
ucpu
;
local
[
all
...]
uvm_glue.c
528
struct uvm_cpu *
ucpu
= ci->ci_data.cpu_uvm;
local
532
uvmpdpol_idle(
ucpu
);
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h
283
} *
ucpu
= (union hvm_hw_cpu_union *)h;
local
291
ucpu
->nat.error_code =
ucpu
->cmp.error_code;
292
ucpu
->nat.pending_event =
ucpu
->cmp.pending_event;
293
ucpu
->nat.tsc =
ucpu
->cmp.tsc;
294
ucpu
->nat.msr_tsc_aux = 0;
297
ucpu
->nat.flags = XEN_X86_FPU_INITIALISED;
Completed in 82 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026