|
Barrelfish
|
interface for Cortex A9 Snoop Control Unit More...
Functions | |
| void | a9_scu_init (lpaddr_t pa) |
| void | a9_scu_print (void) |
| void | a9_scu_enable (void) |
| size_t | a9_scu_core_count (void) |
interface for Cortex A9 Snoop Control Unit
ARM Cortex A9 Snoop Control Unit (SCU) driver.
| size_t a9_scu_core_count | ( | void | ) |
Return the core count.
| void a9_scu_enable | ( | void | ) |
Enable the SCU. Must have been previously initialized.
Enable the SCU. Must have been initialized.
| void a9_scu_init | ( | lpaddr_t | pa | ) |
Initialize the SCU to be found at physical address 'pa'
| void a9_scu_print | ( | void | ) |
Print out the SCU contents
1.8.11