Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/asm-generic/
A Dhyperv-tlfs.h24 #define HV_HYP_PAGE_MASK (~(HV_HYP_PAGE_SIZE - 1)) macro
/linux-6.3-rc2/include/linux/
A Dhyperv.h1785 #define offset_in_hvpage(ptr) ((unsigned long)(ptr) & ~HV_HYP_PAGE_MASK)
/linux-6.3-rc2/drivers/net/hyperv/
A Dnetvsc_drv.c330 offset = offset & ~HV_HYP_PAGE_MASK; in fill_pg_buf()
404 offset &= ~HV_HYP_PAGE_MASK; in count_skb_frag_slots()

Completed in 17 milliseconds