Searched refs:max_pcbm (Results 1 – 1 of 1) sorted by relevance
126 uint64_t max_pcbm = 0UL; in get_max_pcbm() local129 max_pcbm = get_vm_config(vm->vm_id)->max_l2_pcbm; in get_max_pcbm()134 return max_pcbm; in get_max_pcbm()152 uint64_t max_pcbm = get_max_pcbm(vm, res); in vcat_get_max_vcbm() local154 uint16_t low = ffs64(max_pcbm); in vcat_get_max_vcbm()157 return max_pcbm >> low; in vcat_get_max_vcbm()167 uint64_t max_pcbm = get_max_pcbm(vm, res); in vcat_pcbm_to_vcbm() local170 uint16_t low = ffs64(max_pcbm); in vcat_pcbm_to_vcbm()173 return (pcbm & max_pcbm) >> low; in vcat_pcbm_to_vcbm()225 uint64_t max_pcbm = get_max_pcbm(vm, res); in vcbm_to_pcbm() local[all …]
Completed in 3 milliseconds