Searched refs:HV_HYP_PAGE_MASK (Results 1 – 4 of 4) sorted by relevance
24 #define HV_HYP_PAGE_MASK (~(HV_HYP_PAGE_SIZE - 1)) macro
1695 #define offset_in_hvpage(ptr) ((unsigned long)(ptr) & ~HV_HYP_PAGE_MASK)
382 offset = offset & ~HV_HYP_PAGE_MASK; in fill_pg_buf()456 offset &= ~HV_HYP_PAGE_MASK; in count_skb_frag_slots()
1747 unsigned long offset_in_hvpg = sgl->offset & ~HV_HYP_PAGE_MASK; in storvsc_queuecommand()