Re: [Xen-devel] [PATCH 1/3] x86/mm: Use a more descriptive name for pagetable mfns

2019-12-16 Thread George Dunlap
On 12/16/19 11:07 AM, Jan Beulich wrote: > On 13.12.2019 18:37, George Dunlap wrote: >> In many places, a PTE being modified is accompanied by the pagetable >> mfn which contains the PTE (primarily in order to be able to maintain >> linear mapping counts). In many cases, this mfn is stored in the

Re: [Xen-devel] [PATCH 1/3] x86/mm: Use a more descriptive name for pagetable mfns

2019-12-16 Thread Jan Beulich
On 13.12.2019 18:37, George Dunlap wrote: > In many places, a PTE being modified is accompanied by the pagetable > mfn which contains the PTE (primarily in order to be able to maintain > linear mapping counts). In many cases, this mfn is stored in the > non-descript variable (or argement) "pfn". >

[Xen-devel] [PATCH 1/3] x86/mm: Use a more descriptive name for pagetable mfns

2019-12-13 Thread George Dunlap
In many places, a PTE being modified is accompanied by the pagetable mfn which contains the PTE (primarily in order to be able to maintain linear mapping counts). In many cases, this mfn is stored in the non-descript variable (or argement) "pfn". Replace these names with lNmfn, to indicate that 1