OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmapops
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/oea/
pmap_kernel.c
90
const struct pmap_ops *
pmapops
;
variable in typeref:struct:pmap_ops
139
return (*
pmapops
->pmapop_pte_spill)(pm, va, exec);
145
(*
pmapops
->pmapop_real_memory)(start, size);
151
(*
pmapops
->pmapop_init)();
157
(*
pmapops
->pmapop_virtual_space)(startp, endp);
163
return (*
pmapops
->pmapop_create)();
169
(*
pmapops
->pmapop_reference)(pm);
175
(*
pmapops
->pmapop_destroy)(pm);
182
(*
pmapops
->pmapop_copy)(dst_pmap, src_pmap, dst_va, len, src_va);
188
(*
pmapops
->pmapop_update)(pm)
[
all
...]
/src/sys/arch/powerpc/include/oea/
pmap.h
221
extern const struct pmap_ops *
pmapops
;
229
pmapops
= &pmap32_ops;
235
pmapops
= &pmap64_ops;
241
pmapops
= &pmap64bridge_ops;
Completed in 54 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026