This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does SEV() clear or set the Event register?

Does SEV() clear or set the Event register? and why do we use it between two WFE() calls?

__WFE();    
__SEV();
__WFE();
Parents Reply Children
Related