Searched refs:rfte (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/mm/
H A Dpgalloc.c397 unsigned long *rfte, next, *table; local
400 rfte = origin;
401 rfte += (addr & _REGION1_INDEX) >> _REGION1_SHIFT;
404 if (*rfte & _REGION_ENTRY_INVALID) {
410 *rfte = __pa(table) | _REGION1_ENTRY;
412 table = __va(*rfte & _REGION_ENTRY_ORIGIN);
418 } while (rfte++, addr = next, addr < end);
/linux-master/arch/s390/kvm/
H A Dgaccess.c666 union region1_table_entry rfte; local
670 if (deref_table(vcpu->kvm, ptr, &rfte.val))
672 if (rfte.i)
674 if (rfte.tt != TABLE_TYPE_REGION1)
676 if (vaddr.rsx01 < rfte.tf || vaddr.rsx01 > rfte.tl)
679 dat_protection |= rfte.p;
680 ptr = rfte.rto * PAGE_SIZE + vaddr.rsx * 8;
1415 union region1_table_entry rfte; local
1419 rfte
[all...]

Completed in 175 milliseconds