__sbi_mpxy_setup_shmem()
- Allocates 4KB shared memory (4KB aligned).
- Call
sbi_mpxy_set_shmem
SBI call to set up MPXY shared memory for the current core. This will invoke OpenSBI’ssbi_mpxy_set_shmem()
to save the shared memory address and size into current hart domain’smpxy_state
(Untrusted domain).
__sbi_mpxy_setup_shmem()c
Loading...