HomeSort by: relevance | last modified time | path
    Searched refs:old_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/x86/
x86_xpmap.c 609 * old_count is # of old tables (including L4, L3 and L2).
614 xen_bootstrap_tables(vaddr_t old_pgd, vaddr_t new_pgd, size_t old_count,
790 page < old_pgd + (old_count * PAGE_SIZE)) {
920 while (page < old_pgd + (old_count * PAGE_SIZE) && page < map_end) {
929 while (page < old_pgd + (old_count * PAGE_SIZE)) {
  /src/lib/libform/
internals.c 2058 unsigned int start, end, pos, status, old_count, size; local in function:_formi_manipulate_field
2729 old_count = cur->row_count;
2734 if (old_count == 1) {
2753 if (old_count > 1) {

Completed in 25 milliseconds