Searched refs:mappings (Results 1 - 14 of 14) sorted by relevance

/barrelfish-2018-10-04/usr/vnode_map_test/
H A Dvnode_map_test.c63 struct capref frame, smallframe, vnodes[4], mappings[4]; local
89 err = slot_alloc(&mappings[i]);
97 0, 1, mappings[i]);
112 err = slot_alloc(&mappings[0]);
116 PAGE_DEFAULT_ACCESS, 0, 4*1024 / X86_64_BASE_PAGE_SIZE, mappings[0]);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dmultihop_chan.c39 static collections_hash_table *mappings; variable
50 collections_hash_create_with_buckets(&mappings, MULTIHOP_MAPPING_TABLE_BACKETS,
79 } while (collections_hash_find(mappings, vci) != NULL);
82 collections_hash_insert(mappings, vci, chan_state);
90 collections_hash_delete(mappings, vci);
98 struct multihop_chan *chan_state = collections_hash_find(mappings, vci);
/barrelfish-2018-10-04/doc/004-virtual_memory/
H A DVirtualMemory.tex101 Pmap performs actual page table mappings.
119 mappings respectively.
121 In order for this system to make it possible to remove mappings when the
128 The map invocation can create multi-page mappings in one system call, as long
130 In the case of mappings that cross page table boundaries, we need a map
149 Actual mappings are visible between domains
169 Therefore, the user of the library explicitly uses the pagefault API to create mappings.
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex264 the mappings for any devices needed by the CPU driver must fit into
302 to the kernel, leads to a pagefault. Since many mappings can point to
333 Below the \texttt{0x80000000}, all mappings are handled by TTBR0 and
343 change, ensuring the kernel mappings are static after boot.
706 \item Create necessary mappings for address translation
884 \item Set up mappings for the loaded image in the L2 MMU (can be
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembexdr.tex120 This is all the information needed to create new language mappings
H A Ddbi.tex196 limited to atomic types which have natural mappings to database types.
/barrelfish-2018-10-04/doc/013-capability-mgmt/
H A Dtype_system.tex479 mappings contained in the VNode.
551 with this Frame and use information stored in those mappings to remove any
593 with this Frame and use information stored in those mappings to remove any
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dmodelling.tex120 possibly exploiting multiple, redundant mappings.
/barrelfish-2018-10-04/doc/021-cpudriver/
H A Dcpudriver.tex156 into leaf VNodes to perform mappings.
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex746 If user-level networking is enabled, mappings from of buffers that can be used to send/receive
748 the card driver which adds the required mappings to a hardware register table
749 (shown in Figure \ref{fig:translation}). The mappings are removed by a deregister call. Each of these
/barrelfish-2018-10-04/doc/012-services/
H A DServices.tex610 modify address spaces, memory mappings, etc. The debugging service
854 allocation services to help manage the virtual memory mappings and
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex359 faults by changing its own mappings, potentially paging data to and
/barrelfish-2018-10-04/doc/008-tracing/
H A DTracing.tex90 did not change, but only some mappings between constants in code and their
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dconfigure5587 For private mappings, we should verify that changes cannot be read()
5593 For shared mappings, we should conversely verify that changes get

Completed in 172 milliseconds