Searched defs:vspace (Results 1 - 25 of 77) sorted by relevance

1234

/seL4-refos-master/kernel/include/arch/arm/armv/armv8-a/64/armv/
H A Dcontext_switch.h16 static inline void armv_contextSwitch(vspace_root_t *vspace, asid_t asid) argument
/seL4-refos-master/libs/libsel4utils/src/
H A Dstack.c21 sel4utils_run_on_stack(vspace_t *vspace, void * (*func)(void *arg), void *arg, void **retval) argument
H A Diommu_dma.c28 vspace_t vspace; member in struct:dma_man
196 int sel4utils_make_iommu_dma_alloc(vka_t *vka, vspace_t *vspace, ps_dma_man_t *dma_man, unsigned int num_iospaces, argument
H A Dmapping.c116 void *sel4utils_dup_and_map(vka_t *vka, vspace_t *vspace, seL4_CPtr page, size_t size_bits) argument
141 void sel4utils_unmap_dup(vka_t *vka, vspace_t *vspace, void *mapping, size_t size_bits) argument
H A Dpage_dma.c27 vspace_t vspace; member in struct:dma_man
192 sel4utils_new_page_dma_alloc(vka_t *vka, vspace_t *vspace, ps_dma_man_t *dma_man) argument
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Dstack.c21 sel4utils_run_on_stack(vspace_t *vspace, void * (*func)(void *arg), void *arg, void **retval) argument
/seL4-refos-master/kernel/include/arch/x86/arch/64/mode/kernel/
H A Dtlb.h19 static inline void invalidateLocalASID(vspace_root_t *vspace, asid_t asid) argument
35 static inline void invalidateASID(vspace_root_t *vspace, asid_t asid, word_t mask) argument
/seL4-refos-master/libs/libsel4allocman/include/allocman/mspace/
H A Dvspace_pool.h33 vspace_t vspace; member in struct:mspace_vspace_pool_config
41 vspace_t vspace; member in struct:mspace_vspace_pool
/seL4-refos-master/libs/libsel4platsupport/src/
H A Ddevice.c58 void *sel4platsupport_map_frame_at(vka_t *vka, vspace_t *vspace, uintptr_t paddr, size_t size_bits, vka_object_t *frame) argument
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/addrspace/
H A Dvspace.h55 vspace_t vspace; member in struct:vs_vspace
[all...]
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/process/
H A Dthread.c19 thread_config(struct proc_tcb *thread, uint8_t priority, vaddr_t entryPoint, struct vs_vspace *vspace) argument
[all...]
H A Dprocess.h58 struct vs_vspace vspace; member in struct:proc_pcb
/seL4-refos-master/projects/seL4_libs/libsel4allocman/include/allocman/mspace/
H A Dvspace_pool.h33 vspace_t vspace; member in struct:mspace_vspace_pool_config
41 vspace_t vspace; member in struct:mspace_vspace_pool
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/
H A Ddevice.c58 void *sel4platsupport_map_frame_at(vka_t *vka, vspace_t *vspace, uintptr_t paddr, size_t size_bits, vka_object_t *frame) argument
/seL4-refos-master/apps/process_server/src/system/addrspace/
H A Dvspace.h55 vspace_t vspace; member in struct:vs_vspace
[all...]
/seL4-refos-master/apps/process_server/src/system/process/
H A Dthread.c19 thread_config(struct proc_tcb *thread, uint8_t priority, vaddr_t entryPoint, struct vs_vspace *vspace) argument
[all...]
H A Dprocess.h58 struct vs_vspace vspace; member in struct:proc_pcb
/seL4-refos-master/kernel/include/arch/x86/arch/64/mode/smp/
H A Dipi.h29 static inline void doRemoteInvalidateASID(vspace_root_t *vspace, asid_t asid, word_t mask) argument
/seL4-refos-master/libs/libsel4vspace/include/vspace/
H A Dmapping.h62 vspace_map_obj(vspace_map_obj_t *obj, seL4_CPtr cap, seL4_CPtr vspace, seL4_Word vaddr, seL4_Word attr) argument
/seL4-refos-master/projects/seL4_libs/libsel4vspace/include/vspace/
H A Dmapping.h62 vspace_map_obj(vspace_map_obj_t *obj, seL4_CPtr cap, seL4_CPtr vspace, seL4_Word vaddr, seL4_Word attr) argument
/seL4-refos-master/projects/refos/impl/apps/process_server/src/
H A Dstate.h52 vspace_t vspace; member in struct:procserv_state
/seL4-refos-master/apps/process_server/src/
H A Dstate.h52 vspace_t vspace; member in struct:procserv_state
/seL4-refos-master/libs/libsel4allocman/
H A Dexample_bootstrap.c39 vspace_alloc_t vspace; local
/seL4-refos-master/libs/libsel4utils/include/sel4utils/
H A Dprocess.h37 vspace_t vspace; member in struct:__anon638
[all...]
/seL4-refos-master/libs/libsel4vspace/src/
H A Dvspace.c17 void *vspace_new_sized_stack(vspace_t *vspace, size_t n_pages) argument
44 void vspace_free_sized_stack(vspace_t *vspace, void *stack_top, size_t n_pages) argument
56 void *vspace_new_ipc_buffer(vspace_t *vspace, seL4_CPt argument
70 vspace_free_ipc_buffer(vspace_t *vspace, void *addr) argument
120 vspace_new_pages_with_config(vspace_t *vspace, vspace_new_pages_config_t *config, seL4_CapRights_t rights) argument
148 vspace_reserve_range(vspace_t *vspace, size_t bytes, seL4_CapRights_t rights, int cacheable, void **vaddr) argument
[all...]

Completed in 193 milliseconds

1234