Lines Matching refs:val64
125 uint64_t val64; in ttm_mem_zone_store() local
131 val64 = val; in ttm_mem_zone_store()
132 val64 <<= 10; in ttm_mem_zone_store()
135 if (val64 > zone->zone_mem) in ttm_mem_zone_store()
136 val64 = zone->zone_mem; in ttm_mem_zone_store()
138 zone->emer_mem = val64; in ttm_mem_zone_store()
139 if (zone->max_mem > val64) in ttm_mem_zone_store()
140 zone->max_mem = val64; in ttm_mem_zone_store()
142 zone->max_mem = val64; in ttm_mem_zone_store()
143 if (zone->emer_mem < val64) in ttm_mem_zone_store()
144 zone->emer_mem = val64; in ttm_mem_zone_store()
146 zone->swap_limit = val64; in ttm_mem_zone_store()
202 uint64_t val64; in ttm_mem_global_store() local
211 val64 = val; in ttm_mem_global_store()
213 val64 >>= (PAGE_SHIFT - 10); in ttm_mem_global_store()
216 glob->lower_mem_limit = val64; in ttm_mem_global_store()