diff options
| author | Marc Zyngier <maz@kernel.org> | 2019-10-24 15:04:09 +0100 |
|---|---|---|
| committer | Marc Zyngier <maz@kernel.org> | 2019-10-24 15:04:09 +0100 |
| commit | a4b28f5c67983d92c911ca1404728bc4ea958c0e (patch) | |
| tree | 9e33ce5332ee983a7424fe6146f91f2f4f551a15 /include/linux/kvm_types.h | |
| parent | da345174ceca052469e4775e4ae263b5f27a9355 (diff) | |
| parent | c7892db5dd6afe921ead502aff7440a1e450d947 (diff) | |
| download | linux-a4b28f5c67983d92c911ca1404728bc4ea958c0e.tar.gz linux-a4b28f5c67983d92c911ca1404728bc4ea958c0e.tar.bz2 linux-a4b28f5c67983d92c911ca1404728bc4ea958c0e.zip | |
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-master/next
Diffstat (limited to 'include/linux/kvm_types.h')
| -rw-r--r-- | include/linux/kvm_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h index bde5374ae021..1c88e69db3d9 100644 --- a/include/linux/kvm_types.h +++ b/include/linux/kvm_types.h @@ -35,6 +35,8 @@ typedef unsigned long gva_t; typedef u64 gpa_t; typedef u64 gfn_t; +#define GPA_INVALID (~(gpa_t)0) + typedef unsigned long hva_t; typedef u64 hpa_t; typedef u64 hfn_t; |
