+60
−1
Loading
mainline inclusion from mainline-v6.12-rc1 commit b67ee19a907ddb7dab8b1bb4b35659d8372bfc46 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAZJDO CVE: NA -------------------------------- Loongson Binary Translation (LBT) is used to accelerate binary translation, which contains 4 scratch registers (scr0 to scr3), x86/ARM eflags (eflags) and x87 fpu stack pointer (ftop). Like FPU extension, here a lazy enabling method is used for LBT. the LBT context is saved/restored on the vcpu context switch path. Signed-off-by:Bibo Mao <maobibo@loongson.cn> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn> Signed-off-by:
Xianglai Li <lixianglai@loongson.cn>