Searched refs:HV_HYP_PAGE_MASK (Results 1 – 3 of 3) sorted by relevance
24 #define HV_HYP_PAGE_MASK (~(HV_HYP_PAGE_SIZE - 1)) macro
1756 #define offset_in_hvpage(ptr) ((unsigned long)(ptr) & ~HV_HYP_PAGE_MASK)
380 offset = offset & ~HV_HYP_PAGE_MASK; in fill_pg_buf()454 offset &= ~HV_HYP_PAGE_MASK; in count_skb_frag_slots()
Completed in 16 milliseconds