Searched refs:kvm_handle_bad_exception (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ltp/testcases/kernel/kvm/ |
H A D | lib_x86.c | 61 (uintptr_t)kvm_handle_bad_exception, 67 (uintptr_t)kvm_handle_bad_exception, 74 (uintptr_t)kvm_handle_bad_exception, 75 (uintptr_t)kvm_handle_bad_exception, 76 (uintptr_t)kvm_handle_bad_exception, 77 (uintptr_t)kvm_handle_bad_exception, 78 (uintptr_t)kvm_handle_bad_exception, 79 (uintptr_t)kvm_handle_bad_exception, 83 (uintptr_t)kvm_handle_bad_exception, 104 kvm_set_intr_handler(i, (uintptr_t)kvm_handle_bad_exception); in kvm_init_interrupts()
|
H A D | bootstrap_x86.S | 340 .global kvm_handle_bad_exception symbol 341 kvm_handle_bad_exception: label
|
H A D | bootstrap_x86_64.S | 462 .global kvm_handle_bad_exception symbol 463 kvm_handle_bad_exception: label
|
/aosp_15_r20/external/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_x86.h | 214 void kvm_handle_bad_exception(void);
|