Searched refs:hend (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_bridge.c | 148 int hstart, hend, vstart, vend; in hdmi_bridge_mode_set() local 156 hend = mode->htotal - mode->hsync_start + mode->hdisplay; in hdmi_bridge_mode_set() 162 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in hdmi_bridge_mode_set() 170 HDMI_ACTIVE_HSYNC_END(hend)); in hdmi_bridge_mode_set()
|
/linux-4.4.14/mm/ |
D | huge_memory.c | 2130 unsigned long hstart, hend; in khugepaged_enter_vma_merge() local 2141 hend = vma->vm_end & HPAGE_PMD_MASK; in khugepaged_enter_vma_merge() 2142 if (hstart < hend) in khugepaged_enter_vma_merge() 2515 unsigned long hstart, hend; in collapse_huge_page() local 2549 hend = vma->vm_end & HPAGE_PMD_MASK; in collapse_huge_page() 2550 if (address < hstart || address + HPAGE_PMD_SIZE > hend) in collapse_huge_page() 2772 unsigned long hstart, hend; in khugepaged_scan_mm_slot() local 2785 hend = vma->vm_end & HPAGE_PMD_MASK; in khugepaged_scan_mm_slot() 2786 if (hstart >= hend) in khugepaged_scan_mm_slot() 2788 if (khugepaged_scan.address > hend) in khugepaged_scan_mm_slot() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 1044 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local 1094 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init() 1098 (hend != _ALIGN_UP(hend, 1 << IO_SEGMENT_SHIFT))) { in cell_iommu_fixed_mapping_init() 1107 if (hbase < dbase || (hend > (dbase + dsize))) { in cell_iommu_fixed_mapping_init()
|