Lines Matching refs:val64
128 uint64_t val64; in ttm_mem_zone_store() local
134 val64 = val; in ttm_mem_zone_store()
135 val64 <<= 10; in ttm_mem_zone_store()
138 if (val64 > zone->zone_mem) in ttm_mem_zone_store()
139 val64 = zone->zone_mem; in ttm_mem_zone_store()
141 zone->emer_mem = val64; in ttm_mem_zone_store()
142 if (zone->max_mem > val64) in ttm_mem_zone_store()
143 zone->max_mem = val64; in ttm_mem_zone_store()
145 zone->max_mem = val64; in ttm_mem_zone_store()
146 if (zone->emer_mem < val64) in ttm_mem_zone_store()
147 zone->emer_mem = val64; in ttm_mem_zone_store()
149 zone->swap_limit = val64; in ttm_mem_zone_store()
205 uint64_t val64; in ttm_mem_global_store() local
214 val64 = val; in ttm_mem_global_store()
216 val64 >>= (PAGE_SHIFT - 10); in ttm_mem_global_store()
219 glob->lower_mem_limit = val64; in ttm_mem_global_store()