Searched refs:kvm_s2_trans (Results 1 – 4 of 4) sorted by relevance
86 struct kvm_s2_trans { struct96 static inline phys_addr_t kvm_s2_trans_output(struct kvm_s2_trans *trans) in kvm_s2_trans_output() argument101 static inline unsigned long kvm_s2_trans_size(struct kvm_s2_trans *trans) in kvm_s2_trans_size()106 static inline u32 kvm_s2_trans_esr(struct kvm_s2_trans *trans) in kvm_s2_trans_esr()111 static inline bool kvm_s2_trans_readable(struct kvm_s2_trans *trans) in kvm_s2_trans_readable()116 static inline bool kvm_s2_trans_writable(struct kvm_s2_trans *trans) in kvm_s2_trans_writable()121 static inline bool kvm_s2_trans_executable(struct kvm_s2_trans *trans) in kvm_s2_trans_executable()127 struct kvm_s2_trans *result);129 struct kvm_s2_trans *trans);209 static inline u64 kvm_encode_nested_level(struct kvm_s2_trans *trans) in kvm_encode_nested_level()
322 struct kvm_s2_trans s2_trans = {}; in walk_s1()669 struct kvm_s2_trans *tr) in compute_par_s12()1389 struct kvm_s2_trans out = {}; in __kvm_at_s12()
210 struct s2_walk_info *wi, struct kvm_s2_trans *out) in walk_nested_s2_pgd()356 struct kvm_s2_trans *result) in kvm_walk_nested_s2()781 int kvm_s2_handle_perm_fault(struct kvm_vcpu *vcpu, struct kvm_s2_trans *trans) in kvm_s2_handle_perm_fault()
1481 struct kvm_s2_trans *nested, in user_mem_abort()1827 struct kvm_s2_trans nested_trans, *nested = NULL; in kvm_handle_guest_abort()
Completed in 17 milliseconds