Searched refs:harvest (Results 1 – 5 of 5) sorted by relevance
76 u32 harvest; in jpeg_v2_5_early_init() local82 harvest = RREG32_SOC15(JPEG, i, mmCC_UVD_HARVESTING); in jpeg_v2_5_early_init()83 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v2_5_early_init()
235 u32 harvest; in vcn_v2_5_early_init() local239 harvest = RREG32_SOC15(VCN, i, mmCC_UVD_HARVESTING); in vcn_v2_5_early_init()240 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in vcn_v2_5_early_init()
1916 static void harvest(struct spu_state *prev, struct spu *spu) in harvest() function2043 harvest(prev, spu); in __do_spu_save()2121 harvest(NULL, spu); in spu_restore()
257 harvest and present that to userspace.
8673 To harvest the dirty pages, userspace accesses the mmapped ring buffer8676 The userspace should harvest this GFN and mark the flags from state8688 It's not necessary for userspace to harvest the all dirty GFNs at once.