Home
last modified time | relevance | path

Searched hist:"2 f882800f6ab57b50b7c23a376a452a808025f37" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/mm/
H A Dpgalloc.cdiff 2f882800f6ab57b50b7c23a376a452a808025f37 Tue Dec 07 20:06:21 CET 2021 Heiko Carstens <hca@linux.ibm.com> s390/pgalloc: add virt/phys address handling to base asce functions

The base asce functions create/free page tables open-coded to make
sure that the returned asce and page tables do not make use of any
enhanced DAT features like e.g. large pages. This is required for some
I/O functions that use an asce, like e.g. some service call requests.

Handling of virtual vs physical addresses is missing; therefore add
that now.

Note: this currently doesn't fix a real bug, since virtual addresses
are indentical to physical ones.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>