root/arch/arm/include/asm/kvm_ras.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. kvm_handle_guest_sea

   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /* Copyright (C) 2018 - Arm Ltd */
   3 
   4 #ifndef __ARM_KVM_RAS_H__
   5 #define __ARM_KVM_RAS_H__
   6 
   7 #include <linux/types.h>
   8 
   9 static inline int kvm_handle_guest_sea(phys_addr_t addr, unsigned int esr)
  10 {
  11         return -1;
  12 }
  13 
  14 #endif /* __ARM_KVM_RAS_H__ */

/* [<][>][^][v][top][bottom][index][help] */