mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: abi_gki_aarch64_qcom: Add memremap_pages and memunmap_pages
2 function symbol(s) added 'void* memremap_pages(struct dev_pagemap*, int)' 'void memunmap_pages(struct dev_pagemap*)' Add the memremap_pages() and memunmap_pages() functions exposed by CONFIG_ZONE_DEVICE, in order to allow drivers to map device memory in the logical mapping using memremap_pages(). Bug: 274657829 Change-Id: I4dfcbdbb1d2493f4137c356ba1d1a9679156cfed Signed-off-by: Chris Goldsworthy <quic_cgoldswo@quicinc.com>
This commit is contained in:
committed by
Carlos Llamas
parent
1a232af233
commit
e92cb4aa7f
@@ -2101,6 +2101,7 @@
|
||||
mempool_free
|
||||
mempool_free_slab
|
||||
memremap
|
||||
memremap_pages
|
||||
memscan
|
||||
mem_section
|
||||
memset64
|
||||
@@ -2108,6 +2109,7 @@
|
||||
__memset_io
|
||||
memstart_addr
|
||||
memunmap
|
||||
memunmap_pages
|
||||
migrate_pages
|
||||
migrate_swap
|
||||
__migrate_task
|
||||
|
||||
Reference in New Issue
Block a user