Home
last modified time | relevance | path

Searched refs:RET_PF_FIXED (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu_internal.h260 * RET_PF_FIXED: The faulting entry has been fixed.
276 RET_PF_FIXED, enumerator
328 if (r == RET_PF_FIXED) in kvm_mmu_do_page_fault()
H A Dmmutrace.h61 TRACE_DEFINE_ENUM(RET_PF_FIXED); variable
285 __entry->ret == RET_PF_SPURIOUS, __entry->ret == RET_PF_FIXED
H A Dtdp_mmu.c958 int ret = RET_PF_FIXED; in tdp_mmu_map_handle_target_level()
H A Dmmu.c2907 int ret = RET_PF_FIXED; in mmu_set_spte()
3422 * Returns one of RET_PF_INVALID, RET_PF_FIXED or RET_PF_SPURIOUS.
3518 ret = RET_PF_FIXED; in fast_page_fault()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu_internal.h120 * RET_PF_FIXED: The faulting entry has been fixed.
127 RET_PF_FIXED, enumerator
H A Dmmutrace.h278 __entry->ret == RET_PF_SPURIOUS, __entry->ret == RET_PF_FIXED
H A Dtdp_mmu.c530 int ret = RET_PF_FIXED; in tdp_mmu_map_handle_target_level()
H A Dmmu.c2595 int ret = RET_PF_FIXED; in mmu_set_spte()
2641 if ((set_spte_ret & SET_SPTE_SPURIOUS) && ret == RET_PF_FIXED) { in mmu_set_spte()
3032 * Returns one of RET_PF_INVALID, RET_PF_FIXED or RET_PF_SPURIOUS.
3115 ret = RET_PF_FIXED; in fast_page_fault()

Completed in 23 milliseconds