/* * WFE because the other core should be able to notify * epicardium if it wants to issue an API call. *//* * TODO: Ensure this is actually correct and does not have any * race conditions. */__asmvolatile("cpsie i":::"memory");__asmvolatile("dsb":::"memory");__asmvolatile("isb");__asmvolatile("wfe");__asmvolatile("dsb":::"memory");__asmvolatile("isb");__asmvolatile("cpsid i":::"memory");__asmvolatile("dsb");__asmvolatile("isb");