|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/kernel.h>#include <linux/types.h>#include <linux/errno.h>#include <linux/acpi.h>#include <linux/numa.h>#include <acpi/acpi_bus.h>Go to the source code of this file.
Macros | |
| #define | PREFIX "ACPI: " |
| #define | ACPI_NUMA 0x80000000 |
| #define | _COMPONENT ACPI_NUMA |
Functions | |
| ACPI_MODULE_NAME ("numa") | |
| int | pxm_to_node (int pxm) |
| int | node_to_pxm (int node) |
| void | __acpi_map_pxm_to_node (int pxm, int node) |
| int | acpi_map_pxm_to_node (int pxm) |
| void __init | __attribute__ ((weak)) |
| int __init | acpi_numa_init (void) |
| int | acpi_get_pxm (acpi_handle h) |
| int | acpi_get_node (acpi_handle *handle) |
| EXPORT_SYMBOL (acpi_get_node) | |
Variables | |
| unsigned char acpi_srat_revision | __initdata |
|
read |
| int acpi_get_node | ( | acpi_handle * | handle | ) |
| int acpi_get_pxm | ( | acpi_handle | h | ) |
| ACPI_MODULE_NAME | ( | "numa" | ) |
| EXPORT_SYMBOL | ( | acpi_get_node | ) |
1.8.2