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