Searched refs:workMap (Results 1 – 1 of 1) sorted by relevance
85 u32 workMap; in OSi_TryLockVram() local90 workMap = (u32)(bank & OSi_vramExclusive); in OSi_TryLockVram()93 zeroBits = (s32)(31 - OsCountZeroBits(workMap)); in OSi_TryLockVram()98 workMap &= ~(0x00000001 << zeroBits); in OSi_TryLockVram()107 workMap = (u32)(bank & OS_VRAM_BANK_ID_ALL); in OSi_TryLockVram()110 zeroBits = (s32)(31 - OsCountZeroBits(workMap)); in OSi_TryLockVram()115 workMap &= ~(0x00000001 << zeroBits); in OSi_TryLockVram()136 u32 workMap; in OSi_UnlockVram() local140 workMap = (u32)(bank & OSi_vramExclusive & OS_VRAM_BANK_ID_ALL); in OSi_UnlockVram()143 zeroBits = (s32)(31 - OsCountZeroBits((u32)workMap)); in OSi_UnlockVram()[all …]