Searched defs:vregion (Results 1 - 25 of 44) sorted by relevance

12

/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_pool.h22 struct vregion *vregion; ///< pointer to the vregion of the pool member in struct:bulk_pool_internal
H A Dbulk_buffer.c50 struct vregion *vregion = pool_int->vregion; local
109 struct vregion *vregion = pool_int->vregion; local
155 struct vregion *vregion = pool_int->vregion; local
[all...]
/barrelfish-2018-10-04/usr/tests/large_page/
H A Dmap_test_32.c32 struct vregion *vregion; local
H A Dmap_test.c26 struct vregion *vregion; local
/barrelfish-2018-10-04/include/pci/
H A Dmem.h33 struct vregion *vregion; // valid after map_device() member in struct:device_mem
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn_vspace.c74 struct vregion *vregion = NULL; local
130 struct vregion *vregion = NULL; local
181 spawn_vspace_map_anon_fixed_attr(struct spawninfo *si, genvaddr_t addr, size_t size, struct vregion **vregion, struct memobj **memobj, vregion_flags_t flags) argument
[all...]
H A Dmultiboot.c67 struct vregion *vregion; local
/barrelfish-2018-10-04/include/arch/aarch64/barrelfish/
H A Dcore_state_arch.h28 struct vregion vregion; member in struct:pinned_state
/barrelfish-2018-10-04/include/arch/arm/barrelfish/
H A Dcore_state_arch.h28 struct vregion vregion; member in struct:pinned_state
/barrelfish-2018-10-04/include/arch/x86/barrelfish/
H A Dcore_state_arch.h28 struct vregion vregion; member in struct:pinned_state
/barrelfish-2018-10-04/include/barrelfish/
H A Dvspace_mmu_aware.h25 struct vregion vregion; member in struct:vspace_mmu_vregion_list
35 struct vregion vregion; ///< Needs just one vregion member in struct:vspace_mmu_aware
H A Dvregion.h49 struct vregion { struct
64 static inline struct vspace *vregion_get_vspace(struct vregion *vregio argument
74 vregion_get_memobj(struct vregion *vregion) argument
84 vregion_get_base_addr(struct vregion *vregion) argument
94 vregion_get_offset(struct vregion *vregion) argument
104 vregion_get_size(struct vregion *vregion) argument
114 vregion_get_flags(struct vregion *vregion) argument
[all...]
/barrelfish-2018-10-04/include/target/arm/barrelfish/
H A Dpmap_target.h43 struct vregion vregion; ///< Vregion used to reserve virtual address for metadata member in struct:pmap_arm
/barrelfish-2018-10-04/lib/posixcompat/
H A Dsbrk.c48 static struct vregion *vregion = NULL; local
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dvregion.c33 errval_t vregion_map_aligned(struct vregion *vregion, struct vspace* vspace, argument
84 vregion_map(struct vregion *vregion, struct vspace *vspace, struct memobj *memobj, size_t offset, size_t size, vregion_flags_t flags) argument
102 vregion_map_fixed(struct vregion *vregion, struct vspace *vspace, struct memobj *memobj, size_t offset, size_t size, genvaddr_t addr, vregion_flags_t flags) argument
143 vregion_destroy(struct vregion *vregion) argument
175 vregion_pagefault_handler(struct vregion *vregion, genvaddr_t addr, vm_fault_type_t type) argument
[all...]
H A Dmemobj_one_frame_lazy.c24 static errval_t map_region(struct memobj *memobj, struct vregion *vregion) argument
47 static errval_t unmap_region(struct memobj *memobj, struct vregion *vregion) argument
63 static errval_t protect(struct memobj *memobj, struct vregion *vregion, argument
78 static errval_t pin(struct memobj *memobj, struct vregion *vregio argument
93 unpin(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range) argument
108 pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) argument
[all...]
H A Dmemobj_pinned.c31 static errval_t map_region(struct memobj *memobj, struct vregion *vregion) argument
49 static errval_t unmap_region(struct memobj *memobj, struct vregion *vregion) argument
63 protect(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range, vs_prot_flags_t flags) argument
77 pin(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range) argument
91 unpin(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range) argument
118 struct vregion *vregion = pinned->vregion; local
141 pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) argument
[all...]
H A Dmemobj_fixed.c35 static errval_t map_region(struct memobj *memobj, struct vregion *vregion) argument
62 static errval_t unmap_region(struct memobj *memobj, struct vregion *vregio argument
97 protect(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range, vs_prot_flags_t flags) argument
126 pin(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range) argument
142 unpin(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range) argument
208 struct vregion *vregion = fixed->vregion; local
248 pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) argument
370 struct vregion *vregion = NULL; local
[all...]
/barrelfish-2018-10-04/usr/tests/nkm/
H A Dmodify_flags.c25 static struct vregion *vregion = NULL; variable in typeref:struct:vregion
/barrelfish-2018-10-04/include/target/aarch64/barrelfish/
H A Dpmap_target.h43 struct vregion vregion; ///< Vregion used to reserve virtual address for metadata member in struct:pmap_aarch64
/barrelfish-2018-10-04/include/target/x86/barrelfish/
H A Dpmap_target.h43 struct vregion vregion; ///< Vregion used to reserve virtual address for metadata member in struct:pmap_x86
/barrelfish-2018-10-04/lib/pci/confspace/
H A Dpcie_confspace.c23 static struct vregion *vregion = NULL; variable in typeref:struct:vregion
/barrelfish-2018-10-04/include/spawndomain/
H A Dspawndomain.h44 struct vregion *vregion[16]; member in struct:spawninfo
/barrelfish-2018-10-04/lib/spawndomain/arch/aarch64/
H A Dspawn_arch.c87 struct vregion *vregion = malloc(sizeof(struct vregion)); local
/barrelfish-2018-10-04/lib/spawndomain/arch/arm/
H A Dspawn_arch.c87 struct vregion *vregion = malloc(sizeof(struct vregion)); local

Completed in 116 milliseconds

12