Searched refs:pcbm (Results 1 – 2 of 2) sorted by relevance
165 uint64_t vcat_pcbm_to_vcbm(const struct acrn_vm *vm, uint64_t pcbm, int res) in vcat_pcbm_to_vcbm() argument173 return (pcbm & max_pcbm) >> low; in vcat_pcbm_to_vcbm()343 uint64_t pcbm, pvalue; in write_vcbm() local360 pcbm = vcbm_to_pcbm(vm, val, res); in write_vcbm()362 pvalue = (msr_read(pmsr) & ~get_max_pcbm(vm, res)) | pcbm; in write_vcbm()
17 uint64_t vcat_pcbm_to_vcbm(const struct acrn_vm *vm, uint64_t pcbm, int res);
Completed in 3 milliseconds