Searched refs:present (Results 1 - 25 of 65) sorted by relevance

123

/barrelfish-2018-10-04/lib/libc/tests/stdlib/
H A Dtsearch_test.c83 bool present[NKEYS] = {}; local
88 if (present[key]) {
90 present[key] = false;
97 if (present[key]) {
105 if (present[key]) {
111 present[key] = true;
120 if (present[key])
/barrelfish-2018-10-04/include/target/x86_64/barrelfish_kpi/
H A Dcpu_target.h69 uint64_t present:1; // P member in struct:segment_descriptor::__anon359
83 uint64_t present:1; member in struct:segment_descriptor::__anon360
/barrelfish-2018-10-04/kernel/include/target/x86_32/
H A Dpaging_kernel_target.h53 /** True if page entry is present in memory */
59 /** True if page entry is present in memory */
70 uint64_t present :1; member in struct:x86_32_pdpte_entry::__anon455
86 uint64_t present :1; member in struct:x86_32_pdir_entry::__anon456
107 uint64_t present :1; member in struct:x86_32_ptable_entry::__anon457
123 uint64_t present :1; member in struct:x86_32_ptable_entry::__anon458
146 uint32_t present :1; member in struct:x86_32_pdir_entry::__anon459
165 uint32_t present :1; member in struct:x86_32_ptable_entry::__anon460
180 uint32_t present :1; member in struct:x86_32_ptable_entry::__anon461
241 tmp.d.present
[all...]
/barrelfish-2018-10-04/kernel/include/target/x86_64/
H A Dpaging_kernel_target.h51 /** True if page entry is present in memory */
61 uint64_t present :1; member in struct:x86_64_pdir_entry::__anon462
100 uint64_t present :1; member in struct:x86_64_ptable_entry::__anon463
119 uint64_t present :1; member in struct:x86_64_ptable_entry::__anon464
138 uint64_t present :1; member in struct:x86_64_ptable_entry::__anon465
203 tmp.d.present = 1;
227 tmp.huge.present = bitmap & X86_64_PTABLE_PRESENT ? 1 : 0;
257 tmp.large.present = bitmap & X86_64_PTABLE_PRESENT ? 1 : 0;
293 tmp.base.present = bitmap & X86_64_PTABLE_PRESENT ? 1 : 0;
327 tmp.huge.present
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dspawn_client.c33 bool present; member in struct:proc_mgmt_bind_retst
39 bool present; member in struct:spawn_bind_retst
45 bool present; member in struct:arrakis_bind_retst
54 assert(!retst->present);
57 retst->present = true;
64 assert(!retst->present);
67 retst->present = true;
93 struct spawn_bind_retst bindst = { .present = false };
102 while (!bindst.present) {
123 struct spawn_bind_retst bindst = { .present
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_64/
H A Dldt.c68 uint64_t gd_p:1; /* segment descriptor present */
156 .present = 1,
172 .present = 1,
188 .present = 1,
204 .present = 1,
218 .present = 1,
235 .present = 1,
638 .present = 1,
647 if (!ldt[i].d.present) {
688 if (idx >= LDT_NENTRIES || !ldt[idx].d.present) {
[all...]
/barrelfish-2018-10-04/tools/elver/
H A Delver.c60 uint64_t present :1; member in struct:pdir_entry::__anon1421
81 uint64_t present :1; member in struct:ptable_entry::__anon1422
99 uint64_t present :1; member in struct:ptable_entry::__anon1423
215 entry->d.present = 1;
226 entry->large.present = bitmap & PTABLE_PRESENT ? 1 : 0;
/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dinit.c97 .present = 1,
113 .present = 1,
129 .present = 1,
145 .present = 1,
159 .present = 1,
176 .present = 1,
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dinit.c99 .present = 1,
115 .present = 1,
131 .present = 1,
147 .present = 1,
161 .present = 1,
175 .present = 1,
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dinit.c89 .present = 1,
105 .present = 1,
121 .present = 1,
137 .present = 1,
151 .present = 1,
168 .present = 1,
H A Dpage_mappings_arch.c102 // Unconditionally mark the page present
140 // Unconditionally mark the page present
238 // Unconditionally mark the page present
257 /* FIXME: Flush TLB if the page is already present
263 debug(LOG_WARN, "Trying to remap an already-present page is NYI, but "
394 if (entry->base.present) {
403 if (entry->large.present) {
413 if (entry->large.present) {
450 // Unconditionally mark the page present
507 // Unconditionally mark the page present
[all...]
/barrelfish-2018-10-04/kernel/include/arch/x86_32/
H A Dirq.h83 uint64_t gd_p:1; /* segment descriptor present */
157 uint64_t present:1; member in struct:segment_descriptor::__anon449
171 uint64_t present:1; member in struct:segment_descriptor::__anon450
/barrelfish-2018-10-04/usr/skb/programs/
H A Dpci_queries.pl42 % Retrieves the addresses of the devices present on this platform to add to
52 % Retrieves the addresses of PCIe-to-PCIe bridges present on this platform
H A Dirq_routing.pl70 ( % check for an exising allocation and return it if present
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dconclusion.tex32 have to read multiples of the cached size if the data is not present in the
H A Dflounder-ahci.tex177 a \acs{dma} argument is present, the size of the \acs{dma} must either be
187 \item If a meta-argument \lstinline+dma_size+ is present and is an integer,
189 \item If a meta-argument \lstinline+dma_size+ is present and is an
/barrelfish-2018-10-04/usr/monitor/
H A Dmonitor_server.c43 bool present; member in struct:proc_mgmt_bind_st
719 assert(!bind_st->present);
721 bind_st->present = true;
736 .present = false
749 while (!bind_st.present) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dcgi.pl64 retrieve an error message using get_error_output/1 and present it to the
H A Dlinearize.pl36 % The first (constant) term is always present, Ci (i>=1) are nonzero.
89 The first (constant) term is always present, Ci (i>=1) are nonzero.
140 The first (constant) term is always present, Ci (i>=1) are nonzero.
291 %% Suceeds when the variable V is present in the linear expression
316 %% Only substitue bindings that are NOT present in the
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_user_cm.h308 __u32 present; member in struct:ib_ucm_event_resp
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Ducm.c266 uvt->resp.present = IB_UCM_PRES_PRIMARY;
267 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ?
302 uvt->resp.present = IB_UCM_PRES_ALTERNATE;
334 uvt->resp.present |= IB_UCM_PRES_DATA;
342 uvt->resp.present |= IB_UCM_PRES_INFO;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Delipsys_fd.c300 static INLINE BOOLEAN present(pword *domain, word v) function
1331 /* Counter for the dvariables present in the sequence */
1381 /* Set up the upper limit for the number of times the item is present */
1533 if (_True(present(_Ptrbody(temp_item),item_value))) {
1721 if (_True(present(_Ptrbody(temp_item),item_value))) {
1803 /* The least possible number of items present in the sequence */
1814 /* The greatest possible number of items present in the sequence */
1877 /* Propagation on the number of times the value is present */
1900 if (_True(present(_Ptrbody(Occurences), at_least_occurences))) {
2062 /* Counter for the dvariables present i
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dcardinal_util.pl178 % Succeeds if each element of Glb is present in Glb1 or Poss1 (disjoint).
313 % Insert Elem (if not present) in ordered List to produce NewList.
321 % Insert Elem (if not present) in ordered List to produce NewList.
331 % Insert Elem (if not present) in ordered List to produce NewList.
H A Drdtok.pl208 % the purpose of this module is not to present my ideal syntax but to
209 % present something which will read present-day Prolog programs.
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dintro-sec.tex125 are present in the system by default.

Completed in 583 milliseconds

123