Searched defs:pmap (Results 1 - 25 of 48) sorted by relevance

12

/barrelfish-2018-10-04/include/barrelfish/
H A Dvspace.h23 struct pmap *pmap; ///< Pmap associated with the vspace member in struct:vspace
H A Dpmap.h41 struct pmap { struct
[all...]
/barrelfish-2018-10-04/include/arch/x86_32/barrelfish/
H A Dpmap_arch.h22 static inline errval_t pmap_init(struct pmap *pmap, struct vspace *vspace, argument
/barrelfish-2018-10-04/include/arch/x86_64/barrelfish/
H A Dpmap_arch.h22 static inline errval_t pmap_init(struct pmap *pmap, struct vspace *vspace, argument
/barrelfish-2018-10-04/usr/tests/pagertest/
H A Dpagertest.c20 struct pmap *pmap = get_current_pmap(); local
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn_vspace.c30 struct pmap *pmap = NULL; local
/barrelfish-2018-10-04/include/arch/aarch64/barrelfish/
H A Dcore_state_arch.h22 struct pmap_aarch64 pmap; member in struct:vspace_state
/barrelfish-2018-10-04/include/arch/arm/barrelfish/
H A Dcore_state_arch.h22 struct pmap_arm pmap; member in struct:vspace_state
/barrelfish-2018-10-04/include/arch/x86/barrelfish/
H A Dcore_state_arch.h22 struct pmap_x86 pmap; member in struct:vspace_state
/barrelfish-2018-10-04/usr/tests/nkm/
H A Dvspace_dump.c97 void dump_pmap(struct pmap *pmap) argument
/barrelfish-2018-10-04/usr/vnode_map_32/
H A Dvnode_map_32.c78 struct pmap *pmap = get_current_pmap(); local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dvregion.c38 struct pmap *pmap = vspace_get_pmap(vspace); local
H A Dmemobj_one_frame_lazy.c115 struct pmap *pmap = vspace_get_pmap(vspace); local
H A Dmemobj_pinned.c120 struct pmap *pmap = vspace_get_pmap(vspace); local
H A Dvspace.c37 struct pmap *pmap = get_current_pmap(); local
167 vspace_init(struct vspace *vspace, struct pmap *pmap) argument
[all...]
H A Dmemobj_fixed.c72 struct pmap *pmap = vspace_get_pmap(vspace); local
104 struct pmap *pmap = vspace_get_pmap(vspace); local
211 struct pmap *pmap local
269 struct pmap *pmap = vspace_get_pmap(vspace); local
[all...]
H A Dmemobj_one_frame.c57 struct pmap *pmap = vspace_get_pmap(vspace); local
102 struct pmap *pmap = vspace_get_pmap(vspace); local
184 struct pmap *pmap = vspace_get_pmap(vspace); local
[all...]
H A Dmemobj_one_frame_one_map.c53 struct pmap *pmap = vspace_get_pmap(vspace); local
72 struct pmap *pmap = vspace_get_pmap(vspace); local
158 struct pmap *pmap local
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dumem.c320 pmap_t pmap; local
/barrelfish-2018-10-04/usr/tests/vspace_tests/
H A Dvspace_dump.c94 void dump_pmap(struct pmap *pmap) argument
120 struct pmap *pmap = get_current_pmap(); local
/barrelfish-2018-10-04/lib/pager/
H A Dpager.c9 struct pmap *pmap = get_current_pmap(); local
45 struct pmap *pmap = get_current_pmap(); local
[all...]
/barrelfish-2018-10-04/usr/vnode_map_test/
H A Dvnode_map_test.c158 struct pmap *pmap; local
[all...]
/barrelfish-2018-10-04/include/arch/arm/machine/
H A Dpmap-v6.h105 struct pmap { struct
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dinit.c234 struct pmap *pmap = get_current_pmap(); local
/barrelfish-2018-10-04/lib/vfs/
H A Dmmap.c40 struct pmap *pmap = vspace_get_pmap(vspace); local
176 struct pmap *pmap = vspace_get_pmap(vspace); local

Completed in 181 milliseconds

12