Searched refs:protect (Results 1 - 25 of 27) sorted by relevance

12

/barrelfish-master/lib/barrelfish/vspace/
H A Dmemobj_pinned.c63 static errval_t protect(struct memobj *memobj, struct vregion *vregion, function
181 memobj->f.protect = protect;
H A Dmemobj_one_frame_lazy.c63 static errval_t protect(struct memobj *memobj, struct vregion *vregion, function
174 memobj->f.protect = protect;
H A Dmemobj_one_frame_one_map.c68 static errval_t protect(struct memobj *memobj, struct vregion *vregion, function
206 memobj->f.protect = protect;
H A Dmemobj_numa.c99 static errval_t protect(struct memobj *memobj, function
366 memobj->f.protect = protect;
H A Dmemobj_fixed.c97 static errval_t protect(struct memobj *memobj, function
324 memobj->f.protect = protect;
H A Dmemobj_one_frame.c98 static errval_t protect(struct memobj *memobj, struct vregion *vregion, function
231 memobj->f.protect = protect;
H A Dmemobj_anon.c143 static errval_t protect(struct memobj *memobj, struct vregion *vregion, function
149 /* protect the affected area in the pmap */
157 //printf("(%s:%d) protect(0x%"PRIxGENVADDR", memobj->size = %zd) vregion size = %zd offset=%zd range=%zd\n", __FILE__, __LINE__, vregion_base + vregion_off, memobj->size, vregion_size, offset, range);
174 // protect all affected frames
479 memobj->f.protect = protect;
H A Dmemobj_append.c97 static errval_t protect(struct memobj *memobj, function
202 //USER_PANIC("memobj_append: protect: searching for frame NYI\n");
411 memobj->f.protect = protect;
/barrelfish-master/usr/tests/nkm/
H A Dmodify_flags.c3 * \brief Modify flags (protect) new kernel memory test
45 err = memobj->f.protect(memobj, vregion, offset,
84 err = memobj->f.protect(memobj, vregion, 0, retsize, VREGION_FLAGS_READ);
86 DEBUG_ERR(err, "protect");
/barrelfish-master/lib/posixcompat/
H A Dmprotect.c58 err = m->f.protect(m, v, vaddr-vbase, size, prot_to_vregion_flags(flags));
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dprotect.pl26 protect :- label
32 open('protect.tex', write, output),
H A Dumsmacros.tex258 The arguments are transformed bottom-up. It is possible to protect the
H A Dumsexcept.tex339 protect the handler code from being preempted.
H A Dumsdebug.tex1716 \cmd{+}{\protect\Index{set a spy point}}\\
1729 \cmd{$-$}{\protect\Index{remove a spy point}}\\
/barrelfish-master/lib/bulk_transfer/
H A Dbulk_buffer.c75 err = memobj->f.protect(memobj, vregion, offset, size,
165 err = memobj->f.protect(memobj, vregion, offset, size, flags);
/barrelfish-master/usr/tests/pagetable/
H A Dprotect.c99 err = bfm->memobj->f.protect(bfm->memobj, bfm->vregion, off, len, flags);
102 fprintf(stderr, "vmpup: memobj.f.protect: %s\n", err_getstring(err));
/barrelfish-master/include/barrelfish/
H A Dmemobj.h44 errval_t (*protect)(struct memobj* memobj, struct vregion* region, member in struct:memobj_funcs
/barrelfish-master/usr/bench/cow/
H A Dvspace_cow.c53 err = m->f.protect(m, cow_vregion, frame_id * BASE_PAGE_SIZE,
/barrelfish-master/usr/bench/vspace/
H A Dvspace_map_bench.c84 debug_printf("starting rounds with map/protect/unmap...\n");
113 err = memobj->f.protect(memobj, vregion, 0, map_size, VREGION_FLAGS_READ);
144 snprintf(buf, sizeof(buf), "protect %u", i);
/barrelfish-master/usr/examples/xmpl-cow/
H A Dmain.c66 err = m->f.protect(m, cow_vregion, frame_id * BASE_PAGE_SIZE,
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Ddefine.pl88 * It is safer to protect the MacroName by quoting it so that
H A Delipsys.pl468 MegaLog : unwind protect operations (defined in pred0.pl)
473 ** will protect the Action in the context of <event> i.e. Action is
H A Dmegalog.pl293 MegaLog : unwind protect operations (defined in pred0.pl)
298 ** will protect the Action in the context of <event> i.e. Action is
/barrelfish-master/usr/bench/mem_appel/
H A Dvmpup.c58 inside the trap handler, protect some other page,
67 the time to protect 100 pages, amortized over 100 traps).
310 err = bfm->memobj->f.protect(bfm->memobj, bfm->vregion, off, len, flags);
313 fprintf(stderr, "vmpup: memobj.f.protect: %s\n", err_getstring(err));
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dreal.tex296 %\protect\index{\$=@\$\verb+\+=/2!ic}%
297 %\protect\index{\$\=@=\bsl=/2!ic}%

Completed in 151 milliseconds

12