Searched refs:get_max_pcbm (Results 1 – 1 of 1) sorted by relevance
93 static uint64_t get_max_pcbm(const struct acrn_vm *vm, int res) in get_max_pcbm() function143 return bitmap_weight(get_max_pcbm(vm, res)); in vcat_get_vcbm_len()152 uint64_t max_pcbm = get_max_pcbm(vm, res); in vcat_get_max_vcbm()167 uint64_t max_pcbm = get_max_pcbm(vm, res); in vcat_pcbm_to_vcbm()225 uint64_t max_pcbm = get_max_pcbm(vm, res); in vcbm_to_pcbm()362 pvalue = (msr_read(pmsr) & ~get_max_pcbm(vm, res)) | pcbm; in write_vcbm()
Completed in 6 milliseconds