Searched defs:res (Results 51 - 75 of 134) sorted by relevance

123456

/seL4-refos-master/kernel/src/api/
H A Dfaults.c169 syscall_error_t res; local
/seL4-refos-master/kernel/src/
H A Dutil.c105 long res; local
/seL4-refos-master/libs/libsel4utils/src/
H A Diommu_dma.c109 reservation_t res = vspace_reserve_range_at(dma->iospaces + i, (void *)addr, PAGE_SIZE_4K, seL4_AllRights, 1); local
H A Dpage_dma.c70 reservation_t res = {NULL}; local
H A Dslab.c49 static int delegate_cspace_alloc(void *data, seL4_CPtr *res) argument
57 static void delegate_cspace_make_path(void *data, seL4_CPtr slot, cspacepath_t *res) argument
69 slab_utspace_alloc(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, seL4_Word *res) argument
95 slab_utspace_alloc_maybe_device(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, bool can_use_dev, seL4_Word *res) argument
101 delegate_utspace_alloc_at(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, uintptr_t paddr, seL4_Word *res) argument
[all...]
/seL4-refos-master/libs/libsel4vka/src/
H A Ddebug-vka.c114 static int cspace_alloc(void *data, seL4_CPtr *res) argument
162 static void cspace_make_path(void *data, seL4_CPtr slot, cspacepath_t *res) argument
207 utspace_alloc(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, seL4_Word *res) argument
228 utspace_alloc_maybe_device(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, bool can_use_dev, seL4_Word *res) argument
[all...]
/seL4-refos-master/libs/libsel4vspace/src/
H A Dvspace.c81 reservation_t res = vspace_reserve_range_aligned(to, num_pages * (BIT(size_bits)), size_bits, local
112 int res = callback(access_addr, to_vaddr, cookie); local
122 reservation_t res; local
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Diommu_dma.c109 reservation_t res = vspace_reserve_range_at(dma->iospaces + i, (void *)addr, PAGE_SIZE_4K, seL4_AllRights, 1); local
H A Dpage_dma.c70 reservation_t res = {NULL}; local
H A Dslab.c49 static int delegate_cspace_alloc(void *data, seL4_CPtr *res) argument
57 static void delegate_cspace_make_path(void *data, seL4_CPtr slot, cspacepath_t *res) argument
69 slab_utspace_alloc(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, seL4_Word *res) argument
95 slab_utspace_alloc_maybe_device(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, bool can_use_dev, seL4_Word *res) argument
101 delegate_utspace_alloc_at(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, uintptr_t paddr, seL4_Word *res) argument
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4vka/src/
H A Ddebug-vka.c114 static int cspace_alloc(void *data, seL4_CPtr *res) argument
162 static void cspace_make_path(void *data, seL4_CPtr slot, cspacepath_t *res) argument
207 utspace_alloc(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, seL4_Word *res) argument
228 utspace_alloc_maybe_device(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, bool can_use_dev, seL4_Word *res) argument
[all...]
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_create.c181 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) argument
/seL4-refos-master/libs/libmuslc/src/time/
H A Dtimer_create.c81 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) argument
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dirq_combiner.c29 uint32_t res[32]; member in struct:irq_combiner_map
/seL4-refos-master/libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_ps2.c37 uint32_t res = 0; local
47 uint32_t res = 0; local
174 uint8_t res = ps2_read_output(&state->ops); local
223 uint8_t res = ps2_read_output(&state->ops); local
[all...]
H A Dserial.c46 uint32_t res; local
70 uint32_t res; local
/seL4-refos-master/projects/seL4_libs/libsel4vspace/src/
H A Dvspace.c81 reservation_t res = vspace_reserve_range_aligned(to, num_pages * (BIT(size_bits)), size_bits, local
112 int res = callback(access_addr, to_vaddr, cookie); local
122 reservation_t res; local
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dirq_combiner.c29 uint32_t res[32]; member in struct:irq_combiner_map
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_ps2.c37 uint32_t res = 0; local
47 uint32_t res = 0; local
174 uint8_t res = ps2_read_output(&state->ops); local
223 uint8_t res = ps2_read_output(&state->ops); local
[all...]
H A Dserial.c46 uint32_t res; local
70 uint32_t res; local
/seL4-refos-master/seL4_tools/elfloader-tool/src/plat/exynos5/
H A Dplatform_init.c46 uint32_t res[5]; member in struct:cso
53 struct cso res[1]; member in struct:cpu_cfg
/seL4-refos-master/tools/elfloader/src/plat/exynos5/
H A Dplatform_init.c46 uint32_t res[5]; member in struct:cso
53 struct cso res[1]; member in struct:cpu_cfg
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dlock.c704 register boolean res = 0; local
742 boolean res = TRUE; local
[all...]
H A Dmonmove.c309 int res = m_arrival(mtmp); local
H A Dwield.c120 int res = 0; local

Completed in 142 milliseconds

123456