Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dkvm_para.h96 bool __kvm_handle_async_pf(struct pt_regs *regs, u32 token);
103 return __kvm_handle_async_pf(regs, token); in kvm_handle_async_pf()
/Linux-v5.10/arch/x86/kernel/
Dkvm.c238 noinstr bool __kvm_handle_async_pf(struct pt_regs *regs, u32 token) in __kvm_handle_async_pf() function