Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c1796 unsigned int hvpg_count = HVPFN_UP(offset_in_hvpg + length); in storvsc_queuecommand()
1829 hvpfns_to_add = HVPFN_UP(sg_dma_address(sg) + in storvsc_queuecommand()
/openbmc/linux/include/linux/
H A Dhyperv.h1804 #define HVPFN_UP(x) (((x) + HV_HYP_PAGE_SIZE-1) >> HV_HYP_PAGE_SHIFT) macro
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c409 pages += HVPFN_UP(offset + size); in count_skb_frag_slots()