]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries: Read TLB Block Invalidate Characteristics
authorLaurent Dufour <ldufour@linux.ibm.com>
Fri, 20 Sep 2019 13:05:22 +0000 (15:05 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Sep 2019 09:58:42 +0000 (19:58 +1000)
commitd8e8b3ec979c2e3f485f6437654248ac54d8f59f
tree9384fb9c94a3d2589242afcced1abba2fd658c2f
parent818aed9ca6c2b38da080639627616a8402bb3310
powerpc/pseries: Read TLB Block Invalidate Characteristics

The PAPR document specifies the TLB Block Invalidate Characteristics
which tells for each pair of segment base page size, actual page size,
the size of the block the hcall H_BLOCK_REMOVE supports.

These characteristics are loaded at boot time in a new table
hblkr_size. The table is separate from the mmu_psize_def because this
is specific to the pseries platform.

A new init function, pseries_lpar_read_hblkrm_characteristics() is
added to read the characteristics. It is called from
pSeries_setup_arch().

Fixes: 91f5a0d5cd27 ("powerpc/pseries/mm: call H_BLOCK_REMOVE")
Signed-off-by: Laurent Dufour <ldufour@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190920130523.20441-2-ldufour@linux.ibm.com
arch/powerpc/platforms/pseries/lpar.c
arch/powerpc/platforms/pseries/pseries.h
arch/powerpc/platforms/pseries/setup.c