Home
last modified time | relevance | path

Searched refs:aste (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dvdso.c96 u32 *psal, *aste; in vdso_alloc_per_cpu() local
119 aste = psal + 32; in vdso_alloc_per_cpu()
126 psal[2] = (u32)(addr_t) aste; in vdso_alloc_per_cpu()
127 *(unsigned long *) (aste + 2) = segment_table + in vdso_alloc_per_cpu()
129 aste[4] = (u32)(addr_t) psal; in vdso_alloc_per_cpu()
144 u32 *psal, *aste; in vdso_free_per_cpu() local
150 aste = (u32 *)(addr_t) psal[2]; in vdso_free_per_cpu()
151 segment_table = *(unsigned long *)(aste + 2) & PAGE_MASK; in vdso_free_per_cpu()
Dhead64.S57 .quad .Lduct # cr5: primary-aste origin
/linux-4.4.14/arch/s390/kvm/
Dgaccess.c244 struct aste { struct
364 struct aste aste; in ar_translation() local
413 rc = read_guest_real(vcpu, ale.asteo * 64, &aste, sizeof(struct aste)); in ar_translation()
417 if (aste.i) in ar_translation()
419 if (aste.astesn != ale.astesn) in ar_translation()
425 if (eax / 16 > aste.atl) in ar_translation()
428 authority_table_addr = aste.ato * 4 + eax / 4; in ar_translation()
444 asce->val = aste.asce; in ar_translation()