Home
last modified time | relevance | path

Searched refs:x86_intercept_map (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4435 } x86_intercept_map[] = {
4499 if (info->intercept >= ARRAY_SIZE(x86_intercept_map)) in svm_check_intercept()
4502 icpt_info = x86_intercept_map[info->intercept]; in svm_check_intercept()
4414 } x86_intercept_map[] = { global() variable