Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 66) sorted by relevance

123

/xen-4.10.0-shim-comet/xen/arch/arm/
A DREADME.LinuxPrimitives3 were last updated.
9 bitops: last sync @ v3.16-rc6 (last commit: 8715466b6027)
16 cmpxchg: last sync @ v3.16-rc6 (last commit: e1dfda9ced9b)
22 atomics: last sync @ v3.16-rc6 (last commit: 8715466b6027)
32 mem*: last sync @ v3.16-rc6 (last commit: d875c9b37240)
46 str*: last sync @ v3.16-rc6 (last commit: 0a42cb0a6fa6)
70 bitops: last sync @ v3.16-rc6 (last commit: c32ffce0f66e)
88 cmpxchg: last sync @ v3.16-rc6 (last commit: c32ffce0f66e)
104 mem*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0)
120 str*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0)
[all …]
/xen-4.10.0-shim-comet/tools/xentrace/
A Dmread.c70 dprintf(warn, " Trying last, %d\n", last); in mread64()
71 if ( h->map[h->last].buffer in mread64()
72 && (offset & MREAD_BUF_MASK) == h->map[h->last].start_offset ) in mread64()
74 bind=h->last; in mread64()
134 h->last=bind; in mread64()
A Dmread.h14 int clock, last; member
/xen-4.10.0-shim-comet/xen/include/xen/
A Dstdarg.h6 #define va_start(ap, last) __builtin_va_start((ap), (last)) argument
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dextable.c68 const struct exception_table_entry *last, in search_one_extable() argument
74 while ( first <= last ) in search_one_extable()
76 mid = (last - first) / 2 + first; in search_one_extable()
83 last = mid-1; in search_one_extable()
A Dhpet.c773 unsigned int last; in hpet_setup() local
798 last = (hpet_id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT; in hpet_setup()
799 hpet_boot_cfg = xmalloc_array(u32, 2 + last); in hpet_setup()
812 unsigned int i, last; in hpet_resume() local
832 last = (hpet_id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT; in hpet_resume()
833 for ( i = 0; i <= last; ++i ) in hpet_resume()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmpspec.h52 unsigned int id, last = MAX_APICS; \
55 last = id; \
56 last; \
A Dguest_access.h131 #define guest_handle_subrange_okay(hnd, first, last) \ argument
134 (last)-(first)+1, \
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dlist.h95 struct list_head *last = list->prev; in __list_splice() local
100 last->next = next; in __list_splice()
101 next->prev = last; in __list_splice()
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dsidtab.c155 struct sidtab_node *last, *cur, *temp; in sidtab_map_remove_on_error() local
162 last = NULL; in sidtab_map_remove_on_error()
169 if ( last ) in sidtab_map_remove_on_error()
171 last->next = cur->next; in sidtab_map_remove_on_error()
186 last = cur; in sidtab_map_remove_on_error()
A Dconditional.c420 struct cond_expr *expr = NULL, *last = NULL; in cond_read_node() local
458 last->next = expr; in cond_read_node()
460 last = expr; in cond_read_node()
475 struct cond_node *node, *last = NULL; in cond_read_list() local
502 last->next = node; in cond_read_list()
504 last = node; in cond_read_list()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_xshelp.c288 char *path, *last, *val; in libxl__xs_path_cleanup() local
302 for (last = strrchr(path, '/'); last != NULL; last = strrchr(path, '/')) { in libxl__xs_path_cleanup()
303 *last = '\0'; in libxl__xs_path_cleanup()
A Dlibxl_x86.c56 uint64_t delta_kb = 0, start = 0, start_kb = 0, last = 0, ram_end; in e820_sanitize() local
83 last = 0; in e820_sanitize()
91 last = src[i].addr + src[i].size > last ? in e820_sanitize()
92 src[i].addr + src[i].size > last : last; in e820_sanitize()
222 e820[idx].addr = (uint64_t)(1ULL << 32) > last ? in e820_sanitize()
223 (uint64_t)(1ULL << 32) : last; in e820_sanitize()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c508 unsigned long lbase, last; in generic_validate_add_page() local
529 last = base + size - 1; in generic_validate_add_page()
530 for (lbase = base; !(lbase & 1) && (last & 1); in generic_validate_add_page()
531 lbase = lbase >> 1, last = last >> 1) ; in generic_validate_add_page()
532 if (lbase != last) { in generic_validate_add_page()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dqconf.cc449 ConfigItem* last = 0; in updateList() local
471 last = item; in updateList()
475 item = last ? last->nextSibling() : firstChild(); in updateList()
605 ConfigItem* last; in updateMenuList() local
616 if (last && !last->goParent) in updateMenuList()
617 last = 0; in updateMenuList()
619 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
648 last = item; in updateMenuList()
654 if (last == item) in updateMenuList()
655 last = 0; in updateMenuList()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dintercept.c36 paddr_t first = hvm_mmio_first_byte(p), last; in hvm_mmio_accept() local
44 last = hvm_mmio_last_byte(p); in hvm_mmio_accept()
45 if ( last != first && in hvm_mmio_accept()
46 !handler->mmio.ops->check(current, last) ) in hvm_mmio_accept()
/xen-4.10.0-shim-comet/m4/
A DREADME.source17 with provenance and last commit ID information. For documentation
25 The last synch was from commit:
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dvtpm_disk.c193 struct mem_vtpm *last = last_pg->vtpms[last_pg->size - 1]; in delete_vtpm() local
199 last->index_in_parent = vtpm->index_in_parent; in delete_vtpm()
200 pg->vtpms[vtidx] = last; in delete_vtpm()
/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt.c230 const char *last = strtab + tabsize - len; in _fdt_find_string() local
233 for (p = strtab; p <= last; p++) in _fdt_find_string()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dsymbol.mli49 (** Returns the number of symbols created since the last GC. *)
52 (** Returns the number of existing symbols used since the last GC *)
/xen-4.10.0-shim-comet/xen/include/acpi/cpufreq/
A Dprocessor_perf.h48 uint8_t last; /* last Px state */ member
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs810 + struct pbuf *last;
844 + /* let last point to the last pbuf in chain r */
845 + for (last = r; last->next != NULL; last = last->next);
2217 - struct pbuf *last;
2297 - struct pbuf *last;
2330 - /* let last point to the last pbuf in chain r */
2331 - for (last = r; last->next != NULL; last = last->next);
2334 - LWIP_ASSERT("if first != NULL, last must also be != NULL", priv->last != NULL);
2335 - priv->last->next = r;
2336 - priv->last = last;
[all …]
/xen-4.10.0-shim-comet/xen/tools/
A Dsymbols.c87 static enum { symbol, single_source, multi_source } last; in read_symbol() local
130 if (multi || last != multi_source) { in read_symbol()
134 last = multi ? multi_source : single_source; in read_symbol()
138 last = symbol; in read_symbol()
/xen-4.10.0-shim-comet/xen/common/
A Dcpupool.c136 int last = 0; in cpupool_create() local
151 last = (*q)->cpupool_id; in cpupool_create()
152 if ( (poolid != CPUPOOLID_NONE) && (last >= poolid) ) in cpupool_create()
167 c->cpupool_id = (poolid == CPUPOOLID_NONE) ? (last + 1) : poolid; in cpupool_create()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_pm.c91 pxpt->last = sysctl.u.get_pmstat.u.getpx.last; in xc_pm_get_pxstat()
167 cxpt->last = sysctl.u.get_pmstat.u.getcx.last; in xc_pm_get_cxstat()

Completed in 42 milliseconds

123