Home
last modified time | relevance | path

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

123

/xen/xen/arch/arm/
A DREADME.LinuxPrimitives3 were last updated.
9 bitops: last sync @ v3.16-rc6 (last commit: 8715466b6027)
15 cmpxchg: last sync @ v3.16-rc6 (last commit: e1dfda9ced9b)
21 atomics: last sync @ v3.16-rc6 (last commit: 8715466b6027)
31 mem*: last sync @ v3.16-rc6 (last commit: d875c9b37240)
45 str*: last sync @ v3.16-rc6 (last commit: 0a42cb0a6fa6)
69 bitops: last sync @ v3.16-rc6 (last commit: c32ffce0f66e)
77 cmpxchg: last sync @ v3.16-rc6 (last commit: c32ffce0f66e)
93 mem*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0)
109 str*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0)
[all …]
/xen/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/xen/tools/kconfig/
A Dqconf.cc444 last = item; in updateList()
448 item = last ? last->nextSibling() : firstChild(); in updateList()
595 if (last && !last->goParent) in updateMenuList()
596 last = 0; in updateMenuList()
598 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
634 last = 0; in updateMenuList()
636 last = last->nextSibling(); in updateMenuList()
660 if (last && !last->goParent) in updateMenuList()
661 last = 0; in updateMenuList()
699 last = 0; in updateMenuList()
[all …]
/xen/xen/include/xen/
A Dstdarg.h6 #define va_start(ap, last) __builtin_va_start((ap), (last)) argument
/xen/xen/include/asm-x86/
A Dmpspec.h52 unsigned int id, last = MAX_APICS; \
55 last = id; \
56 last; \
A Dguest_access.h123 #define guest_handle_subrange_okay(hnd, first, last) \ argument
126 (last)-(first)+1, \
/xen/xen/arch/x86/
A Dextable.c69 const struct exception_table_entry *last, in search_one_extable() argument
75 while ( first <= last ) in search_one_extable()
77 mid = (last - first) / 2 + first; in search_one_extable()
84 last = mid-1; in search_one_extable()
A Dhpet.c772 unsigned int last; in hpet_setup() local
797 last = (hpet_id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT; in hpet_setup()
798 hpet_boot_cfg = xmalloc_array(u32, 2 + last); in hpet_setup()
802 last = do_div(hpet_rate, hpet_period); in hpet_setup()
804 return hpet_rate + (last * 2 > hpet_period); in hpet_setup()
811 unsigned int i, last; in hpet_resume() local
831 last = (hpet_id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT; in hpet_resume()
832 for ( i = 0; i <= last; ++i ) in hpet_resume()
A Dmsi.c864 msix->table.last = PFN_DOWN(table_paddr + in msix_capability_init()
867 msix->table.last)); in msix_capability_init()
876 msix->pba.last = PFN_DOWN(pba_paddr + in msix_capability_init()
879 msix->pba.last)); in msix_capability_init()
943 msix->table.last) ) in msix_capability_init()
946 msix->pba.last) ) in msix_capability_init()
1097 msix->table.last) ) in _pci_cleanup_msix()
1100 msix->table.last = 0; in _pci_cleanup_msix()
1103 msix->pba.last) ) in _pci_cleanup_msix()
1106 msix->pba.last = 0; in _pci_cleanup_msix()
/xen/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/tools/libxl/
A Dlibxl_xshelp.c286 char *path, *last, *val; in libxl__xs_path_cleanup() local
300 for (last = strrchr(path, '/'); last != NULL; last = strrchr(path, '/')) { in libxl__xs_path_cleanup()
301 *last = '\0'; in libxl__xs_path_cleanup()
A Dlibxl_x86.c53 uint64_t delta_kb = 0, start = 0, start_kb = 0, last = 0, ram_end; in e820_sanitize() local
80 last = 0; in e820_sanitize()
88 last = src[i].addr + src[i].size > last ? in e820_sanitize()
89 src[i].addr + src[i].size > last : last; in e820_sanitize()
219 e820[idx].addr = (uint64_t)(1ULL << 32) > last ? in e820_sanitize()
220 (uint64_t)(1ULL << 32) : last; in e820_sanitize()
/xen/xen/arch/x86/hvm/
A Dintercept.c37 paddr_t first = hvm_mmio_first_byte(p), last; in hvm_mmio_accept() local
45 last = hvm_mmio_last_byte(p); in hvm_mmio_accept()
46 if ( last != first && in hvm_mmio_accept()
47 !handler->mmio.ops->check(current, last) ) in hvm_mmio_accept()
/xen/xen/arch/x86/cpu/mtrr/
A Dgeneric.c571 unsigned long lbase, last; in generic_validate_add_page() local
592 last = base + size - 1; in generic_validate_add_page()
593 for (lbase = base; !(lbase & 1) && (last & 1); in generic_validate_add_page()
594 lbase = lbase >> 1, last = last >> 1) ; in generic_validate_add_page()
595 if (lbase != last) { in generic_validate_add_page()
/xen/m4/
A DREADME.source17 with provenance and last commit ID information. For documentation
25 The last synch was from commit:
/xen/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/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/xen/common/libfdt/
A Dfdt.c231 const char *last = strtab + tabsize - len; in _fdt_find_string() local
234 for (p = strtab; p <= last; p++) in _fdt_find_string()
/xen/xen/include/acpi/cpufreq/
A Dprocessor_perf.h48 uint8_t last; /* last Px state */ member
/xen/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/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/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()
/xen/tools/xenstore/
A Dlist.h224 struct list_head *last = list->prev; in __list_splice() local
230 last->next = at; in __list_splice()
231 at->prev = last; in __list_splice()

Completed in 39 milliseconds

123