Searched refs:slop (Results 1 – 3 of 3) sorted by relevance
525 phys_addr_t slop, clen; in acpi_table_upgrade() local531 slop = dest_addr & ~PAGE_MASK; in acpi_table_upgrade()533 if (clen > MAP_CHUNK_SIZE - slop) in acpi_table_upgrade()534 clen = MAP_CHUNK_SIZE - slop; in acpi_table_upgrade()536 clen + slop); in acpi_table_upgrade()537 memcpy(dest_p + slop, src_p, clen); in acpi_table_upgrade()538 early_memunmap(dest_p, clen + slop); in acpi_table_upgrade()
1461 static u32 slop; in msm_poll_get_char_dm() local1463 unsigned char *sp = (unsigned char *)&slop; in msm_poll_get_char_dm()1467 c = sp[sizeof(slop) - count]; in msm_poll_get_char_dm()1479 slop = msm_read(port, UARTDM_RF); in msm_poll_get_char_dm()1490 slop = msm_read(port, UARTDM_RF); in msm_poll_get_char_dm()1492 count = sizeof(slop) - 1; in msm_poll_get_char_dm()
8665 Set the timer slop (in nanoseconds) for the virtual Xen