Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpu.h47 extern bool handle_guest_split_lock(unsigned long ip);
56 static inline bool handle_guest_split_lock(unsigned long ip) in handle_guest_split_lock() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dintel.c1100 bool handle_guest_split_lock(unsigned long ip) in handle_guest_split_lock() function
1116 EXPORT_SYMBOL_GPL(handle_guest_split_lock);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c4998 if (handle_guest_split_lock(kvm_rip_read(vcpu))) in handle_exception_nmi()