Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dkvm_para.h129 bool __kvm_handle_async_pf(struct pt_regs *regs, u32 token);
136 return __kvm_handle_async_pf(regs, token); in kvm_handle_async_pf()
/linux-5.19.10/arch/x86/kernel/
Dkvm.c257 noinstr bool __kvm_handle_async_pf(struct pt_regs *regs, u32 token) in __kvm_handle_async_pf() function