Home
last modified time | relevance | path

Searched hist:"09 d747774ce42f4b5650d93c01561f16a0808037" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/kernel/
H A Dnotif_default.c09d747774ce42f4b5650d93c01561f16a0808037 Wed Dec 18 08:21:07 UTC 2024 Yuvraj Sakshith <ysakshith@gmail.com> core: notif_default: support ns-virtualization

Add support for CFG_NS_VIRTUALIZATION=y in the default notification
implementation used with the SMC ABI.

virt_add_guest_spec_data() is used to add struct notif_vm_bitmap for
bookkeeping per guest, similarly to the implementation for the FF-A ABI.

This takes care of and removes the assert for "!guest" in
notif_send_async().

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Yuvraj Sakshith <ysakshith@gmail.com>
Tested-by: Yuvraj Sakshith <ysakshith@gmail.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>