Home
last modified time | relevance | path

Searched refs:hend (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c138 int hstart, hend, vstart, vend; in hdmi_bridge_mode_set() local
148 hend = mode->htotal - mode->hsync_start + mode->hdisplay; in hdmi_bridge_mode_set()
154 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in hdmi_bridge_mode_set()
162 HDMI_ACTIVE_HSYNC_END(hend)); in hdmi_bridge_mode_set()
/linux-4.1.27/mm/
Dhuge_memory.c2057 unsigned long hstart, hend; in khugepaged_enter_vma_merge() local
2068 hend = vma->vm_end & HPAGE_PMD_MASK; in khugepaged_enter_vma_merge()
2069 if (hstart < hend) in khugepaged_enter_vma_merge()
2438 unsigned long hstart, hend; in collapse_huge_page() local
2472 hend = vma->vm_end & HPAGE_PMD_MASK; in collapse_huge_page()
2473 if (address < hstart || address + HPAGE_PMD_SIZE > hend) in collapse_huge_page()
2693 unsigned long hstart, hend; in khugepaged_scan_mm_slot() local
2706 hend = vma->vm_end & HPAGE_PMD_MASK; in khugepaged_scan_mm_slot()
2707 if (hstart >= hend) in khugepaged_scan_mm_slot()
2709 if (khugepaged_scan.address > hend) in khugepaged_scan_mm_slot()
[all …]
/linux-4.1.27/arch/powerpc/platforms/cell/
Diommu.c1038 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
1088 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init()
1092 (hend != _ALIGN_UP(hend, 1 << IO_SEGMENT_SHIFT))) { in cell_iommu_fixed_mapping_init()
1101 if (hbase < dbase || (hend > (dbase + dsize))) { in cell_iommu_fixed_mapping_init()