Re: [PATCH v3 6/7] s390x/mmu: DAT table definition overhaul

2019-10-01 Thread David Hildenbrand
On 01.10.19 06:54, Thomas Huth wrote: > On 27/09/2019 11.58, David Hildenbrand wrote: >> Let's use consitent names for the region/section/page table entries and >> for the macros to extract relevant parts from virtual address. Make them >> match the definitions in the PoP - e.g., how the relevant b

Re: [PATCH v3 6/7] s390x/mmu: DAT table definition overhaul

2019-09-30 Thread Thomas Huth
On 27/09/2019 11.58, David Hildenbrand wrote: > Let's use consitent names for the region/section/page table entries and > for the macros to extract relevant parts from virtual address. Make them > match the definitions in the PoP - e.g., how the relevant bits are actually > called. > > Introduce d

Re: [PATCH v3 6/7] s390x/mmu: DAT table definition overhaul

2019-09-27 Thread Richard Henderson
On 9/27/19 2:58 AM, David Hildenbrand wrote: > Let's use consitent names for the region/section/page table entries and > for the macros to extract relevant parts from virtual address. Make them > match the definitions in the PoP - e.g., how the relevant bits are actually > called. > > Introduce de

[PATCH v3 6/7] s390x/mmu: DAT table definition overhaul

2019-09-27 Thread David Hildenbrand
Let's use consitent names for the region/section/page table entries and for the macros to extract relevant parts from virtual address. Make them match the definitions in the PoP - e.g., how the relevant bits are actually called. Introduce defines for all bits declared in the PoP. This will come in