overlaps
if (pcibios_enabled && overlaps(spfn, epfn, BIOS_PFN, BIOS_PFN_END))
if (kernel_set_to_readonly && overlaps(spfn, epfn, spfn_ro, epfn_ro))
if (overlaps(start, end, t_start, t_end))
if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end))
u32 overlaps;
overlaps = acpi_ut_check_address_range(space_id, address,
return (overlaps);
if (overlaps(peer_req->i.sector, peer_req->i.size,
if (!overlaps(start, end, block_start, block_end))
if (!overlaps(start, end, block_start, block_end))
if (overlaps(ptr, n, textlow, texthigh))
if (overlaps(ptr, n, textlow_linear, texthigh_linear))
overlaps, should_fail, test_name) \
.overlapping = overlaps, \