+11
−0
arch/arm64/include/asm/pvsched-abi.h
0 → 100644
+16
−0
+1
−1
Loading
virt inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8WMFU CVE: NA -------------------------------- This provides a mechanism for querying which paravirtualized sched features are available in this hypervisor. Add some SMCCC compatible hypercalls for PV sched features: PV_SCHED_FEATURES: 0xC5000090 PV_SCHED_IPA_INIT: 0xC5000091 PV_SCHED_IPA_RELEASE: 0xC5000092 Also add the header file which defines the ABI for the paravirtualized sched features we're about to add. Signed-off-by:Zengruan Ye <yezengruan@huawei.com> Signed-off-by:
lishusen <lishusen2@huawei.com>