Searched defs:asce (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | tlbflush.h | 20 static inline void __tlb_flush_idte(unsigned long asce)  in __tlb_flush_idte()31 static inline void __tlb_flush_idte_local(unsigned long asce)  in __tlb_flush_idte_local()
 86 static inline void __tlb_flush_asce(struct mm_struct *mm, unsigned long asce)  in __tlb_flush_asce()
 124 static inline void __tlb_flush_asce(struct mm_struct *mm, unsigned long asce)  in __tlb_flush_asce()
 
 | 
| D | mmu.h | 14 	unsigned long asce;  member
 | 
| D | mmu_context.h | 77 	unsigned long asce;  in load_kernel_asce()  local
 | 
| D | pgtable.h | 773 	unsigned long asce;  member
 | 
| /linux-4.4.14/arch/s390/kvm/ | 
| D | gaccess.c | 15 union asce {  union254 	unsigned long asce   : 64; /* Address-Space-Control Element */  member
 359 static int ar_translation(struct kvm_vcpu *vcpu, union asce *asce, ar_t ar,  in ar_translation()
 463 static int get_vcpu_asce(struct kvm_vcpu *vcpu, union asce *asce,  in get_vcpu_asce()
 540 				     unsigned long *gpa, const union asce asce,  in guest_translate()
 701 					  const union asce asce)  in low_address_protection_enabled()
 715 			    const union asce asce, int write)  in guest_page_range()
 762 	union asce asce;  in access_guest()  local
 833 	union asce asce;  in guest_translate_address()  local
 
 | 
| /linux-4.4.14/arch/s390/mm/ | 
| D | fault.c | 129 static void dump_pagetable(unsigned long asce, unsigned long address)  in dump_pagetable()184 	unsigned long asce;  in dump_fault_info()  local
 
 | 
| /linux-4.4.14/drivers/s390/char/ | 
| D | sclp_diag.h | 58 	u64 asce;  member
 |