Searched refs:ACPI_SIG_RSDP (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/uv/kernel/ |
H A D | setup.c | 67 if (strncmp(rsdp->signature, ACPI_SIG_RSDP, sizeof(ACPI_SIG_RSDP) - 1)) { in uv_probe_system_type()
|
/kernel/linux/linux-6.6/arch/ia64/uv/kernel/ |
H A D | setup.c | 67 if (strncmp(rsdp->signature, ACPI_SIG_RSDP, sizeof(ACPI_SIG_RSDP) - 1)) { in uv_probe_system_type()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actbl.h | 36 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */ macro
|
H A D | actypes.h | 527 #define ACPI_VALIDATE_RSDP_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8)) 528 #define ACPI_MAKE_RSDP_SIG(dest) (memcpy (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, 8))
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actbl.h | 36 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */ macro
|
H A D | actypes.h | 530 #define ACPI_VALIDATE_RSDP_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8)) 531 #define ACPI_MAKE_RSDP_SIG(dest) (memcpy (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, 8))
|
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 855 signature = ACPI_SIG_RSDP; in osl_get_bios_table()
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 855 signature = ACPI_SIG_RSDP; in osl_get_bios_table()
|
Completed in 12 milliseconds