Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c52 unsigned long offset_mask[1]; member
485 .offset_mask = { MSR_AMD64_IBSFETCH_REG_MASK },
509 .offset_mask = { MSR_AMD64_IBSOP_REG_MASK },
564 offset = find_next_bit(perf_ibs->offset_mask, in perf_ibs_handle_irq()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c677 u32 offset_mask = RGB2RGB_1_OFST_MASK; in ipipe_set_rgb2rgb_regs() local
689 offset_mask = RGB2RGB_2_OFST_MASK; in ipipe_set_rgb2rgb_regs()
721 regw_ip(base_addr, rgb->out_ofst_r & offset_mask, offset + RGB_OFT_OR); in ipipe_set_rgb2rgb_regs()
722 regw_ip(base_addr, rgb->out_ofst_g & offset_mask, offset + RGB_OFT_OG); in ipipe_set_rgb2rgb_regs()
723 regw_ip(base_addr, rgb->out_ofst_b & offset_mask, offset + RGB_OFT_OB); in ipipe_set_rgb2rgb_regs()
/linux-4.4.14/drivers/iommu/
Damd_iommu.c3086 unsigned long offset_mask, pte_pgsize; in amd_iommu_iova_to_phys() local
3097 offset_mask = pte_pgsize - 1; in amd_iommu_iova_to_phys()
3100 return (__pte & ~offset_mask) | (iova & offset_mask); in amd_iommu_iova_to_phys()