RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions
irq-affinity.c File Reference

This source file contains the implementation of rtems_interrupt_get_affinity() and rtems_interrupt_set_affinity(). More...

#include <bsp/irq-generic.h>
#include <rtems/score/smpimpl.h>

Functions

rtems_status_code rtems_interrupt_set_affinity (rtems_vector_number vector, size_t affinity_size, const cpu_set_t *affinity)
 Sets the processor affinity set of the interrupt vector.
 
rtems_status_code rtems_interrupt_get_affinity (rtems_vector_number vector, size_t affinity_size, cpu_set_t *affinity)
 Gets the processor affinity set of the interrupt vector.
 

Detailed Description

This source file contains the implementation of rtems_interrupt_get_affinity() and rtems_interrupt_set_affinity().