Description of problem: The vpsp function currently depends on the CSV function. When the SEV device is unavailable in some cases, some vpsp functions will be missing. Therefore, this patch will remove the dependency of vpsp on the CSV function at runtime and does not contain static symbol definitions or data structure definitions. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5235