ANDROID: abi_gki_aarch64_qcom: Add vma apis
mtree_load and zap_vma_ptes are used to help transfer data through rpmsg glink to users. Add it to the symbol list. 2 function symbol(s) added 'void* mtree_load(struct maple_tree*, unsigned long)' 'void zap_vma_ptes(struct vm_area_struct*, unsigned long, unsigned long)' Bug: 272816594 Change-Id: I674372e3d58f44074da242412e35767465ebb511 Signed-off-by: Chris Lew <quic_clew@quicinc.com>
This commit is contained in:
parent
121922b1df
commit
a0446b2a16
2 changed files with 41 additions and 0 deletions
|
|
@ -278609,6 +278609,13 @@ function {
|
|||
parameter_id: 0x054f691a
|
||||
parameter_id: 0x6d7f5ff6
|
||||
}
|
||||
function {
|
||||
id: 0x12dd8909
|
||||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x0a134144
|
||||
parameter_id: 0x33756485
|
||||
parameter_id: 0x33756485
|
||||
}
|
||||
function {
|
||||
id: 0x12e01214
|
||||
return_type_id: 0x48b5725f
|
||||
|
|
@ -289731,6 +289738,12 @@ function {
|
|||
parameter_id: 0xf1a6dfed
|
||||
parameter_id: 0xf435685e
|
||||
}
|
||||
function {
|
||||
id: 0x5ee8f086
|
||||
return_type_id: 0x18bd6530
|
||||
parameter_id: 0x22ce5396
|
||||
parameter_id: 0x33756485
|
||||
}
|
||||
function {
|
||||
id: 0x5eef7e83
|
||||
return_type_id: 0x18bd6530
|
||||
|
|
@ -340569,6 +340582,15 @@ elf_symbol {
|
|||
type_id: 0x20cd94dc
|
||||
full_name: "msleep_interruptible"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xce6c8813
|
||||
name: "mtree_load"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x32e8cfea
|
||||
type_id: 0x5ee8f086
|
||||
full_name: "mtree_load"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x6792f365
|
||||
name: "mutex_is_locked"
|
||||
|
|
@ -359032,6 +359054,15 @@ elf_symbol {
|
|||
type_id: 0xfe25e2a0
|
||||
full_name: "xsk_uses_need_wakeup"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x0fc8c78d
|
||||
name: "zap_vma_ptes"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xfdf7ea78
|
||||
type_id: 0x12dd8909
|
||||
full_name: "zap_vma_ptes"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xa5d58813
|
||||
name: "zlib_deflate"
|
||||
|
|
@ -371278,6 +371309,10 @@ symbols {
|
|||
key: "msleep_interruptible"
|
||||
value: 0x1a083689
|
||||
}
|
||||
symbol {
|
||||
key: "mtree_load"
|
||||
value: 0xce6c8813
|
||||
}
|
||||
symbol {
|
||||
key: "mutex_is_locked"
|
||||
value: 0x6792f365
|
||||
|
|
@ -379486,6 +379521,10 @@ symbols {
|
|||
key: "xsk_uses_need_wakeup"
|
||||
value: 0xbb650596
|
||||
}
|
||||
symbol {
|
||||
key: "zap_vma_ptes"
|
||||
value: 0x0fc8c78d
|
||||
}
|
||||
symbol {
|
||||
key: "zlib_deflate"
|
||||
value: 0xa5d58813
|
||||
|
|
|
|||
|
|
@ -2122,6 +2122,7 @@
|
|||
msi_get_virq
|
||||
msleep
|
||||
msleep_interruptible
|
||||
mtree_load
|
||||
__mutex_init
|
||||
mutex_is_locked
|
||||
mutex_lock
|
||||
|
|
@ -4107,6 +4108,7 @@
|
|||
xsk_tx_peek_desc
|
||||
xsk_tx_release
|
||||
xsk_uses_need_wakeup
|
||||
zap_vma_ptes
|
||||
zlib_deflate
|
||||
zlib_deflateEnd
|
||||
zlib_deflateInit2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue