Searched refs:remainder (Results 1 – 7 of 7) sorted by relevance
/xen/xen/arch/x86/mm/ |
A D | p2m-pt.c | 273 unsigned long gfn_remainder = first_gfn, remainder; in p2m_pt_set_recalc_range() local 281 remainder = gfn_remainder; in p2m_pt_set_recalc_range() 282 pent = p2m_find_entry(table, &remainder, first_gfn, in p2m_pt_set_recalc_range() 300 remainder = gfn_remainder + (last_gfn - first_gfn); in p2m_pt_set_recalc_range() 303 plast = p2m_find_entry(table, &remainder, last_gfn, in p2m_pt_set_recalc_range() 349 unsigned long remainder = gfn_remainder; in do_recalc() local 351 pent = p2m_find_entry(table, &remainder, gfn, in do_recalc() 381 remainder = gfn_remainder; in do_recalc() 390 err = p2m->write_p2m_entry(p2m, gfn - remainder, &ptab[i], in do_recalc() 398 remainder -= 1UL << ((level - 1) * PAGETABLE_ORDER); in do_recalc()
|
/xen/xen/common/ |
A D | bitmap.c | 49 unsigned int remainder = nbits % 8; in clamp_last_byte() local 51 if (remainder) in clamp_last_byte() 52 bp[nbits/8] &= (1U << remainder) - 1; in clamp_last_byte()
|
/xen/xen/arch/arm/arm32/lib/ |
A D | div64.S | 114 @ The top part of remainder became zero. If carry is set 138 @ Current remainder is now 1. It is worthless to compare with
|
/xen/xen/arch/x86/ |
A D | time.c | 103 u32 quotient, remainder; in div_frac() local 107 : "=a" (quotient), "=d" (remainder) in div_frac()
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 541 - * -> split large block, create empty remainder, 542 - * remainder must be large enough to contain MIN_SIZE_ALIGNED data: if 574 + * -> split large block, create empty remainder, 575 + * remainder must be large enough to contain MIN_SIZE_ALIGNED data: if
|
/xen/docs/misc/ |
A D | kconfig-language.rst | 463 the beginning of a source file comment. The remainder of that line
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 139 created online and the remainder will be created offline.
|
Completed in 20 milliseconds